Re: maven-jar-plugin question

2008-03-01 Thread robert . egan
"Wendy Smoak" <[EMAIL PROTECTED]> wrote on 03/01/2008 09:54:25 PM: > On Sat, Mar 1, 2008 at 7:50 PM, <[EMAIL PROTECTED]> wrote: > > The following POM works as expected when run by itself (it uses > > org.apache.maven.plugins:maven-jar-plugin:2.1:jar) but when run as part of > > a multi-module

Re: maven-jar-plugin question

2008-03-01 Thread Wendy Smoak
On Sat, Mar 1, 2008 at 7:50 PM, <[EMAIL PROTECTED]> wrote: > The following POM works as expected when run by itself (it uses > org.apache.maven.plugins:maven-jar-plugin:2.1:jar) but when run as part of > a multi-module build it uses > org.apache.maven.plugins:maven-jar-plugin:2.2:jar. Does anyo

maven-jar-plugin question

2008-03-01 Thread robert . egan
The following POM works as expected when run by itself (it uses org.apache.maven.plugins:maven-jar-plugin:2.1:jar) but when run as part of a multi-module build it uses org.apache.maven.plugins:maven-jar-plugin:2.2:jar. Does anyone have any suggestions as to why this happens and how I can resolv