Author: veithen Date: Thu Nov 18 21:03:34 2010 New Revision: 1036624 URL: http://svn.apache.org/viewvc?rev=1036624&view=rev Log: AXIS2-4888: Removed the 'jar' classifier from axis2.jar (which was introduced unintentionally by r1033898).
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=1036624&r1=1036623&r2=1036624&view=diff ============================================================================== --- axis/axis2/java/core/trunk/pom.xml (original) +++ axis/axis2/java/core/trunk/pom.xml Thu Nov 18 21:03:34 2010 @@ -621,6 +621,7 @@ <descriptors> <descriptor>src/main/assembly/jar.xml</descriptor> </descriptors> + <appendAssemblyId>false</appendAssemblyId> </configuration> </execution> </executions>