Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 2.4
-
Fix Version/s: None
-
Component/s: deploy:deploy-file
-
Labels:
-
Environment:Windows XP
Maven 2.1.0
-
Number of attachments :
Description
Using deploy:deploy-file to add multiple version of an artifact causes the artifactId maven-metadata.xml file to be recreated new and the old contents to be removed. Once done I am left with contents like this:
<?xml version="1.0" encoding="UTF-8"?><metadata> <groupId>com.pervasive.component</groupId> <artifactId>artifact-distribution</artifactId> <version>4.0.2.11</version> <versioning> <versions> <version>4.0.2.11</version> </versions> <lastUpdated>20090401013925</lastUpdated> </versioning> </metadata>
This is using Maven 2.1.0 and maven-deploy-plugin 2.4.
Issue Links
- is duplicated by
-
MNG-4122
deploy:deploy-file over rights maven-metadata.xml
-
MDEPLOY-137should handle the case where you want to deploy multiple artifacts. Otherwise I think this should be resolved as not a bug.