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/02 22:00:00 UTC

[sling-slingfeature-maven-plugin] branch feature/include-artifact updated (e6212d1 -> aaa653c)

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

andysch pushed a change to branch feature/include-artifact
in repository https://gitbox.apache.org/repos/asf/sling-slingfeature-maven-plugin.git.


    from e6212d1  Fixed issues reported by PR review: FM installation delegated to attach-features, fixed a potential NPE and support merge for bundles and configurations
     add 5ace6f5  Fixed the issue with aggregating FMs into another. Removed that from the include-artifact goal and updated the iT tests and Readme file
     add c6b3759  SLING-9093 : Add info mojo to generate a file with exported packages
     add 3b493c1  SLING-9093 : Add info mojo to generate a file with exported packages
     add aa3917d  SLING-9095 : Create a mojo that is able to create a feature archive
     add 8c313eb  SLING-9095 : Create a mojo that is able to create a feature archive
     add 1f0d1c8  SLING-9095 : Create a mojo that is able to create a feature archive
     add 403e48f  SLING-9095 : Create a mojo that is able to create a feature archive
     add ece039f  SLING-9095 : Create a mojo that is able to create a feature archive. Correct import
     add 2e54374  Clean up code, remove warnings
     add 03033b8  SLING-9136 Provide a Mojo that can check if there is overlap between exports from different feature models
     add 9c385b1  Support for wildcards in the ignores and warnings
     add 973911d  Refactory list comparisons with 0 to isEmpty() as suggested by Sonar
     add 0e2a1a5  Merge pull request #50 from bosschaert/SLING-9136
     add 991d98d  Update snapshot dependencies
     add c963e84  [maven-release-plugin] prepare release slingfeature-maven-plugin-1.1.16
     add d04b2ff  [maven-release-plugin] prepare for next development iteration
     add c5204a4  SLING-9136 Remove ApiRegionsOverlapCheckMojo and associated tests
     add 6b2118c  [maven-release-plugin] prepare release slingfeature-maven-plugin-1.1.18
     add 19134e9  [maven-release-plugin] prepare for next development iteration
     add aaa653c  Merge branch 'master' of github.com:apache/sling-slingfeature-maven-plugin into feature/include-artifact

No new revisions were added by this update.

Summary of changes:
 README.md                                          |  79 +++++---
 pom.xml                                            |  10 +-
 .../pom.xml                                        |  19 +-
 .../verify.bsh                                     |   4 +-
 .../pom.xml                                        |  17 +-
 .../verify.bsh                                     |   5 +-
 .../apache/sling/feature/maven/ProjectHelper.java  |   1 +
 .../sling/feature/maven/mojos/ApisJarMojo.java     |   1 -
 .../apache/sling/feature/maven/mojos/Archive.java} |  35 ++--
 .../maven/mojos/AttachFeatureArchivesMojo.java     | 204 +++++++++++++++++++++
 .../feature/maven/mojos/IncludeArtifactMojo.java   |  27 ---
 .../apache/sling/feature/maven/mojos/InfoMojo.java | 188 +++++++++++++++++++
 .../feature/maven/mojos/UpdateVersionsMojo.java    |   6 +-
 .../maven/mojos/FeatureLauncherMojoTest.java       |  55 +++---
 14 files changed, 541 insertions(+), 110 deletions(-)
 copy src/{it/analyzer-errors-detected/verify.bsh => main/java/org/apache/sling/feature/maven/mojos/Archive.java} (59%)
 create mode 100644 src/main/java/org/apache/sling/feature/maven/mojos/AttachFeatureArchivesMojo.java
 create mode 100644 src/main/java/org/apache/sling/feature/maven/mojos/InfoMojo.java