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/11/02 12:50:01 UTC

svn commit: r1030008 - /axis/axis2/java/core/trunk/modules/distribution/pom.xml

Author: veithen
Date: Tue Nov  2 11:50:01 2010
New Revision: 1030008

URL: http://svn.apache.org/viewvc?rev=1030008&view=rev
Log:
AXIS2-4870: Make sure that mex-x.y.z-impl.jar is included in the standard binary distribution.

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

Modified: axis/axis2/java/core/trunk/modules/distribution/pom.xml
URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/distribution/pom.xml?rev=1030008&r1=1030007&r2=1030008&view=diff
==============================================================================
--- axis/axis2/java/core/trunk/modules/distribution/pom.xml (original)
+++ axis/axis2/java/core/trunk/modules/distribution/pom.xml Tue Nov  2 11:50:01 2010
@@ -130,6 +130,13 @@
         </dependency>
         <dependency>
             <groupId>org.apache.axis2</groupId>
+            <artifactId>mex</artifactId>
+            <version>${project.version}</version>
+            <type>jar</type>
+            <classifier>impl</classifier>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.axis2</groupId>
             <artifactId>axis2-corba</artifactId>
             <version>${project.version}</version>
         </dependency>