You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by da...@apache.org on 2018/12/14 12:19:39 UTC

[sling-slingfeature-maven-plugin] branch master updated (b068d4a -> c4eb76b)

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

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


    from b068d4a  SLING-8173 Don't add transitive dependencies from feature model artifacts
     add dc02dec  SLING-8174 - New MOJO implementation which creates a bundle for each api-region containing related APIs
     add eb21b1a  SLING-8174 - New MOJO implementation which creates a bundle for each api-region containing related APIs
     add 04e6efc  SLING-8174 - New MOJO implementation which creates a bundle for each api-region containing related APIs
     new c4eb76b  Merge pull request #19 from apache/SLING-8174

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 pom.xml                                            |  11 +
 .../invoker.properties                             |   3 +-
 .../{analyzer-errors-detected => apis-jar}/pom.xml |  22 +-
 src/it/apis-jar/src/main/features/main.json        |  33 ++
 src/it/apis-jar/verify.bsh                         |  99 ++++
 .../sling/feature/maven/mojos/ApisJarMojo.java     | 511 +++++++++++++++++++++
 6 files changed, 667 insertions(+), 12 deletions(-)
 copy src/it/{analyzer-errors-detected => apis-jar}/invoker.properties (94%)
 copy src/it/{analyzer-errors-detected => apis-jar}/pom.xml (80%)
 create mode 100644 src/it/apis-jar/src/main/features/main.json
 create mode 100644 src/it/apis-jar/verify.bsh
 create mode 100644 src/main/java/org/apache/sling/feature/maven/mojos/ApisJarMojo.java


[sling-slingfeature-maven-plugin] 01/01: Merge pull request #19 from apache/SLING-8174

Posted by da...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit c4eb76b42fb0891b4927ed4d58c839e40342c116
Merge: b068d4a 04e6efc
Author: David Bosschaert <da...@gmail.com>
AuthorDate: Fri Dec 14 13:19:35 2018 +0100

    Merge pull request #19 from apache/SLING-8174
    
    SLING-8174 - New MOJO implementation which creates a bundle for each api-region containing related APIs

 pom.xml                                            |  11 +
 src/it/apis-jar/invoker.properties                 |  17 +
 src/it/apis-jar/pom.xml                            |  53 +++
 src/it/apis-jar/src/main/features/main.json        |  33 ++
 src/it/apis-jar/verify.bsh                         |  99 ++++
 .../sling/feature/maven/mojos/ApisJarMojo.java     | 511 +++++++++++++++++++++
 6 files changed, 724 insertions(+)