This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to annotated tag maven-launchpad-plugin-2.3.2 in repository https://gitbox.apache.org/repos/asf/sling-maven-launchpad-plugin.git
commit 959cedc1c44fa4b557177a9385a7840cc8ed3fd7 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/tooling/maven/maven-launchpad-plugin@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]>.
