Re: [m2] Need help fixing dependencies in a pom

2005-11-12 Thread Jorg Heymans
Wendy Smoak wrote: > Is it compile or something else? provided Jorg - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [m2] Need help fixing dependencies in a pom

2005-11-12 Thread Jason van Zyl
On Sat, 2005-11-12 at 10:49 -0700, Wendy Smoak wrote: > On 11/12/05, Stephen Duncan <[EMAIL PROTECTED]> wrote: > > > I believe you must do true rather than just > > Thank you! > > Now, what's the correct way to keep the servlet API .jar files out of > my webapp? They're not optional for the de

Re: [m2] Need help fixing dependencies in a pom

2005-11-12 Thread Wendy Smoak
On 11/12/05, Stephen Duncan <[EMAIL PROTECTED]> wrote: > I believe you must do true rather than just Thank you! Now, what's the correct way to keep the servlet API .jar files out of my webapp? They're not optional for the dependencies that need them (Struts Core for example) but they should no

Re: [m2] Need help fixing dependencies in a pom

2005-11-12 Thread Stephen Duncan
I believe you must do true rather than just -Stephen On 11/12/05, Wendy Smoak <[EMAIL PROTECTED]> wrote: > I'm trying to fix the Commons Chain pom, which has a dependency on MyFaces: > > myfaces > myfaces-jsf-api > 1.0.8-beta > > > I'm creating a 'Struts Blank' archet

[m2] Need help fixing dependencies in a pom

2005-11-12 Thread Wendy Smoak
I'm trying to fix the Commons Chain pom, which has a dependency on MyFaces: myfaces myfaces-jsf-api 1.0.8-beta I'm creating a 'Struts Blank' archetype, so the process is 1. mvn install my archetype 2. mvn archetype:create a new project 3. mvn install the new project and