r345 - in branches/jredmine-1.x: jredmine-client jredmine-maven-plugin
Author: tchemit Date: 2012-10-04 14:39:48 +0200 (Thu, 04 Oct 2012) New Revision: 345 Url: http://nuiton.org/repositories/revision/jredmine/345 Log: separate its profile (can't work together) Modified: branches/jredmine-1.x/jredmine-client/pom.xml branches/jredmine-1.x/jredmine-maven-plugin/pom.xml Modified: branches/jredmine-1.x/jredmine-client/pom.xml =================================================================== --- branches/jredmine-1.x/jredmine-client/pom.xml 2012-10-04 11:57:42 UTC (rev 344) +++ branches/jredmine-1.x/jredmine-client/pom.xml 2012-10-04 12:39:48 UTC (rev 345) @@ -228,7 +228,7 @@ </profile> <profile> - <id>run-its</id> + <id>run-client-its</id> <!--activation> <property> <name>performRelease</name> @@ -240,6 +240,7 @@ <plugins> <plugin> <artifactId>maven-invoker-plugin</artifactId> + <inherited>false</inherited> <configuration> <mergeUserSettings>true</mergeUserSettings> <cloneProjectsTo>${project.build.directory}/it</cloneProjectsTo> @@ -248,7 +249,6 @@ </configuration> <executions> <execution> - <id>integration-test</id> <goals> <goal>install</goal> <goal>run</goal> Modified: branches/jredmine-1.x/jredmine-maven-plugin/pom.xml =================================================================== --- branches/jredmine-1.x/jredmine-maven-plugin/pom.xml 2012-10-04 11:57:42 UTC (rev 344) +++ branches/jredmine-1.x/jredmine-maven-plugin/pom.xml 2012-10-04 12:39:48 UTC (rev 345) @@ -256,7 +256,7 @@ </reporting> </profile> <profile> - <id>run-its</id> + <id>run-plugin-its</id> <!--activation> <property> <name>performRelease</name> @@ -287,7 +287,6 @@ </configuration> <executions> <execution> - <id>integration-test</id> <goals> <goal>install</goal> <goal>run</goal>
participants (1)
-
tchemit@users.nuiton.org