I've been searching the forums for an answer to this, but haven't found anything concrete...
I want to build & deploy a JAR (mvn deploy) and include a classifier (preferably using -Dclassifier=something) such that the resulting filename is something like: plugin.name-1.0.0-20080528-123456-01-SDK.jar (where the 20080528-123456-01 are maven's default build date-time-number, which I have already). I can set the <classifier> tag in the POM, but then the deploy phase creates 2 files, one with and one without the classifier, and I have to edit the POM to change this - I'd rather do it from the command line since I have another tag -DattachSource that will be used in conjunction with the 'SDK'. Regards, Steve -- View this message in context: http://www.nabble.com/Classifier-for-deployed-JARs-tp17516786p17516786.html Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
