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>