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 2020/03/03 15:58:31 UTC

[sling-slingfeature-maven-plugin] 01/01: Merge pull request #49 from apache/feature/include-artifact

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

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

commit 68462125023efa4d0e3397f114d23bc4bd329251
Merge: 19134e9 b8009d9
Author: Andreas Schaefer <sc...@me.com>
AuthorDate: Tue Mar 3 07:58:22 2020 -0800

    Merge pull request #49 from apache/feature/include-artifact
    
    Added the ability to create an Feature Model file based on a POM file through the include-artifact goal

 README.md                                          |  64 ++++++++++++
 pom.xml                                            |   6 ++
 .../invoker.properties                             |  17 ++++
 .../pom.xml                                        | 109 +++++++++++++++++++++
 .../src/main/fm/feature-test-repoinit.json         |   5 +
 .../verify.bsh                                     |  75 ++++++++++++++
 .../invoker.properties                             |  17 ++++
 .../pom.xml                                        | 106 ++++++++++++++++++++
 .../src/main/features/feature-test-repoinit.json   |   5 +
 .../verify.bsh                                     |  75 ++++++++++++++
 .../invoker.properties                             |  17 ++++
 src/it/include-artifact-no-classifier/pom.xml      |  91 +++++++++++++++++
 src/it/include-artifact-no-classifier/verify.bsh   |  73 ++++++++++++++
 src/it/include-artifact-simple/invoker.properties  |  17 ++++
 src/it/include-artifact-simple/pom.xml             |  92 +++++++++++++++++
 src/it/include-artifact-simple/verify.bsh          |  74 ++++++++++++++
 .../invoker.properties                             |  17 ++++
 src/it/include-artifact-start-order/pom.xml        |  93 ++++++++++++++++++
 src/it/include-artifact-start-order/verify.bsh     |  74 ++++++++++++++
 .../feature/maven/mojos/IncludeArtifactMojo.java   |  96 +++++++++++++++---
 20 files changed, 1109 insertions(+), 14 deletions(-)