Re: Dependencies and cargo plugin?

2008-10-24 Thread Wim Deblauwe
It works! It would be good if they would update the documentation to let this know. There is no sign of any of those alpha or beta versions on the cargo website. regards & thank you again, you just made me very happy :) Wim 2008/10/24 Nick Stolwijk <[EMAIL PROTECTED]> > It can be found here: >

Re: Dependencies and cargo plugin?

2008-10-24 Thread Marc Schneider
See here : http://repo1.maven.org/maven2/org/codehaus/cargo/cargo-maven-plugin/ Wim Deblauwe a écrit : > In what repo is that version? > > 2008/10/24 Marc Schneider <[EMAIL PROTECTED]> > >> Hello, >> >> I also use the cargo-maven2-plugin but don't need to specify all these >> dependencies. >> >>

Re: Dependencies and cargo plugin?

2008-10-24 Thread Nick Stolwijk
It can be found here: http://repository.codehaus.org/org/codehaus/cargo/cargo-maven2-plugin beta 1 is also available. Hth, Nick Stolwijk ~Java Developer~ Iprofs BV. Claus Sluterweg 125 2012 WS Haarlem www.iprofs.nl On Fri, Oct 24, 2008 at 11:12 AM, Wim Deblauwe <[EMAIL PROTECTED]> wrote: > In

Re: Dependencies and cargo plugin?

2008-10-24 Thread Wim Deblauwe
In what repo is that version? 2008/10/24 Marc Schneider <[EMAIL PROTECTED]> > Hello, > > I also use the cargo-maven2-plugin but don't need to specify all these > dependencies. > > Btw I use cargo 1.0-alpha6. > > Here is my plugin configuration : > > >org.codehaus.cargo >cargo-mav

Re: Dependencies and cargo plugin?

2008-10-24 Thread Marc Schneider
Hello, I also use the cargo-maven2-plugin but don't need to specify all these dependencies. Btw I use cargo 1.0-alpha6. Here is my plugin configuration : org.codehaus.cargo cargo-maven2-plugin false tomcat5x

Dependencies and cargo plugin?

2008-10-23 Thread Wim Deblauwe
Hi, It seems that I need to add all my dependencies in my pom.xml 2 times when I use a war project with cargo. Is there a way to avoid this? This is very annoying to try to find out all the dependencies (and their transitive dependencies manually) and have to add those to the section of the cargo