Author: baerrach Date: Fri Jul 1 01:03:25 2011 New Revision: 1141773 URL: http://svn.apache.org/viewvc?rev=1141773&view=rev Log: Added missing workspace configuration to ITs. Without the configuration the IT was depenedent on the environment it ran in, since the workspace search went all the way to the root of a drive.
Modified: maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/MECLIPSE-295/pom.xml maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-54-MECLIPSE-178/pom.xml maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-55-MECLIPSE-178/pom.xml maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-58-MECLIPSE-621/pom.xml maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-59-MECLIPSE-576/pom.xml maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-60-MECLIPSE-652/pom.xml maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-61-MECLIPSE-548/pom.xml maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-62-MECLIPSE-561/pom.xml Modified: maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/MECLIPSE-295/pom.xml URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/MECLIPSE-295/pom.xml?rev=1141773&r1=1141772&r2=1141773&view=diff ============================================================================== --- maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/MECLIPSE-295/pom.xml (original) +++ maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/MECLIPSE-295/pom.xml Fri Jul 1 01:03:25 2011 @@ -75,6 +75,7 @@ under the License. <artifactId>maven-eclipse-plugin</artifactId> <version>2.4</version> <configuration> + <workspace>${basedir}/../../eclipse/workspaceDoesNotExist</workspace> <!-- <projectNameTemplate>[groupId].[artifactId]</projectNameTemplate> --> Modified: maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-54-MECLIPSE-178/pom.xml URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-54-MECLIPSE-178/pom.xml?rev=1141773&r1=1141772&r2=1141773&view=diff ============================================================================== --- maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-54-MECLIPSE-178/pom.xml (original) +++ maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-54-MECLIPSE-178/pom.xml Fri Jul 1 01:03:25 2011 @@ -15,6 +15,7 @@ <artifactId>maven-eclipse-plugin</artifactId> <version>test</version> <configuration> + <workspace>${basedir}/../../eclipse/workspaceDoesNotExist</workspace> <linkedResources> <linkedResource> <name>src/test/resources/oracle-ds.xml</name> Modified: maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-55-MECLIPSE-178/pom.xml URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-55-MECLIPSE-178/pom.xml?rev=1141773&r1=1141772&r2=1141773&view=diff ============================================================================== --- maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-55-MECLIPSE-178/pom.xml (original) +++ maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-55-MECLIPSE-178/pom.xml Fri Jul 1 01:03:25 2011 @@ -15,6 +15,7 @@ <artifactId>maven-eclipse-plugin</artifactId> <version>test</version> <configuration> + <workspace>${basedir}/../../eclipse/workspaceDoesNotExist</workspace> <linkedResources> <linkedResource> <name>src/test/resources/oracle-ds.xml</name> Modified: maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-58-MECLIPSE-621/pom.xml URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-58-MECLIPSE-621/pom.xml?rev=1141773&r1=1141772&r2=1141773&view=diff ============================================================================== --- maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-58-MECLIPSE-621/pom.xml (original) +++ maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-58-MECLIPSE-621/pom.xml Fri Jul 1 01:03:25 2011 @@ -38,6 +38,9 @@ <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-eclipse-plugin</artifactId> <version>test</version> + <configuration> + <workspace>${basedir}/../../eclipse/workspaceDoesNotExist</workspace> + </configuration> </plugin> </plugins> </build> Modified: maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-59-MECLIPSE-576/pom.xml URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-59-MECLIPSE-576/pom.xml?rev=1141773&r1=1141772&r2=1141773&view=diff ============================================================================== --- maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-59-MECLIPSE-576/pom.xml (original) +++ maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-59-MECLIPSE-576/pom.xml Fri Jul 1 01:03:25 2011 @@ -35,6 +35,9 @@ <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-eclipse-plugin</artifactId> <version>test</version> + <configuration> + <workspace>${basedir}/../../eclipse/workspaceDoesNotExist</workspace> + </configuration> </plugin> </plugins> </build> Modified: maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-60-MECLIPSE-652/pom.xml URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-60-MECLIPSE-652/pom.xml?rev=1141773&r1=1141772&r2=1141773&view=diff ============================================================================== --- maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-60-MECLIPSE-652/pom.xml (original) +++ maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-60-MECLIPSE-652/pom.xml Fri Jul 1 01:03:25 2011 @@ -23,6 +23,7 @@ <artifactId>maven-eclipse-plugin</artifactId> <version>test</version> <configuration> + <workspace>${basedir}/../../eclipse/workspaceDoesNotExist</workspace> <wtpversion>2.0</wtpversion> <wtpContextName>ROOT</wtpContextName> </configuration> Modified: maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-61-MECLIPSE-548/pom.xml URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-61-MECLIPSE-548/pom.xml?rev=1141773&r1=1141772&r2=1141773&view=diff ============================================================================== --- maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-61-MECLIPSE-548/pom.xml (original) +++ maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-61-MECLIPSE-548/pom.xml Fri Jul 1 01:03:25 2011 @@ -23,6 +23,7 @@ <artifactId>maven-eclipse-plugin</artifactId> <version>test</version> <configuration> + <workspace>${basedir}/../../eclipse/workspaceDoesNotExist</workspace> <classpathContainersLast>true</classpathContainersLast> </configuration> </plugin> Modified: maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-62-MECLIPSE-561/pom.xml URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-62-MECLIPSE-561/pom.xml?rev=1141773&r1=1141772&r2=1141773&view=diff ============================================================================== --- maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-62-MECLIPSE-561/pom.xml (original) +++ maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-62-MECLIPSE-561/pom.xml Fri Jul 1 01:03:25 2011 @@ -12,6 +12,7 @@ <artifactId>maven-eclipse-plugin</artifactId> <version>test</version> <configuration> + <workspace>${basedir}/../../eclipse/workspaceDoesNotExist</workspace> <testSourcesLast>true</testSourcesLast> </configuration> </plugin>