Author: sebb
Date: Sun Mar  6 23:19:45 2011
New Revision: 1078629

URL: http://svn.apache.org/viewvc?rev=1078629&view=rev
Log:
Revert 1078455 - does not achieve anything

Modified:
    commons/proper/commons-parent/trunk/pom.xml

Modified: commons/proper/commons-parent/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/commons-parent/trunk/pom.xml?rev=1078629&r1=1078628&r2=1078629&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/pom.xml (original)
+++ commons/proper/commons-parent/trunk/pom.xml Sun Mar  6 23:19:45 2011
@@ -756,18 +756,6 @@
       </modules>
     </profile>
 
-    <!-- 
-     !  Profile to allow build of a single module
-     !  e.g. mvn site -Dcommons.module.path=../commons-net
-    -->
-    <profile>
-      <id>build-module</id>
-      
<activation><property><name>commons.module.path</name></property></activation>
-      <modules>
-        <module>${commons.module.path}</module>
-      </modules>
-    </profile>
-
        <!-- 
          Use maven-site-plugin 2.x with Maven 2.x and maven-site-plugin 3.x 
with Maven 3.x  
          See 
http://maven.apache.org/plugins/maven-site-plugin-3.0-beta-3/maven-3.html 


Reply via email to