Author: veithen Date: Fri Feb 18 22:40:26 2011 New Revision: 1072180 URL: http://svn.apache.org/viewvc?rev=1072180&view=rev Log: Added an 'everything' profile that includes all modules.
Modified: axis/axis2/java/rampart/trunk/pom.xml Modified: axis/axis2/java/rampart/trunk/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/rampart/trunk/pom.xml?rev=1072180&r1=1072179&r2=1072180&view=diff ============================================================================== --- axis/axis2/java/rampart/trunk/pom.xml (original) +++ axis/axis2/java/rampart/trunk/pom.xml Fri Feb 18 22:40:26 2011 @@ -400,6 +400,16 @@ </plugins> </build> </profile> + + <profile> + <!-- Profile that includes all modules. This is handy when using maven-release-plugin + for anything else than doing a release. --> + <id>everything</id> + <modules> + <module>modules/documentation</module> + <module>modules/distribution</module> + </modules> + </profile> </profiles> <modules>