Author: olamy Date: Mon Mar 28 19:45:23 2011 New Revision: 1086361 URL: http://svn.apache.org/viewvc?rev=1086361&view=rev Log: add reporting-exec in reactor build for maven 3 profile
Modified: maven/shared/trunk/pom.xml Modified: maven/shared/trunk/pom.xml URL: http://svn.apache.org/viewvc/maven/shared/trunk/pom.xml?rev=1086361&r1=1086360&r2=1086361&view=diff ============================================================================== --- maven/shared/trunk/pom.xml (original) +++ maven/shared/trunk/pom.xml Mon Mar 28 19:45:23 2011 @@ -74,5 +74,17 @@ under the License. <module>maven-artifact-resolver</module> </modules> </profile> + <profile> + <id>maven-3</id> + <activation> + <file> + <!-- This employs that the basedir expression is only recognized by Maven 3.x (see MNG-2363) --> + <exists>${basedir}</exists> + </file> + </activation> + <modules> + <module>reporting-exec</module> + </modules> + </profile> </profiles> </project>