I'm not sure if that's currently possible; at least I don't know of a way. Keep in mind that Ivy publishing isn't meant for uploading arbitrary files. Are you actually using the target as an Ivy repository? If not, have you considered using something like Ant's SCP task instead of uploadArchives?
PS: Your posts are only visible on Nabble, but haven't been accepted by the mailing list. In any case, you should use the new forum instead (http://forums.gradle.org). -- Peter Niederwieser Principal Engineer, Gradleware http://gradleware.com Creator, Spock Framework http://spockframework.org Twitter: @pniederw ingineering wrote: > > I am using DefaultPublishArtifact to add random files to the list of > artifacts to be uploaded by uploadArchives. Only problem is that the files > are being uploaded with version numbers in their file names. Is there a > way to turn off that behavior? For extra credit, I'd like to be able to > publish my jar files with version numbers, but non-jar artifacts without. > -- View this message in context: http://gradle.1045684.n5.nabble.com/Publishing-non-Jar-artifacts-without-version-numbers-tp4925472p4925955.html Sent from the gradle-user mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
