You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ode.apache.org by ms...@apache.org on 2007/01/25 05:15:37 UTC

svn commit: r499659 - /incubator/ode/trunk/pom.xml

Author: mszefler
Date: Wed Jan 24 20:15:37 2007
New Revision: 499659

URL: http://svn.apache.org/viewvc?view=rev&rev=499659
Log:
Set version for maven-clean-plugin and maven-rar-plugin

Modified:
    incubator/ode/trunk/pom.xml

Modified: incubator/ode/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/pom.xml?view=diff&rev=499659&r1=499658&r2=499659
==============================================================================
--- incubator/ode/trunk/pom.xml (original)
+++ incubator/ode/trunk/pom.xml Wed Jan 24 20:15:37 2007
@@ -217,6 +217,16 @@
                     <artifactId>maven-antrun-plugin</artifactId>
                     <version>1.1</version>
                 </plugin>
+                <plugin>
+                    <groupId>org.apache.maven.plugins</groupId>
+                    <artifactId>maven-rar-plugin</artifactId>
+                    <version>2.1</version>
+                </plugin>
+                <plugin>
+                    <groupId>org.apache.maven.plugins</groupId>
+                    <artifactId>maven-clean-plugin</artifactId>
+                    <version>2.1.1</version>
+                </plugin>
 
                 <plugin>
                     <groupId>org.codehaus.mojo</groupId>
@@ -314,6 +324,8 @@
                <updatePolicy>never</updatePolicy>
             </snapshots>
         </repository>
+
+
 <!-- Rely only on Intalio repository, prevents maven madness. 
         <repository>
             <id>central-maven</id>
@@ -380,6 +392,8 @@
             <name>Intalio Maven2 repository</name>
             <url>http://pxe.intalio.org/public/maven2</url>
         </pluginRepository>
+
+
 <!-- Safe sex....
         <pluginRepository>
             <id>central-maven</id>