You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by pa...@apache.org on 2008/10/08 14:51:15 UTC

svn commit: r702851 - /directory/studio/trunk/pom.xml

Author: pamarcelot
Date: Wed Oct  8 05:51:15 2008
New Revision: 702851

URL: http://svn.apache.org/viewvc?rev=702851&view=rev
Log:
Updated release plugin configuration.

Modified:
    directory/studio/trunk/pom.xml

Modified: directory/studio/trunk/pom.xml
URL: http://svn.apache.org/viewvc/directory/studio/trunk/pom.xml?rev=702851&r1=702850&r2=702851&view=diff
==============================================================================
--- directory/studio/trunk/pom.xml (original)
+++ directory/studio/trunk/pom.xml Wed Oct  8 05:51:15 2008
@@ -1079,6 +1079,7 @@
         <artifactId>maven-release-plugin</artifactId>
         <configuration>
           <tagBase>https://svn.apache.org/repos/asf/directory/studio/tags/</tagBase>
+          <preparationGoals>clean studio:eclipse install</preparationGoals>
         </configuration>
       </plugin>
       <plugin>