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/12/17 03:14:56 UTC

[sling-slingfeature-maven-plugin] branch feature/create-fm-descriptor updated (3bad1df -> 88a3422)

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

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


    from 3bad1df  Incorporated the create-fm goal into the include-artifact goal
     add 5a404b0  SLING-8880 - Allow configuring the source release for the javadoc invocation
     add b273e4d  SLING-8876 - ApisJar mojo includess invalid javadoc package roots
     add 0418cfe  SLING-8876 - ApisJar mojo includess invalid javadoc package roots
     add 5edff10  SLING-8873 - Validate the sourceId property at build time
     add 2ee7540  SLING-8891 : Provide option to disable parts of the api generation
     add e31b6ad  SLING-8895 - Configure local repository for invoker tests
     add 0687cff  SLING-8890 - Exported packages with no java classes trigger API jars errors
     add 4f7e2a9  SLING-8870 - The number of errors per jar should be reported
     add 636ba91  Removed unused imports
     add 606dbe1  SLING-8900 - Rename sourceId attribute to source-ids
     add 51edf31  SLING-8901 - Wrapped bundles that are skipped are not easy to discover
     add 1c2b28c  SLING-8906 - Include filters are too wide and can pull in unwanted resources
     add d437164  SLING-8905 - Always use scm-location if defined
     add eaf50db  Use released version of the analyser
     add b2fe3e1  [maven-release-plugin] prepare release slingfeature-maven-plugin-1.1.12
     add f6070d4  [maven-release-plugin] prepare for next development iteration
     add 88a3422  Merge branch 'master' of github.com:apache/sling-slingfeature-maven-plugin into feature/create-fm-descriptor

No new revisions were added by this update.

Summary of changes:
 .sling-module.json                                 |   5 +
 pom.xml                                            |   5 +-
 .../invoker.properties                             |   0
 .../pom.xml                                        |   0
 .../src/main/features/main.json                    |   6 +-
 .../verify.bsh                                     |  26 +-
 .../invoker.properties                             |   4 +
 .../{apis-jar => apis-jar-invalid-javadoc}/pom.xml |   0
 .../src/main/features/main.json                    |  17 +
 src/it/settings.xml                                |  47 ++
 .../feature/maven/mojos/AnalyseFeaturesMojo.java   |   1 +
 .../ApisJarContext.java}                           |  48 ++-
 .../sling/feature/maven/mojos/ApisJarMojo.java     | 473 ++++++++++++++-------
 13 files changed, 420 insertions(+), 212 deletions(-)
 create mode 100644 .sling-module.json
 copy src/it/{apis-jar => apis-jar-exported-package-no-classes}/invoker.properties (100%)
 copy src/it/{apis-jar => apis-jar-exported-package-no-classes}/pom.xml (100%)
 copy src/it/{apis-jar-wrapper-bundle => apis-jar-exported-package-no-classes}/src/main/features/main.json (60%)
 copy src/it/{analyzer-errors-detected => apis-jar-exported-package-no-classes}/verify.bsh (63%)
 copy src/it/{apis-jar-wrapped-flattened-classes => apis-jar-invalid-javadoc}/invoker.properties (84%)
 copy src/it/{apis-jar => apis-jar-invalid-javadoc}/pom.xml (100%)
 create mode 100644 src/it/apis-jar-invalid-javadoc/src/main/features/main.json
 create mode 100644 src/it/settings.xml
 copy src/main/java/org/apache/sling/feature/maven/{FeatureProjectInfo.java => mojos/ApisJarContext.java} (53%)