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 2012/02/24 17:20:47 UTC

svn commit: r1293322 - in /directory/studio/trunk: libraries/pom.xml pom.xml

Author: pamarcelot
Date: Fri Feb 24 16:20:46 2012
New Revision: 1293322

URL: http://svn.apache.org/viewvc?rev=1293322&view=rev
Log:
- Commented some profiles
- Removed from the build library plugins that already exist in the Maven repostory (already released by the previous version)

Modified:
    directory/studio/trunk/libraries/pom.xml
    directory/studio/trunk/pom.xml

Modified: directory/studio/trunk/libraries/pom.xml
URL: http://svn.apache.org/viewvc/directory/studio/trunk/libraries/pom.xml?rev=1293322&r1=1293321&r2=1293322&view=diff
==============================================================================
--- directory/studio/trunk/libraries/pom.xml (original)
+++ directory/studio/trunk/libraries/pom.xml Fri Feb 24 16:20:46 2012
@@ -32,13 +32,13 @@
 
   <modules>
     <module>net.sf.ehcache.core</module>
-    <module>org.antlr.antlr</module>
+    <!--<module>org.antlr.antlr</module>-->
     <module>org.apache.commons.codec</module>
-    <module>org.apache.commons.collections</module>
+    <!--<module>org.apache.commons.collections</module>-->
     <module>org.apache.commons.io</module>
-    <module>org.apache.commons.lang</module>
+    <!--<module>org.apache.commons.lang</module>
     <module>org.apache.commons.logging</module>
-    <module>org.apache.commons.pool</module>
+    <module>org.apache.commons.pool</module>-->
     <module>org.apache.directory.server.config</module>
     <module>org.apache.directory.server.core</module>
     <module>org.apache.directory.server.core.api</module>
@@ -50,26 +50,29 @@
     <module>org.apache.httpcomponents.httpclient</module>
     <module>org.apache.httpcomponents.httpcore</module>
     <module>org.apache.logging.log4j</module>
-    <module>org.apache.mina.core</module>
+    <!--<module>org.apache.mina.core</module>
     <module>org.bouncycastle.bcprov.jdk15</module>
-    <module>org.dom4j.dom4j</module>
+    <module>org.dom4j.dom4j</module>-->
     <module>org.slf4j.api</module>
     <module>org.slf4j.log4j12</module>
     <module>org.xpp3.xpp3</module>
   </modules>
   
+  <!-- NOTE:
+      This section has been disabled for the release, and needs to be 
+      enabled again after the release is over.
   <build>
-    <plugins>
+    <plugins>-->
        <!-- Skip deployment of 3rd party plugins. This causes problems when 
             deploying snapshots because the 3rd party plugins don't have a 
             snapshot version. -->
-       <plugin>
+       <!--<plugin>
          <artifactId>maven-deploy-plugin</artifactId>
          <configuration>
            <skip>true</skip>
         </configuration>
       </plugin>
     </plugins>
-  </build>
+  </build>-->
 
 </project>

Modified: directory/studio/trunk/pom.xml
URL: http://svn.apache.org/viewvc/directory/studio/trunk/pom.xml?rev=1293322&r1=1293321&r2=1293322&view=diff
==============================================================================
--- directory/studio/trunk/pom.xml (original)
+++ directory/studio/trunk/pom.xml Fri Feb 24 16:20:46 2012
@@ -206,17 +206,23 @@
       -Pintegration-tests
       to the commandline to launch them.
     -->
+    <!-- NOTE:
+      This profile has been disabled for the release, and needs to be 
+      enabled again after the release is over.
     <profile>
       <id>integration-tests</id>
       <modules>
         <module>tests</module>
       </modules>
-    </profile>
+    </profile>-->
     <!-- 
       Building application module is enabled by default. Add 
       -P-application
       to the commandline to exclude it from the build.
     -->
+    <!-- NOTE:
+      This profile has been disabled for the release, and needs to be 
+      enabled again after the release is over.
     <profile>
       <id>application</id>
       <activation>
@@ -227,7 +233,7 @@
       <modules>
         <module>application</module>
       </modules>
-    </profile>
+    </profile>-->
   </profiles>
 
   <dependencyManagement>