You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by Andreas Schaefer <sc...@me.com.INVALID> on 2019/05/06 22:44:24 UTC

Apache Sling Content Package to Feature Model converter: issue with 'group' in ContentPackage2FeatureModelConverter

Hi

I have a package that contains a group and a groupId inside the /META-INF/vault/properties.xml file.

According to Jackrabbit FileVault Description the group is the place where a package is placed into the repository. That does not have to be the same as the maven groupId especially because it can be a path.

I would suggest to look for either the groupId or use the pom.properties file which has the correct values.

- Andy