You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@axis.apache.org by ve...@apache.org on 2010/08/07 21:44:00 UTC

svn commit: r983296 - /axis/axis2/java/core/trunk/pom.xml

Author: veithen
Date: Sat Aug  7 19:43:59 2010
New Revision: 983296

URL: http://svn.apache.org/viewvc?rev=983296&view=rev
Log:
Enabled modules/distribution in the apache-release profile.

Modified:
    axis/axis2/java/core/trunk/pom.xml

Modified: axis/axis2/java/core/trunk/pom.xml
URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/pom.xml?rev=983296&r1=983295&r2=983296&view=diff
==============================================================================
--- axis/axis2/java/core/trunk/pom.xml (original)
+++ axis/axis2/java/core/trunk/pom.xml Sat Aug  7 19:43:59 2010
@@ -91,6 +91,9 @@
         </profile>
         <profile>
             <id>apache-release</id>
+            <modules>
+                <module>modules/distribution</module>
+            </modules>
             <build>
                 <plugins>
                     <plugin>