Hello all,

I am going to have a m2 build system that contains lots of sub projects.
my daily build uses the same version of all sub projects.  and the version is
incremented for each daily build.

In M1,  I use one global version property in project.properties of the master
project root. For each daily build, the system increments the version in 
properties and tag the entire source tree.

In m2, it seems that the only way to achieve this are:

  -  Define all possible sub projects in dependencyMangement at the root pom
  
     or 

   - I need to write a plugin to transerse to all subproject and
change the version
     in poms and their dependencies,check in all the changes before the build

Each has its own complexities that I wish to avoid

I also notice that m2 and continuum builds also have to go thru my scecario
for each new release ( offical alpha, beta,etc).  

Is there a better way? Or the capability is already there in M2.

-Dan

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to