Re: A maven-war-plugin question

2011-05-20 Thread Russ Tremain
e them >show up under target//META-INF? > >-- >View this message in context: >http://maven.40175.n5.nabble.com/A-maven-war-plugin-question-tp4411244p4411244.html >Sent from the Maven - Users mailing list archive at Nabble.com. > >---

Re: A maven-war-plugin question

2011-05-19 Thread Anders Hammar
et//META-INF? > > -- > View this message in context: > http://maven.40175.n5.nabble.com/A-maven-war-plugin-question-tp4411244p4411244.html > Sent from the Maven - Users mailing list archive at Nabble.com. > > ---

A maven-war-plugin question

2011-05-19 Thread dpaily
only make them show up under target//META-INF? -- View this message in context: http://maven.40175.n5.nabble.com/A-maven-war-plugin-question-tp4411244p4411244.html Sent from the Maven - Users mailing list archive at Nabble.com. ---

Re: A maven-war-plugin question

2009-04-06 Thread Alexander Semenov
Oh, it looks like adding import to the dependency is what I need. On Mon, 2009-04-06 at 23:38 +0300, Alexander Semenov wrote: > Hi all. > > How can I add a 'jar' module as a dependency to a 'war' module so: > * 'jar' module is included in the WEB-INF/lib > * but 'war' module sources should not

Re: A maven-war-plugin question

2009-04-06 Thread Alexander Semenov
Sorry, I meant 'runtime' of course. On Mon, 2009-04-06 at 23:50 +0300, Alexander Semenov wrote: > Oh, it looks like adding import to the dependency is what > I need. > > On Mon, 2009-04-06 at 23:38 +0300, Alexander Semenov wrote: > > Hi all. > > > > How can I add a 'jar' module as a dependency t

A maven-war-plugin question

2009-04-06 Thread Alexander Semenov
Hi all. How can I add a 'jar' module as a dependency to a 'war' module so: * 'jar' module is included in the WEB-INF/lib * but 'war' module sources should not see 'jar' module classes (e.g. autocompletion feature in an IDE doesn't work)? Thank you for your time. -- Alexander Semenov ---