[jboss-jira] [JBoss JIRA] Commented: (JBBUILD-426) maven-jboss-deploy-plugin leaves version number in artifacts
Paul Gier (JIRA)
jira-events at lists.jboss.org
Mon Dec 3 09:58:51 EST 2007
[ http://jira.jboss.com/jira/browse/JBBUILD-426?page=comments#action_12390259 ]
Paul Gier commented on JBBUILD-426:
-----------------------------------
Yes, it is available now in version 1.5, but you have to turn it on with the removeArtifactVersion option.
http://labs.jboss.com/maven-jboss-deploy-plugin/jboss-deploy-mojo.html
> maven-jboss-deploy-plugin leaves version number in artifacts
> ------------------------------------------------------------
>
> Key: JBBUILD-426
> URL: http://jira.jboss.com/jira/browse/JBBUILD-426
> Project: JBoss Build System
> Issue Type: Bug
> Components: maven-jboss-deploy-plugin
> Affects Versions: maven-jboss-deploy-plugin-1.4
> Reporter: Carlo de Wolf
> Assigned To: Paul Gier
> Priority: Critical
> Fix For: maven-jboss-deploy-plugin-1.5
>
>
> The deploy creates files with version numbers for the ant build repository. The files should not contain any version reference.
> carlo at alien:~/work/repository.jboss.org/jboss$ ls jboss-metadata/1.0.0-SNAPSHOT/lib/
> jboss-metadata-1.0.0-SNAPSHOT-sources.jar
> jboss-metadata-1.0.0-SNAPSHOT.jar
> Should have been:
> carlo at alien:~/work/repository.jboss.org/jboss$ ls jboss-metadata/1.0.0-SNAPSHOT/lib/
> jboss-metadata-sources.jar
> jboss-metadata.jar
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list