Author: tchemit Date: 2010-01-01 18:44:52 +0100 (Fri, 01 Jan 2010) New Revision: 62 Modified: trunk/maven-jredmine-plugin/pom.xml Log: build its on release (but should be done in release:prepare goal ?) Modified: trunk/maven-jredmine-plugin/pom.xml =================================================================== --- trunk/maven-jredmine-plugin/pom.xml 2010-01-01 17:35:21 UTC (rev 61) +++ trunk/maven-jredmine-plugin/pom.xml 2010-01-01 17:44:52 UTC (rev 62) @@ -179,6 +179,12 @@ <profile> <id>run-its</id> + <activation> + <property> + <name>performRelease</name> + <value>true</value> + </property> + </activation> <build> <plugins> <plugin>