Author: veithen Date: Sat Nov 27 18:09:59 2010 New Revision: 1039714 URL: http://svn.apache.org/viewvc?rev=1039714&view=rev Log: Removed the finalName from the maven-assembly-plugin configurations of the two Eclipse plugins. This has no impact on the names of the files deployed to the Maven repository, but avoids the misleading "dist-dist.zip" name shown in Hudson.
Modified: axis/axis2/java/core/trunk/modules/tool/axis2-eclipse-codegen-plugin/pom.xml axis/axis2/java/core/trunk/modules/tool/axis2-eclipse-service-plugin/pom.xml Modified: axis/axis2/java/core/trunk/modules/tool/axis2-eclipse-codegen-plugin/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/tool/axis2-eclipse-codegen-plugin/pom.xml?rev=1039714&r1=1039713&r2=1039714&view=diff ============================================================================== --- axis/axis2/java/core/trunk/modules/tool/axis2-eclipse-codegen-plugin/pom.xml (original) +++ axis/axis2/java/core/trunk/modules/tool/axis2-eclipse-codegen-plugin/pom.xml Sat Nov 27 18:09:59 2010 @@ -235,7 +235,6 @@ <descriptors> <descriptor>${pom.basedir}/eclipse-codegen-plugin-assembly.xml</descriptor> </descriptors> - <finalName>dist</finalName> </configuration> </execution> </executions> Modified: axis/axis2/java/core/trunk/modules/tool/axis2-eclipse-service-plugin/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/tool/axis2-eclipse-service-plugin/pom.xml?rev=1039714&r1=1039713&r2=1039714&view=diff ============================================================================== --- axis/axis2/java/core/trunk/modules/tool/axis2-eclipse-service-plugin/pom.xml (original) +++ axis/axis2/java/core/trunk/modules/tool/axis2-eclipse-service-plugin/pom.xml Sat Nov 27 18:09:59 2010 @@ -212,7 +212,6 @@ <descriptors> <descriptor>${pom.basedir}/eclipse-service-plugin-assembly.xml</descriptor> </descriptors> - <finalName>dist</finalName> </configuration> </execution> </executions>