Commit 73b98997 authored by Andy Wilkinson's avatar Andy Wilkinson

Use a single <manifestEntries> element

Previously, there were two <manifestEntries> elements in the CLI's
pom.xml. With certain versions of Maven, this appeared to cause the
first element to be ignored in favour of the second. The problem did
not occur when built locally with Maven 3.1.1, but did occur when built
by Bamboo which, I believe, uses 3.0.x

This commit combines the two <manifestEntries> into one.
parent 9a5be9f4
...@@ -242,8 +242,6 @@ ...@@ -242,8 +242,6 @@
</manifest> </manifest>
<manifestEntries> <manifestEntries>
<Start-Class>${start-class}</Start-Class> <Start-Class>${start-class}</Start-Class>
</manifestEntries>
<manifestEntries>
<Class-Loader>groovy.lang.GroovyClassLoader</Class-Loader> <Class-Loader>groovy.lang.GroovyClassLoader</Class-Loader>
</manifestEntries> </manifestEntries>
</archive> </archive>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment