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

[sling-slingfeature-maven-plugin] branch feature_diff updated (5790d1f -> 6628aa3)

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

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


    from 5790d1f  @releng org.apache.sling.feature.diff version updated to promoted version
     add 5a7f473  SLING-8491 : Selection of feature without classifier does not work
     add 90ddf88  SLING-8492 : Local feature can't be selected by specifying the classifierLocal feature can't be selected by specifying the classifier
     add 5083be0  SLING-8520 : Improve artifact/bundle merging
     add 9b2ecda  SLING-8251 - Support checking dependencies for content packages
     add 23e8e68  Merge pull request #31 from apache/SLING-8251_merged_after_releases
     add 5c0944f  Merge branch 'master' into feature_diff
     add 6628aa3  SLING-8468 - [slingfeature-m-p] donate a new MOJO which is able to scan and detect differences between different versions of the same Feature model

No new revisions were added by this update.

Summary of changes:
 pom.xml                                            | 25 +++++++++++++--
 src/it/analyzer-errors-detected/verify.bsh         |  2 +-
 .../apache/sling/feature/maven/Preprocessor.java   |  1 -
 .../maven/mojos/AbstractIncludingFeatureMojo.java  | 22 ++++++-------
 .../maven/mojos/AbstractRepositoryMojo.java        |  1 -
 .../sling/feature/maven/mojos/Aggregate.java       | 12 +++++++
 .../feature/maven/mojos/AggregateFeaturesMojo.java | 35 ++++++++++----------
 .../feature/maven/mojos/AnalyseFeaturesMojo.java   | 37 +++++++++++-----------
 .../sling/feature/maven/mojos/ApisJarMojo.java     |  1 -
 .../maven/mojos/FeatureSelectionConfig.java        |  2 +-
 10 files changed, 81 insertions(+), 57 deletions(-)