Author: tchemit Date: 2012-12-18 18:18:57 +0100 (Tue, 18 Dec 2012) New Revision: 399 Url: http://nuiton.org/projects/jredmine/repository/revisions/399 Log: fixes #2486: Use same profile to run its (named run-its) Modified: trunk/jredmine-client/pom.xml trunk/jredmine-maven-plugin/pom.xml Modified: trunk/jredmine-client/pom.xml =================================================================== --- trunk/jredmine-client/pom.xml 2012-12-18 17:06:12 UTC (rev 398) +++ trunk/jredmine-client/pom.xml 2012-12-18 17:18:57 UTC (rev 399) @@ -215,13 +215,13 @@ </profile> <profile> - <id>run-client-its</id> - <!--activation> + <id>run-its</id> + <activation> <property> <name>performRelease</name> <value>true</value> </property> - </activation--> + </activation> <build> <defaultGoal>integration-test</defaultGoal> <plugins> Modified: trunk/jredmine-maven-plugin/pom.xml =================================================================== --- trunk/jredmine-maven-plugin/pom.xml 2012-12-18 17:06:12 UTC (rev 398) +++ trunk/jredmine-maven-plugin/pom.xml 2012-12-18 17:18:57 UTC (rev 399) @@ -242,13 +242,13 @@ </reporting> </profile> <profile> - <id>run-plugin-its</id> - <!--activation> - <property> - <name>performRelease</name> - <value>true</value> - </property> - </activation--> + <id>run-its</id> + <activation> + <property> + <name>performRelease</name> + <value>true</value> + </property> + </activation> <build> <defaultGoal>integration-test</defaultGoal>