Author: pete.muir(a)jboss.org
Date: 2009-10-13 13:11:29 -0400 (Tue, 13 Oct 2009)
New Revision: 4018
Modified:
core/trunk/pom.xml
Log:
fix release
Modified: core/trunk/pom.xml
===================================================================
--- core/trunk/pom.xml 2009-10-13 17:08:42 UTC (rev 4017)
+++ core/trunk/pom.xml 2009-10-13 17:11:29 UTC (rev 4018)
@@ -62,6 +62,8 @@
<artifactId>maven-release-plugin</artifactId>
<configuration>
<
tagBase>https://svn.jboss.org/repos/weld/core/tags</tagBase>
+ <!-- As we need access to our own artifacts -->
+ <preparationGoals>install</preparationGoals>
</configuration>
</plugin>
<plugin>