mirror of https://github.com/sbt/sbt.git
Remove extra whitespace in pom output
This commit is contained in:
parent
9f524cbf83
commit
d49cfc6b03
|
|
@ -51,7 +51,7 @@ class MakePom
|
|||
val a: NodeSeq =
|
||||
(<groupId>{ mrid.getOrganisation }</groupId>
|
||||
<artifactId>{ mrid.getName }</artifactId>
|
||||
<packaging> { packaging(mrid) }</packaging>)
|
||||
<packaging>{ packaging(mrid) }</packaging>)
|
||||
val b: NodeSeq =
|
||||
( (description(module.getDescription) ++
|
||||
homePage(module.getHomePage) ++
|
||||
|
|
|
|||
Loading…
Reference in New Issue