RE: [m2] child-level transitive dependency builds?

2006-01-12 Thread Christopher Cobb
-Original Message- From: Edwin Punzalan [mailto:[EMAIL PROTECTED] Ah, so you are working with an IDE (of course!)... and its a feature that you want your IDE to do for you, i think. No, I use my IDE for editing. I use maven for building. Besides, maven already has good plugins for

Re: [m2] child-level transitive dependency builds?

2006-01-12 Thread Stephen Duncan
On 1/11/06, Christopher Cobb [EMAIL PROTECTED] wrote: -Original Message- From: Edwin Punzalan [mailto:[EMAIL PROTECTED] Although, I have to say, when you did some changes on P4, you should be building it anyway, right? Because you'll need to run the tests, etc. and make sure

RE: [m2] child-level transitive dependency builds?

2006-01-12 Thread Christopher Cobb
-Original Message- From: Stephen Duncan [mailto:[EMAIL PROTECTED] But if your IDE, or whatever working environment you use, you treat each child project as an individual project, not one big project, then when building P1, you only want to build P1. For those that work this way

Re: [m2] child-level transitive dependency builds?

2006-01-12 Thread Stephen Duncan
On 1/12/06, Christopher Cobb [EMAIL PROTECTED] wrote: -Original Message- From: Stephen Duncan [mailto:[EMAIL PROTECTED] But if your IDE, or whatever working environment you use, you treat each child project as an individual project, not one big project, then when building P1,

Re: [m2] child-level transitive dependency builds?

2006-01-12 Thread Stephen Duncan
If you're changing directories to a child project just to run a plugin from the command line (therefore one that's not been tied to the build lifecycle), then why would you want to rebuild the dependencies? As long as you did a main build from the top before (mvn install), the other child

RE: [m2] child-level transitive dependency builds?

2006-01-11 Thread Christopher Cobb
-Original Message- From: Edwin Punzalan [mailto:[EMAIL PROTECTED] Although, I have to say, when you did some changes on P4, you should be building it anyway, right? Because you'll need to run the tests, etc. and make sure that everything's still fine. But my IDE thinks this is all

Re: [m2] child-level transitive dependency builds?

2006-01-11 Thread Edwin Punzalan
Ah, so you are working with an IDE (of course!)... and its a feature that you want your IDE to do for you, i think. I'm not really familiar with the creation and customization of IDE plugins, but I'd suggest you put your request as a jira issue to the respective IDE plugin. ^_^

Re: [m2] child-level transitive dependency builds?

2006-01-10 Thread Edwin Punzalan
This is definitely an enhancement request. Although, I have to say, when you did some changes on P4, you should be building it anyway, right? Because you'll need to run the tests, etc. and make sure that everything's still fine. And when you build P4, you can just type mvn install and that