Author: tchemit Date: 2012-08-27 01:14:26 +0200 (Mon, 27 Aug 2012) New Revision: 3638 Url: http://chorem.org/repositories/revision/pollen/3638 Log: split prepare-its and run-its Modified: trunk/pollen-ui-struts2/pom.xml Modified: trunk/pollen-ui-struts2/pom.xml =================================================================== --- trunk/pollen-ui-struts2/pom.xml 2012-08-26 23:13:45 UTC (rev 3637) +++ trunk/pollen-ui-struts2/pom.xml 2012-08-26 23:14:26 UTC (rev 3638) @@ -556,10 +556,10 @@ </profile> <profile> - <id>run-its</id> + <id>prepare-its</id> <activation> <property> - <name>performRelease</name> + <name>runIts</name> <value>true</value> </property> </activation> @@ -589,7 +589,33 @@ </pomIncludes> </configuration> </execution> + </executions> + </plugin> + </plugins> + </build> + </profile> + <profile> + <id>run-its</id> + <activation> + <property> + <name>runIts</name> + <value>true</value> + </property> + </activation> + <build> + <defaultGoal>integration-test</defaultGoal> + <plugins> + <plugin> + <artifactId>maven-invoker-plugin</artifactId> + <configuration> + <localRepositoryPath> + ${project.build.directory}/it-repo + </localRepositoryPath> + <settingsFile>src/it/settings.xml</settingsFile> + <cloneProjectsTo>${project.build.directory}/its</cloneProjectsTo> + </configuration> + <executions> <execution> <id>integration-test</id> <goals> @@ -604,11 +630,18 @@ </pomIncludes> </configuration> </execution> - </executions> </plugin> </plugins> </build> + + <reporting> + <plugins> + <plugin> + <artifactId>maven-invoker-plugin</artifactId> + </plugin> + </plugins> + </reporting> </profile> <profile> @@ -620,14 +653,6 @@ </property> </activation> - <reporting> - <plugins> - <plugin> - <artifactId>maven-invoker-plugin</artifactId> - </plugin> - </plugins> - </reporting> - <build> <plugins> <plugin>