Re: maven-war-plugin: War Manifest Customization

2009-03-12 Thread Dennis Lundberg
Hi You just need to use a newer version of Maven WAR Plugin. The classpath manifest functionality was not available in version 2.0. 2.1-alpha-2 is the latest version. Davis Ford wrote: Hi, the war plugin explains how to customize the manifest here:

maven-war-plugin: War Manifest Customization

2009-03-11 Thread Davis Ford
Hi, the war plugin explains how to customize the manifest here: http://maven.apache.org/plugins/maven-war-plugin/examples/war-manifest-guide.html I can't seem to repeat this. I'm wondering what I'm doing wrong. Here's a quick example with two projects: one jar project (foo-bar), and one webapp