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:35 UTC

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

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(-)