Hi Karl, don't you think this is a bit overdone? IMO the integration tests should be tested against the running version. Use a CI to test it with different versions and combinations of Maven/Java/OSWe've just moved to a new version of Bamboo and now it is really easy to do this. -Robert [1] http://bamboo.ci.codehaus.org/browse/MOJO-MAPPASM From: khmarba...@codehaus.org To: s...@mojo.codehaus.org Date: Mon, 26 Dec 2011 09:25:56 -0600 Subject: [mojo-scm] [15619] branches/appassembler-MAPPASM-134/appassembler-maven-plugin/pom.xml : [MAPPASM-134]
[15619] branches/appassembler-MAPPASM-134/appassembler-maven-plugin/pom.xml: [MAPPASM-134] Revision 15619 Author khmarbaise Date 2011-12-26 09:25:56 -0600 (Mon, 26 Dec 2011) Log Message [MAPPASM-134] - Changed the locations for the local-repository for every integration test (Maven 2.0.11, 2.2.1 and 3.0.3) to be sure to have no interference between the integration tests. Modified Paths branches/appassembler-MAPPASM-134/appassembler-maven-plugin/pom.xml Diff Modified: branches/appassembler-MAPPASM-134/appassembler-maven-plugin/pom.xml (15618 => 15619) --- branches/appassembler-MAPPASM-134/appassembler-maven-plugin/pom.xml 2011-12-26 14:52:21 UTC (rev 15618) +++ branches/appassembler-MAPPASM-134/appassembler-maven-plugin/pom.xml 2011-12-26 15:25:56 UTC (rev 15619) @@ -410,7 +410,6 @@ </pomIncludes> <preBuildHookScript>setup</preBuildHookScript> <postBuildHookScript>verify</postBuildHookScript> - <localRepositoryPath>${project.build.directory}/local-repo</localRepositoryPath> <settingsFile>src/it-ip/settings.xml</settingsFile> </configuration> <executions> @@ -421,6 +420,8 @@ <goal>run</goal> </goals> <configuration> + <reportsDirectory>${project.build.directory}/invoker-reports-2.0.11</reportsDirectory> + <localRepositoryPath>${project.build.directory}/local-repo-2.0.11</localRepositoryPath> <cloneProjectsTo>${project.build.directory}/it-2.0.11</cloneProjectsTo> <mavenHome>${project.build.directory}/maven/tools/apache-maven-2.0.11</mavenHome> <goals> @@ -436,6 +437,8 @@ <goal>run</goal> </goals> <configuration> + <reportsDirectory>${project.build.directory}/invoker-reports-2.2.1</reportsDirectory> + <localRepositoryPath>${project.build.directory}/local-repo-2.2.1</localRepositoryPath> <cloneProjectsTo>${project.build.directory}/it-2.2.1</cloneProjectsTo> <mavenHome>${project.build.directory}/maven/tools/apache-maven-2.2.1</mavenHome> <goals> @@ -451,6 +454,8 @@ <goal>run</goal> </goals> <configuration> + <reportsDirectory>${project.build.directory}/invoker-reports-3.0.3</reportsDirectory> + <localRepositoryPath>${project.build.directory}/local-repo-3.0.3</localRepositoryPath> <cloneProjectsTo>${project.build.directory}/it-3.0.3</cloneProjectsTo> <mavenHome>${project.build.directory}/maven/tools/apache-maven-3.0.3</mavenHome> <goals> To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email