Remove extra whitespace in pom output

This commit is contained in:
Mark Harrah 2010-02-14 20:24:33 -05:00
parent 9f524cbf83
commit d49cfc6b03
1 changed files with 1 additions and 1 deletions

View File

@ -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) ++