Re: Lifecyle Question

2007-07-18 Thread Mykel Alvis
I understood you, too. :) On 7/10/07, Eric Redmond [EMAIL PROTECTED] wrote: Sorry - not bundles projects but artifact resolution - meant to say projects need to be resolved beforehand - made sense in my head :) - To

Re: Lifecyle Question

2007-07-10 Thread Eric Redmond
It is a known issue with the way the reactor currently bundles projects. It's being worked on - but definitely cannot be fixed before 2.1. Eric On 7/9/07, Mykel Alvis [EMAIL PROTECTED] wrote: So why doesn't a multi-module build collect the test-jars into the reactor classpath? Is this a

Re: Lifecyle Question

2007-07-10 Thread Eric Redmond
Sorry - not bundles projects but artifact resolution - meant to say projects need to be resolved beforehand - made sense in my head :) Eric On 7/10/07, Eric Redmond [EMAIL PROTECTED] wrote: It is a known issue with the way the reactor currently bundles projects. It's being worked on - but

Re: Lifecyle Question

2007-07-09 Thread Mykel Alvis
So why doesn't a multi-module build collect the test-jars into the reactor classpath? Is this a known issue of some sort? I managed to crash into this headlong today... :) On 6/7/07, Eric Redmond [EMAIL PROTECTED] wrote: Sounds like one of your modules has a dependency on a project that

Re: Lifecyle Question

2007-06-09 Thread Mac Systems
Sound Good so far. But i get Confused as i through to know that maven will invoke each of the previous goals. Doing that with Cruise Control mean i have to install each time the snapshots ? the means i have to call somthing like this: maven clean compile install package site-stage Is that

RE: Lifecyle Question

2007-06-09 Thread Jeff Jensen
: Lifecyle Question Sound Good so far. But i get Confused as i through to know that maven will invoke each of the previous goals. Doing that with Cruise Control mean i have to install each time the snapshots ? the means i have to call somthing like this: maven clean compile install package

Re: Lifecyle Question

2007-06-09 Thread Wendy Smoak
On 6/9/07, Mac Systems [EMAIL PROTECTED] wrote: Sound Good so far. But i get Confused as i through to know that maven will invoke each of the previous goals. Doing that with Cruise Control mean i have to install each time the snapshots ? the means i have to call somthing like this: maven

Re: Lifecyle Question

2007-06-09 Thread Mac Systems
Ok, thanks it clearer now! On 6/9/07, Mac Systems [EMAIL PROTECTED] wrote: Sound Good so far. But i get Confused as i through to know that maven will invoke each of the previous goals. Doing that with Cruise Control mean i have to install each time the snapshots ? the means i have to call

Re: Lifecyle Question

2007-06-08 Thread Jo Vandermeeren
Hi Jens, Post your pom.xml files, so we can have a look.. Cheers Jo On 6/7/07, Mac Systems [EMAIL PROTECTED] wrote: Hello Maven Users, i'd like to how this can happen: I have an Multiprojekt: mvn compile work well, all is compiled! If i do mvn package i get an Error that some package

Lifecyle Question

2007-06-07 Thread Mac Systems
Hello Maven Users, i'd like to how this can happen: I have an Multiprojekt: mvn compile work well, all is compiled! If i do mvn package i get an Error that some package and test-jar not found. Can someone explain a bit how this can happen ? greets, Jens

Re: Lifecyle Question

2007-06-07 Thread Wayne Fay
What is the specific error message? Copy and paste it here. And what happens with mvn clean compile and mvn clean package? Wayne On 6/7/07, Mac Systems [EMAIL PROTECTED] wrote: Hello Maven Users, i'd like to how this can happen: I have an Multiprojekt: mvn compile work well, all is

Re: Lifecyle Question

2007-06-07 Thread Eric Redmond
Sounds like one of your modules has a dependency on a project that generates a test-jar. Sorry to say, but you actually have to run mvn install - so the test-jar can be packaged and installed so the module that requires it can access it. It works via mvn compile because no test is run, hence no