Author: elecharny
Date: Mon Sep 13 13:51:06 2010
New Revision: 996532
URL: http://svn.apache.org/viewvc?rev=996532&view=rev
Log:
updated the release plugin config so that the jars are deployed locally before
being used by the distribution module
Modified:
mina/trunk/pom.xml
Modified: mina/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/mina/trunk/pom.xml?rev=996532&r1=996531&r2=996532&view=diff
==============================================================================
--- mina/trunk/pom.xml (original)
+++ mina/trunk/pom.xml Mon Sep 13 13:51:06 2010
@@ -420,6 +420,7 @@
<tagBase>
https://svn.apache.org/repos/asf/mina/tags
</tagBase>
+ <preparationGoals>clean install</preparationGoals>
</configuration>
</plugin>