From 009c34e021fd5aeeb6882938cd08d23302640aaf Mon Sep 17 00:00:00 2001 From: Indrajit Raychaudhuri Date: Fri, 29 Jul 2011 00:09:21 +0530 Subject: [PATCH] fix distribution method (see: http://maven.apache.org/pom.html#Licenses) --- ivy/MakePom.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ivy/MakePom.scala b/ivy/MakePom.scala index 64145e066..f8f3da374 100644 --- a/ivy/MakePom.scala +++ b/ivy/MakePom.scala @@ -78,7 +78,7 @@ class MakePom {l.getName} {l.getUrl} - jar + repo def homePage(homePage: String) = if(homePage eq null) NodeSeq.Empty else {homePage} def revision(version: String) = if(version ne null) {version} else NodeSeq.Empty