You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by da...@apache.org on 2019/09/30 09:58:02 UTC

[sling-slingfeature-maven-plugin] branch master updated (9f0a620 -> 63d94f5)

This is an automated email from the ASF dual-hosted git repository.

davidb pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/sling-slingfeature-maven-plugin.git.


    from 9f0a620  Merge pull request #39 from bosschaert/SLING-8692-SQ
     new 581d2a2  SLING-8739 Add the ability to extract extensions from a Feature Model
     new 805ba16  Handle the case where no source feature matches, as found by Sonar
     new 7243e18  Refactor to use common feature selection mechanism
     new 63d94f5  Merge pull request #40 from bosschaert/SLING-8739

The 306 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 README.md                                          |  30 +++++
 .../feature/maven/mojos/ExtractExtensionMojo.java  |  94 ++++++++++++++
 .../maven/mojos/ExtractExtensionsMojoTest.java     | 144 +++++++++++++++++++++
 3 files changed, 268 insertions(+)
 create mode 100644 src/main/java/org/apache/sling/feature/maven/mojos/ExtractExtensionMojo.java
 create mode 100644 src/test/java/org/apache/sling/feature/maven/mojos/ExtractExtensionsMojoTest.java