Author: tchemit Date: 2010-04-22 10:51:54 +0200 (Thu, 22 Apr 2010) New Revision: 1646 Log: improve release profiles Modified: trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2010-04-20 16:03:08 UTC (rev 1645) +++ trunk/pom.xml 2010-04-22 08:51:54 UTC (rev 1646) @@ -79,7 +79,6 @@ </properties> <build> - <defaultGoal>install</defaultGoal> <pluginManagement> <plugins> @@ -98,6 +97,11 @@ </pluginManagement> </build> + + <reporting> + <excludeDefaults>true</excludeDefaults> + </reporting> + <!-- ************************************************************* --> <!-- *** Build Environment ************************************** --> <!-- ************************************************************* --> @@ -110,8 +114,10 @@ </scm> <profiles> + + <!-- prepare assembly at release time --> <profile> - <id>release-profile</id> + <id>release-assembly-profile</id> <activation> <property> <name>performRelease</name>