You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by jv...@apache.org on 2005/10/31 16:59:10 UTC

svn commit: r329842 - /maven/components/trunk/maven-plugins/maven-eclipse-plugin/pom.xml

Author: jvanzyl
Date: Mon Oct 31 07:59:06 2005
New Revision: 329842

URL: http://svn.apache.org/viewcvs?rev=329842&view=rev
Log:
o fixing broken eclipse build, the model is required to compile

Modified:
    maven/components/trunk/maven-plugins/maven-eclipse-plugin/pom.xml

Modified: maven/components/trunk/maven-plugins/maven-eclipse-plugin/pom.xml
URL: http://svn.apache.org/viewcvs/maven/components/trunk/maven-plugins/maven-eclipse-plugin/pom.xml?rev=329842&r1=329841&r2=329842&view=diff
==============================================================================
--- maven/components/trunk/maven-plugins/maven-eclipse-plugin/pom.xml (original)
+++ maven/components/trunk/maven-plugins/maven-eclipse-plugin/pom.xml Mon Oct 31 07:59:06 2005
@@ -18,6 +18,11 @@
     </dependency>
     <dependency>
       <groupId>org.apache.maven</groupId>
+      <artifactId>maven-model</artifactId>
+      <version>2.0</version>
+    </dependency>    
+    <dependency>
+      <groupId>org.apache.maven</groupId>
       <artifactId>maven-artifact-manager</artifactId>
       <version>2.0</version>
       <scope>test</scope>
@@ -57,4 +62,4 @@
       </plugin>
     </plugins>
   </build>
-</project>
\ No newline at end of file
+</project>