[
http://jira.jboss.com/jira/browse/JBBUILD-426?page=comments#action_12388689 ]
Paul Gier commented on JBBUILD-426:
-----------------------------------
I added a parameter to the plugin called removeArtifactVersion. This can be tested using
the 1.5-SNAPSHOT version of the plugin.
I'm planning to release the update on Monday.
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@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@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