mirror of https://github.com/sbt/sbt.git
fix distribution method (see: http://maven.apache.org/pom.html#Licenses)
This commit is contained in:
parent
d7a5dca812
commit
009c34e021
|
|
@ -78,7 +78,7 @@ class MakePom
|
|||
<license>
|
||||
<name>{l.getName}</name>
|
||||
<url>{l.getUrl}</url>
|
||||
<distribution>jar</distribution>
|
||||
<distribution>repo</distribution>
|
||||
</license>
|
||||
def homePage(homePage: String) = if(homePage eq null) NodeSeq.Empty else <url>{homePage}</url>
|
||||
def revision(version: String) = if(version ne null) <version>{version}</version> else NodeSeq.Empty
|
||||
|
|
|
|||
Loading…
Reference in New Issue