Simone Tripodi created SLING-8174:
-------------------------------------
Summary: New MOJO implementation which creates a bundle for each
api-region containing related APIs
Key: SLING-8174
URL: https://issues.apache.org/jira/browse/SLING-8174
Project: Sling
Issue Type: New Feature
Components: Feature Model, Maven Plugins and Archetypes
Reporter: Simone Tripodi
Assignee: David Bosschaert
It would be really useful having a new MOJO in the
{{slingfeature-maven-plugin}} which
* for each feature:
* for each region:
* produces a bundle/artifact containing APIs declared in the region
each bundle name is composed by 4 parts:
* the feature id
* the feature classifier
* the region name
* the kind of included stuff ({{-apis}}, in that case, to differentiate them to
{{-sources}} and {{-javadoc}} that can be collected later)
Produced artifacts will be attached to the project (so will be automatically
deployed to the repo, when releasing a new version)
I already have an initial implementation which creates such bundles, PR is
going to be submitted.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)