I'm trying to deploy to maven remote repository three jars produced by ant. Those jars are in snapshot version.
Whole deployment process went properly, but something is wrong with names of deployed files. When I'm deploying artifacts using normal 'maven deploy', "SNAPSHOT" in the name is replaced by the current timestamp and the snapshot number (for instance: "20060105.123437-3"). But when I'm deploying with antlib, the name isn't changed. "SNAPSHOT" is still in the name. And when I deploy snapshot again, the old one is replaced by the new one (which also different from behavior of normal 'mvn deploy'). I believe this is a bug, but I didn't found it jira... Are there any work-arounds? best regards, -- Michal Stochmialek IT Department, Technology Division Euro Bank S.A. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
