This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sling-maven-launchpad-plugin.git
commit 9d96205266d842361dd1aa7269ef0e6519c81b34 Author: Carsten Ziegeler <[email protected]> AuthorDate: Fri Sep 12 06:10:57 2014 +0000 SLING-3883 : Merging partial bundle list with properties fails. Apply patch from Marcel Reutegger git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1624456 13f79535-47bb-0310-9956-ffa450edef68 --- .../apache/sling/maven/projectsupport/AbstractUsingBundleListMojo.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/java/org/apache/sling/maven/projectsupport/AbstractUsingBundleListMojo.java b/src/main/java/org/apache/sling/maven/projectsupport/AbstractUsingBundleListMojo.java index ac6a0ba..4605275 100644 --- a/src/main/java/org/apache/sling/maven/projectsupport/AbstractUsingBundleListMojo.java +++ b/src/main/java/org/apache/sling/maven/projectsupport/AbstractUsingBundleListMojo.java @@ -259,6 +259,8 @@ public abstract class AbstractUsingBundleListMojo extends AbstractBundleListMojo } } + interpolateProperties(initializedBundleList, project, mavenSession); + // check for partial bundle lists final Set<Artifact> dependencies = project.getDependencyArtifacts(); for (Artifact artifact : dependencies) { -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
