Re: Missing dependency on attached tests when -Dmaven.test.skip=true

2010-01-14 Thread Andreas Sewe
Hi Jörg, So, is the behavior when -Dmaven.skip.test=true a bug? Or need test-scoped dependencies still present even if nobody actually uses them? (FWIW, the behavior occurs using both Maven 2.2.1 and the 3.0-SNAPSHOT embedded into M2Eclipse.) Thoughts? This is expected. The flag tells Maven t

Re: Missing dependency on attached tests when -Dmaven.test.skip=true

2010-01-13 Thread Dan Tran
mvn install -DskipTests=true may work too On Wed, Jan 13, 2010 at 11:37 PM, Jörg Schaible wrote: > Hi Andreas, > > Andreas Sewe wrote at Mittwoch, 13. Januar 2010 17:12: > >> Hi all, >> >> I have three Maven projects example:A:1.0, example:B:1.0, and >> example:C:1.0. The former aggregates the tw

Re: Missing dependency on attached tests when -Dmaven.test.skip=true

2010-01-13 Thread Jörg Schaible
Hi Andreas, Andreas Sewe wrote at Mittwoch, 13. Januar 2010 17:12: > Hi all, > > I have three Maven projects example:A:1.0, example:B:1.0, and > example:C:1.0. The former aggregates the two latter projects. > > Now project example:B:1.0 attaches a test-jar to is primary artifact (as > per

Missing dependency on attached tests when -Dmaven.test.skip=true

2010-01-13 Thread Andreas Sewe
Hi all, I have three Maven projects example:A:1.0, example:B:1.0, and example:C:1.0. The former aggregates the two latter projects. Now project example:B:1.0 attaches a test-jar to is primary artifact (as per ). Project C has a