Author: elecharny
Date: Tue Sep 14 23:02:22 2010
New Revision: 997147

URL: http://svn.apache.org/viewvc?rev=997147&view=rev
Log:
removed the 'clean' steps in the release phase, to keep the generated files in 
the target directories

Modified:
    mina/trunk/pom.xml

Modified: mina/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/mina/trunk/pom.xml?rev=997147&r1=997146&r2=997147&view=diff
==============================================================================
--- mina/trunk/pom.xml (original)
+++ mina/trunk/pom.xml Tue Sep 14 23:02:22 2010
@@ -506,8 +506,8 @@
           <tagBase>
             https://svn.apache.org/repos/asf/mina/tags
           </tagBase>
-          <preparationGoals>clean install</preparationGoals>
-          <goals>clean deploy</goals>
+          <preparationGoals>install</preparationGoals>
+          <goals>deploy</goals>
           <arguments>-Pmina-release</arguments>
           <mavenExecutorId>forked-path</mavenExecutorId>
         </configuration>


Reply via email to