You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by an...@apache.org on 2010/01/06 15:54:05 UTC

svn commit: r896464 - /tuscany/sca-java-2.x/trunk/pom.xml

Author: antelder
Date: Wed Jan  6 14:54:05 2010
New Revision: 896464

URL: http://svn.apache.org/viewvc?rev=896464&view=rev
Log:
Add another explicit plugin version

Modified:
    tuscany/sca-java-2.x/trunk/pom.xml

Modified: tuscany/sca-java-2.x/trunk/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/pom.xml?rev=896464&r1=896463&r2=896464&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/pom.xml Wed Jan  6 14:54:05 2010
@@ -679,6 +679,11 @@
                     <artifactId>maven-war-plugin</artifactId>
                     <version>2.1-alpha-2</version>
                 </plugin>
+                <plugin>
+                    <groupId>org.apache.maven.plugins</groupId>
+                    <artifactId>maven-eclipse-plugin</artifactId>
+                    <version>2.7</version>
+                </plugin>
 
                 <!-- compiler plugin configuration -->
                 <plugin>