You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by el...@apache.org on 2010/09/13 15:56:25 UTC

svn commit: r996534 - /mina/trunk/pom.xml

Author: elecharny
Date: Mon Sep 13 13:56:25 2010
New Revision: 996534

URL: http://svn.apache.org/viewvc?rev=996534&view=rev
Log:
added some more instruction to the install plugn to avoid the same problem when deploying

Modified:
    mina/trunk/pom.xml

Modified: mina/trunk/pom.xml
URL: http://svn.apache.org/viewvc/mina/trunk/pom.xml?rev=996534&r1=996533&r2=996534&view=diff
==============================================================================
--- mina/trunk/pom.xml (original)
+++ mina/trunk/pom.xml Mon Sep 13 13:56:25 2010
@@ -421,6 +421,7 @@
             https://svn.apache.org/repos/asf/mina/tags
           </tagBase>
           <preparationGoals>clean install</preparationGoals>
+          <goals>clean install deploy</goals>
         </configuration>
       </plugin>