Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Critical
-
Resolution: Unresolved
-
Affects Version/s: 1.5.4, 1.5.5
-
Fix Version/s: None
-
Component/s: Maven Plugin
-
Labels:None
-
Number of attachments :
Description
This looks related to PLX-454 and blocks MRELEASE-703.
The file components-fragment.xml which should be merged contains
<requirement>
<role>org.apache.maven.shared.release.scm.ScmRepositoryConfigurator</role>
</requirement>
After the merge the result in components.xml is:
<requirement>
<role>org.apache.maven.shared.release.scm.ScmRepositoryConfigurator</role>
<role-hint />
</requirement>
Issue Links
- is depended upon by
-
MRELEASE-703
[PATCH] Migration from obsolete plexus-maven-plugin to plexus-containers-component-metadata
-