You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by an...@apache.org on 2019/08/20 00:09:52 UTC

[sling-slingfeature-maven-plugin] branch issues/SLING-8640 updated (9ac2525 -> 2a8fc44)

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

andysch pushed a change to branch issues/SLING-8640
in repository https://gitbox.apache.org/repos/asf/sling-slingfeature-maven-plugin.git.


    from 9ac2525  Some more code converage for this PR
     add a58df72  SLING-8640 - Moved the Launcher to use Feature Selection instead of a simple file
     add b7e30e4  SLING-8643 : Move attach mojo to install phase
     add 2a8fc44  Merge branch 'master' into issues/SLING-8640

No new revisions were added by this update.

Summary of changes:
 pom.xml                                            |  5 --
 .../feature/maven/mojos/AbstractFeatureMojo.java   | 78 ++++++++++---------
 .../feature/maven/mojos/AggregateFeaturesMojo.java | 47 +-----------
 .../feature/maven/mojos/AttachFeaturesMojo.java    |  2 +-
 .../feature/maven/mojos/FeatureLauncherMojo.java   | 69 ++++++++++++-----
 src/main/resources/META-INF/plexus/components.xml  |  4 +-
 .../maven/mojos/FeatureLauncherMojoTest.java       | 88 +++++++++++-----------
 .../test-aggregated-feature-example-runtime.json   | 25 ++++++
 8 files changed, 170 insertions(+), 148 deletions(-)
 create mode 100644 src/test/resources/aggregate-features/test-aggregated-feature-example-runtime.json