Re: [m2] Need help: How to managing the version number in a multi-module

2006-08-04 Thread Jorgen Fastrup
Hi Jens I'm not aware of what is considered best pratice on this matter. However we are using the M2 Release plugin to handle your maintenance problem. Eache single project included in our multiproject structure uses the 1.0-SNAPSHOT tag. Once we cut a new release for the multiproject we execut

Re: M2 J2EE Project Just Execute this folder and not the sub modules

2006-08-04 Thread Jorgen Fastrup
Have you tried the maven CLI switch "-N,--non-recursive" ?? i.e. execute c:\.\rootproject\mvn -N install in your top level project. Regards Jorgen -- View this message in context: http://www.nabble.com/M2-J2EE-Project-Just-Execute-this-folder-and-not-the-sub-modules-tf2046719.html#a564933

Execution of plugin depending on the activation of specific profile

2006-08-04 Thread Jorgen Fastrup
Use-case: I have a multilevel project where the top level POM defines a number of different profiles. In some (i.e. not all) of the sublevel projetcs I need to execute a plugin only if a certain profile, say X, defined within top level POM is activated by the user. Also the configuration of the