Author: ruwan Date: Wed Nov 26 23:03:01 2008 New Revision: 25048 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=25048
Log: Fixing the module artifact id Modified: branches/synapse/1.2.wso2v1/modules/mar/pom.xml Modified: branches/synapse/1.2.wso2v1/modules/mar/pom.xml URL: http://wso2.org/svn/browse/wso2/branches/synapse/1.2.wso2v1/modules/mar/pom.xml?rev=25048&r1=25047&r2=25048&view=diff ============================================================================== --- branches/synapse/1.2.wso2v1/modules/mar/pom.xml (original) +++ branches/synapse/1.2.wso2v1/modules/mar/pom.xml Wed Nov 26 23:03:01 2008 @@ -31,7 +31,7 @@ </parent> <groupId>org.apache.synapse</groupId> - <artifactId>synapse</artifactId> + <artifactId>synapse-module</artifactId> <name>Apache Synapse - Module</name> <description>Apache Synapse - Module</description> @@ -89,7 +89,7 @@ <phase>package</phase> <configuration> <tasks> - <copy file="target/synapse-${synapse.version}.jar" + <copy file="target/synapse-module-${synapse.version}.jar" tofile="target/synapse-${synapse.version}.mar"/> </tasks> </configuration> _______________________________________________ Esb-java-dev mailing list [email protected] https://wso2.org/cgi-bin/mailman/listinfo/esb-java-dev
