Carsten Ziegeler created SLING-10791:
----------------------------------------
Summary: Maven identify might get lost during conversion
Key: SLING-10791
URL: https://issues.apache.org/jira/browse/SLING-10791
Project: Sling
Issue Type: Bug
Components: Content-Package to Feature Model Converter
Affects Versions: Content-Package to Feature Model Converter 1.1.10
Reporter: Carsten Ziegeler
When content packages are converted the maven identify might get lost as the
new artifact id is created baed on the package info. This can lead to several
problems:
- classifier might get lost . if the artifact id of the content package uses a
classifier, this gets lost. All packages get the same classifier cp2fm-converted
- clash if two content packages are converted where the artifact id just
differs in the classifier (see above)
- group id gets replaced, if the group info in the package is different from
the group id then the new artifact id is different
- not sure about the artifact id
For example if you include the acs aem commons content package
com.adobe.acs:acs-aem-commons-ui.apps;zip:min:504
the new artifact id is
adobe.consulting:acs-aem-commons-ui.apps:zip:cp2fm-converted:5.0.4
--
This message was sent by Atlassian Jira
(v8.3.4#803005)