You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by re...@apache.org on 2007/02/12 14:27:01 UTC

svn commit: r506440 - /cocoon/trunk/pom.xml

Author: reinhard
Date: Mon Feb 12 05:27:01 2007
New Revision: 506440

URL: http://svn.apache.org/viewvc?view=rev&rev=506440
Log:
set version of maven-eclipse-plugin, otherwise it doesn't work with an empty repository

Modified:
    cocoon/trunk/pom.xml

Modified: cocoon/trunk/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/pom.xml?view=diff&rev=506440&r1=506439&r2=506440
==============================================================================
--- cocoon/trunk/pom.xml (original)
+++ cocoon/trunk/pom.xml Mon Feb 12 05:27:01 2007
@@ -631,7 +631,10 @@
         </configuration>
       </plugin>
       <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-eclipse-plugin</artifactId>
+        <version>2.3</version>
+      </plugin>      
+      <plugin>
         <artifactId>maven-idea-plugin</artifactId>
         <version>2.0</version>
         <configuration>