jbonofre opened a new pull request, #2310: URL: https://github.com/apache/karaf/pull/2310
The feature descriptor generator hardcoded the "features" classifier, causing dependencies with non-standard classifiers (e.g. "features-core") to be inlined as bundles instead of recognized as feature dependencies. - Dependency31Helper.isFeature(): match classifiers starting with "features" - GenerateDescriptorMojo.processFeatureArtifact(): remove redundant classifier check - GenerateDescriptorMojo: use configured attachmentArtifactClassifier instead of hardcoded FEATURE_CLASSIFIER when setting the project artifact - AssemblyMojo.getType() and RunMojo.getAttachedFeatureFile(): same classifier fix -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
