I am following the documentation here http://mojo.codehaus.org/buildnumber-maven-plugin/usage.html First it says to use <version>1.0-beta-3</version> I can't find a server where beta 3 is deployed to.
When I use the configuration to add to the MANIFEST nothing happens: <configuration> <archive> <manifest> <addDefaultImplementationEntries>true</addDefaultImplementationEntries> </manifest> <manifestEntries> <Implementation-Build>${buildNumber}</Implementation-Build> </manifestEntries> </archive> </configuration> I have no manifest at all in the war. What am I missing? Thanks, Karl