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:11:36 UTC

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

Author: olamy
Date: Wed Apr  2 05:11:36 2014
New Revision: 1583879

URL: http://svn.apache.org/r1583879
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=1583879&r1=1583878&r2=1583879&view=diff
==============================================================================
--- archiva/trunk/pom.xml (original)
+++ archiva/trunk/pom.xml Wed Apr  2 05:11:36 2014
@@ -1752,6 +1752,10 @@
           </dependency>
         </dependencies>
        </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-antrun-plugin</artifactId>
+      </plugin>
     </plugins>
     <pluginManagement>
       <plugins>