You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by di...@apache.org on 2007/05/01 15:32:31 UTC

svn commit: r534077 - in /webservices/axis2/trunk/java/modules/mex: maven.xml pom.xml

Author: dims
Date: Tue May  1 06:32:31 2007
New Revision: 534077

URL: http://svn.apache.org/viewvc?view=rev&rev=534077
Log:
sync the mar names in both m1 and m2

Modified:
    webservices/axis2/trunk/java/modules/mex/maven.xml
    webservices/axis2/trunk/java/modules/mex/pom.xml

Modified: webservices/axis2/trunk/java/modules/mex/maven.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/mex/maven.xml?view=diff&rev=534077&r1=534076&r2=534077
==============================================================================
--- webservices/axis2/trunk/java/modules/mex/maven.xml (original)
+++ webservices/axis2/trunk/java/modules/mex/maven.xml Tue May  1 06:32:31 2007
@@ -34,12 +34,12 @@
           <copy file="../../NOTICE.txt"
             tofile="target/classes/META-INF/NOTICE.txt" overwrite="true"/>
         <mkdir dir="target/modules"/>
-        <jar jarfile="target/metadataExchange-${mex_version}.mar" basedir="target/classes">
+        <jar jarfile="target/mex-${mex_version}.mar" basedir="target/classes">
             <include name="**"/>
         </jar>
-        <copy file="target/metadataExchange-${mex_version}.mar"
-            tofile="target/modules/metadataExchange-${mex_version}.mar"/>
-        <copy file="target/metadataExchange-${mex_version}.mar" 
-            tofile="${maven.repo.local}/org.apache.axis2/mars/metadataExchange-${mex_version}.mar"/>
+        <copy file="target/mex-${mex_version}.mar"
+            tofile="target/modules/mex-${mex_version}.mar"/>
+        <copy file="target/mex-${mex_version}.mar" 
+            tofile="${maven.repo.local}/org.apache.axis2/mars/mex-${mex_version}.mar"/>
     </postGoal>
    </project>

Modified: webservices/axis2/trunk/java/modules/mex/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/mex/pom.xml?view=diff&rev=534077&r1=534076&r2=534077
==============================================================================
--- webservices/axis2/trunk/java/modules/mex/pom.xml (original)
+++ webservices/axis2/trunk/java/modules/mex/pom.xml Tue May  1 06:32:31 2007
@@ -69,7 +69,7 @@
 					<skip>false</skip>
 				</configuration>
 			</plugin>
-<!--			<plugin>
+			<plugin>
 				<groupId>org.apache.axis2</groupId>
 				<artifactId>axis2-mar-maven-plugin</artifactId>
 				<version>${version}</version>
@@ -77,7 +77,7 @@
 				<configuration>
 					<includeDependencies>false</includeDependencies>
 				</configuration>
-			</plugin>-->
+			</plugin>
 		</plugins>
 	</build>
 </project>



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org