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 2009/11/02 17:36:18 UTC

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

Author: pamarcelot
Date: Mon Nov  2 16:36:18 2009
New Revision: 831957

URL: http://svn.apache.org/viewvc?rev=831957&view=rev
Log:
Moving back to version 1.0.2 of the Studio Maven Plugin. Commented the build of the updatesite and the distributions for the release.

Modified:
    directory/studio/trunk/pom.xml

Modified: directory/studio/trunk/pom.xml
URL: http://svn.apache.org/viewvc/directory/studio/trunk/pom.xml?rev=831957&r1=831956&r2=831957&view=diff
==============================================================================
--- directory/studio/trunk/pom.xml (original)
+++ directory/studio/trunk/pom.xml Mon Nov  2 16:36:18 2009
@@ -66,9 +66,6 @@
     <distMgmtSiteUrl>scpexe://people.apache.org/www/directory.apache.org/studio/gen-docs/${version}</distMgmtSiteUrl>
     <!-- Set versions for subprojects -->
     <aciitemeditor.version>1.5.0-SNAPSHOT</aciitemeditor.version>
-    <!-- <!> <!> <!> WARNING <!> <!> <!> -->
-    <!-- The version for the Apache DS launcher needs to be set to a final version. -->
-    <!-- Make sure to add the "-SNAPSHOT" string to the version before releasing. -->
     <apacheds.launcher.version>1.5.0</apacheds.launcher.version>
     <apacheds.version>1.5.0-SNAPSHOT</apacheds.version>
     <apacheds.feature.version>1.5.0-SNAPSHOT</apacheds.feature.version>
@@ -179,7 +176,15 @@
       of at least 1 iteration because the dist modules would be
       built before the help modules ...
     -->
-    <profile>
+    <!--
+      NOTE:
+      This profile has been disabled for the release, and needs to be 
+      enabled again after the release is over.
+      We are disabling the build of 'updatesite' and 'studio' because we don't 
+      want to overload the maven repository with useless (heavy) packages and 
+      distributions
+    -->
+    <!--<profile>
       <id>build-dist-modules</id>
       <activation>
         <file>
@@ -190,7 +195,7 @@
         <module>updatesite</module>
         <module>studio</module>
       </modules>
-    </profile>
+    </profile>-->
   </profiles>
 
   <dependencyManagement>
@@ -1228,7 +1233,7 @@
         <plugin>
           <groupId>org.apache.directory.studio</groupId>
           <artifactId>studio-maven-plugin</artifactId>
-          <version>1.0.3</version>
+          <version>1.0.2</version>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>