You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by fg...@apache.org on 2006/04/06 00:26:25 UTC

svn commit: r391836 - /maven/plugins/trunk/maven-eclipse-plugin/src/test/projects/master-test/pom.xml

Author: fgiust
Date: Wed Apr  5 15:26:20 2006
New Revision: 391836

URL: http://svn.apache.org/viewcvs?rev=391836&view=rev
Log:
configuration for testing MECLIPSE-82 eclipse:add-maven-repo does not work with $basedir

Modified:
    maven/plugins/trunk/maven-eclipse-plugin/src/test/projects/master-test/pom.xml

Modified: maven/plugins/trunk/maven-eclipse-plugin/src/test/projects/master-test/pom.xml
URL: http://svn.apache.org/viewcvs/maven/plugins/trunk/maven-eclipse-plugin/src/test/projects/master-test/pom.xml?rev=391836&r1=391835&r2=391836&view=diff
==============================================================================
--- maven/plugins/trunk/maven-eclipse-plugin/src/test/projects/master-test/pom.xml (original)
+++ maven/plugins/trunk/maven-eclipse-plugin/src/test/projects/master-test/pom.xml Wed Apr  5 15:26:20 2006
@@ -7,6 +7,17 @@
   <artifactId>master-test</artifactId>
   <version>1.0</version>
   <name>master</name>
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-eclipse-plugin</artifactId>
+        <configuration>
+          <workspace>${basedir}</workspace>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
   <modules>
     <module>module-1</module>
     <module>module-2</module>