You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by cz...@apache.org on 2018/11/10 12:44:34 UTC

[sling-slingfeature-maven-plugin] branch master updated (cd772c1 -> 663a4d3)

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

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


    from cd772c1  Remove unused components
     add ba47de6  SLING-8003 - Interpolate Maven variables using the Maven Interpolator APIs rather that iterate string replacing operations
     add f3563d5  SLING-8003 - Interpolate Maven variables using the Maven Interpolator APIs rather that iterate string replacing operations
     new 663a4d3  Merge pull request #18 from apache/SLING-8003_rebased

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:
 .../invoker.properties                             |  3 +-
 .../pom.xml                                        | 29 +++++++++-------
 .../src/main/features/interpolated-variables.json  | 21 ++++++++++++
 .../verify.bsh                                     | 38 ++++++++++++++------
 .../apache/sling/feature/maven/Substitution.java   | 40 +++++++++++++---------
 5 files changed, 89 insertions(+), 42 deletions(-)
 copy src/it/{attach-metadata-from-pom => variables-interpolator}/invoker.properties (96%)
 copy src/it/{attach-metadata-from-pom => variables-interpolator}/pom.xml (86%)
 create mode 100644 src/it/variables-interpolator/src/main/features/interpolated-variables.json
 copy src/it/{attach-metadata-from-pom => variables-interpolator}/verify.bsh (58%)


[sling-slingfeature-maven-plugin] 01/01: Merge pull request #18 from apache/SLING-8003_rebased

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

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

commit 663a4d3a18224f3ac804f3e2a1d9b18db65f4e51
Merge: cd772c1 f3563d5
Author: Carsten Ziegeler <cz...@apache.org>
AuthorDate: Sat Nov 10 13:44:30 2018 +0100

    Merge pull request #18 from apache/SLING-8003_rebased
    
    SLING-8003 - Interpolate Maven variables using the Maven Interpolator APIs rather that iterate string replacing operations

 src/it/variables-interpolator/invoker.properties   | 16 +++++
 src/it/variables-interpolator/pom.xml              | 82 ++++++++++++++++++++++
 .../src/main/features/interpolated-variables.json  | 21 ++++++
 src/it/variables-interpolator/verify.bsh           | 60 ++++++++++++++++
 .../apache/sling/feature/maven/Substitution.java   | 40 ++++++-----
 5 files changed, 203 insertions(+), 16 deletions(-)