Re: Sub modules and goals

2012-04-05 Thread Stephen Connolly
I suspect we could add that trick to mrm-maven-plugin with a little code... then you'd have mvn mrm:stage-start clean deploy mrm:stage-commit mrm:stage-start would set the altDeploymentRepository property to redirect the deploy to mrm, and then mrm:stage-commit would push them to the root pom's

Re: Sub modules and goals

2012-04-05 Thread Ron Wheeler
On 04/04/2012 11:11 PM, Rajwinder Makkar wrote: Here is a scenario : I have one maven project which has sub modules defined in the root pom. So maven starts with root pom and then it hitsmodule tag and start compiling the sub modules. goals i use are clean install deploy. What is happening

Re: how to custom decrypt settings.xml passwords

2012-04-05 Thread Lannoye Xavier
Hi I come back to you with my corporate encryption mechanism with a partial (still working) solution: 1/ get the maven sources 2/ change in the maven-core\src\main\resources\META-INF\plexus\component.xml file the implementation for the org.sonatype.plexus.components.sec.dispatcher.SecDispatcher