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>