Re: Some questions about customizing the build on the Maven command line

2012-05-11 Thread Wayne Fay
Why can't you simply make level2 a child (module) of level1, and the same for level3 under level2? Why are you making things harder than it needs to be? Because I can't change the poms. Then you probably can't make this work. This is a silly and arbitrary restriction. How would you make this

RE: Some questions about customizing the build on the Maven command line

2012-05-11 Thread KARR, DAVID
-Original Message- From: Wayne Fay [mailto:wayne...@gmail.com] Sent: Friday, May 11, 2012 7:31 AM To: Maven Users List Subject: Re: Some questions about customizing the build on the Maven command line Why can't you simply make level2 a child (module) of level1, and the same

RE: Some questions about customizing the build on the Maven command line

2012-05-11 Thread GALLAGHER, RON
to get Maven to use a different POM file. mvn -f pom-david-karr.xml Ron Gallagher -Original Message- From: KARR, DAVID Sent: Friday, May 11, 2012 11:51 AM To: Maven Users List Subject: RE: Some questions about customizing the build on the Maven command line *** Security Advisory

RE: Some questions about customizing the build on the Maven command line

2012-05-11 Thread KARR, DAVID
-Original Message- From: GALLAGHER, RON Sent: Friday, May 11, 2012 11:58 AM To: Maven Users List Subject: RE: Some questions about customizing the build on the Maven command line David, Why not just create a new pom file at level1, rather than modifying an existing one

Re: Some questions about customizing the build on the Maven command line

2012-05-11 Thread Anders Hammar
...@att.com wrote: -Original Message- From: GALLAGHER, RON Sent: Friday, May 11, 2012 11:58 AM To: Maven Users List Subject: RE: Some questions about customizing the build on the Maven command line David, Why not just create a new pom file at level1, rather than modifying an existing

Some questions about customizing the build on the Maven command line

2012-05-10 Thread KARR, DAVID
I have a top-level agg pom (call it level1) that has a module with an agg pom (call it level2) that specifies several modules. The directory that agg pom is in has an additional directory (call it level3) that is not in the modules list, but is also a pom module. I have a basic idea of how I

Re: Some questions about customizing the build on the Maven command line

2012-05-10 Thread Wayne Fay
The directory that agg pom is in has an additional directory (call it level3) that is not in the modules list, but is also a pom module.  I have a basic idea of how I could specify a command line to run a build in level2 that would build all the specified modules, and also build level3.  

RE: Some questions about customizing the build on the Maven command line

2012-05-10 Thread KARR, DAVID
-Original Message- From: Wayne Fay [mailto:wayne...@gmail.com] Sent: Thursday, May 10, 2012 7:24 PM To: Maven Users List Subject: Re: Some questions about customizing the build on the Maven command line The directory that agg pom is in has an additional directory (call it level3