You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by ol...@apache.org on 2014/04/02 07:39:14 UTC

svn commit: r1583883 - /archiva/trunk/pom.xml

Author: olamy
Date: Wed Apr  2 05:39:14 2014
New Revision: 1583883

URL: http://svn.apache.org/r1583883
Log:
try to ensure consumer archetype will build with an empty repo so force local download of antrun plugin

Modified:
    archiva/trunk/pom.xml

Modified: archiva/trunk/pom.xml
URL: http://svn.apache.org/viewvc/archiva/trunk/pom.xml?rev=1583883&r1=1583882&r2=1583883&view=diff
==============================================================================
--- archiva/trunk/pom.xml (original)
+++ archiva/trunk/pom.xml Wed Apr  2 05:39:14 2014
@@ -1752,10 +1752,6 @@
           </dependency>
         </dependencies>
        </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-antrun-plugin</artifactId>
-      </plugin>
     </plugins>
     <pluginManagement>
       <plugins>