Author: bodewig
Date: Tue Jun 15 11:06:00 2010
New Revision: 954820
URL: http://svn.apache.org/viewvc?rev=954820&view=rev
Log:
one more place with an artifact pattern
Modified:
ant/antlibs/common/trunk/upload.xml
Modified: ant/antlibs/common/trunk/upload.xml
URL:
http://svn.apache.org/viewvc/ant/antlibs/common/trunk/upload.xml?rev=954820&r1=954819&r2=954820&view=diff
==============================================================================
--- ant/antlibs/common/trunk/upload.xml (original)
+++ ant/antlibs/common/trunk/upload.xml Tue Jun 15 11:06:00 2010
@@ -34,7 +34,7 @@
<ivy:retrieve/>
<ivy:deliver/>
<ivy:publish publishivy="false"
-
artifactspattern="${build.javarepository}/[organisation]/[module]/[artifact]/[revision]/[artifact]-[revision].[ext]"
+
artifactspattern="${build.javarepository}/[organisation]/[module]/[artifact]/[revision]/[artifact]-[revision](-[classifier]).[ext]"
resolver="nexus"/>
</target>
</project>
\ No newline at end of file