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/17 14:45:19 UTC

svn commit: r705585 - /directory/studio/branches/1.3.x/pom.xml

Author: pamarcelot
Date: Fri Oct 17 05:45:19 2008
New Revision: 705585

URL: http://svn.apache.org/viewvc?rev=705585&view=rev
Log:
Fixed the issue with the dependencies of the Apache DS plugin when releasing.

Modified:
    directory/studio/branches/1.3.x/pom.xml

Modified: directory/studio/branches/1.3.x/pom.xml
URL: http://svn.apache.org/viewvc/directory/studio/branches/1.3.x/pom.xml?rev=705585&r1=705584&r2=705585&view=diff
==============================================================================
--- directory/studio/branches/1.3.x/pom.xml (original)
+++ directory/studio/branches/1.3.x/pom.xml Fri Oct 17 05:45:19 2008
@@ -1113,6 +1113,7 @@
         <configuration>
           <tagBase>https://svn.apache.org/repos/asf/directory/studio/tags/</tagBase>
           <preparationGoals>clean studio:eclipse install</preparationGoals>
+          <goals>install deploy</goals>
         </configuration>
       </plugin>
       <plugin>