You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2017/11/07 09:16:22 UTC

[sling-maven-launchpad-plugin] 10/29: SLING-2264 - add option to set includeDefaultBundles on command line

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

rombert pushed a commit to annotated tag maven-launchpad-plugin-2.1.2
in repository https://gitbox.apache.org/repos/asf/sling-maven-launchpad-plugin.git

commit eb65f0bb2a7060c54142cac68306bbfdf7a26046
Author: Justin Edelson <ju...@apache.org>
AuthorDate: Fri Nov 4 20:45:55 2011 +0000

    SLING-2264 - add option to set includeDefaultBundles on command line
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/maven/maven-launchpad-plugin@1197758 13f79535-47bb-0310-9956-ffa450edef68
---
 .../apache/sling/maven/projectsupport/AbstractUsingBundleListMojo.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 eb87a93..87890da 100644
--- a/src/main/java/org/apache/sling/maven/projectsupport/AbstractUsingBundleListMojo.java
+++ b/src/main/java/org/apache/sling/maven/projectsupport/AbstractUsingBundleListMojo.java
@@ -93,7 +93,7 @@ public abstract class AbstractUsingBundleListMojo extends AbstractBundleListMojo
     /**
      * If true, include the default bundles.
      *
-     * @parameter default-value="true"
+     * @parameter expression="${includeDefaultBundles}" default-value="true"
      */
     private boolean includeDefaultBundles;
 

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <co...@sling.apache.org>.