Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
The distribution profile in the pom.xml contains a maven-deploy-plugin entry. Unfortunately, when deploying the distribution artifacts to the Apache snapshot repository, this results in the maven-deploy-plugin running twice, which causes incorrect metadata to be placed in the remote maven-metadata.xml file.
One solution is to remove the maven-deploy-plugin entry from the distribution profile and to place it in another profile. That way, we can deploy to the snapshot repository without the double-deploy happening.
Fixed by PR276.