[ANNOUNCE] Release extra-enforcer-rules version 1.0-beta-4

2015-11-10 Thread Mirko Friedenhagen
The Extra Enforcer Rules team is pleased to announce the extra-enforcer-rules-1.0-beta-4 release! Extra Enforcer Rules. These are extra rules for Apache Maven's Enforcer Plugin. Changes in this version include: New features: o New rule requireProjectUrl o Adapt to mojohaus organisation. Fixed B

RE: profile activation with multiple conditions

2015-11-10 Thread Justin Georgeson
So here's a minimal parent pom.xml, which lists 2 child modules that I created with 'mvn archetype:generate' choosing the 'maven-archetype-quickstart' archetype. My goal was that if I mvn package Then the compile/test/package occurs with no attempt to sign. But then by changing the co

RE: profile activation with multiple conditions

2015-11-10 Thread Jörg Schaible
Justin Georgeson wrote: > So here's a minimal parent pom.xml, which lists 2 child modules that I > created with 'mvn archetype:generate' choosing the > 'maven-archetype-quickstart' archetype. My goal was that if I > > mvn package > > Then the compile/test/package occurs with no attempt to sign.

RE: [EXTERNAL] RE: profile activation with multiple conditions

2015-11-10 Thread Justin Georgeson
Thanks. I was hoping that it would evaluate the file-based activation per project. I was treating it as a separate issue than the multiple conditions. But I think what you're saying is that the profile activation happens once for the whole reactor, and not per project within the reactor. I gathe

Build Number Maven Plugin branch naming

2015-11-10 Thread Neiman, Victor
Hi all, Working on a project that generates RPM's using rpm-maven-plugin, the RPM's then have the build number appended to them using the buildnumber-maven-plugin. Currently using SVN. I would like to change the way $svnVersion is set for my branches. That is, I would like to shorten it a bit,