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

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

commit 21d4521446c5e866ddfc8d1c5e98eddf2a23b137
Author: Carsten Ziegeler <[email protected]>
AuthorDate: Sun Mar 29 16:06:18 2009 +0000

    FS mounting should be disabled by default to have the same behaviour as 
previous version by default.
    
    git-svn-id: 
https://svn.apache.org/repos/asf/incubator/sling/trunk/maven/maven-sling-plugin@759712
 13f79535-47bb-0310-9956-ffa450edef68
---
 .../org/apache/sling/maven/bundlesupport/AbstractBundleInstallMojo.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/src/main/java/org/apache/sling/maven/bundlesupport/AbstractBundleInstallMojo.java
 
b/src/main/java/org/apache/sling/maven/bundlesupport/AbstractBundleInstallMojo.java
index 7604b30..5ffc224 100644
--- 
a/src/main/java/org/apache/sling/maven/bundlesupport/AbstractBundleInstallMojo.java
+++ 
b/src/main/java/org/apache/sling/maven/bundlesupport/AbstractBundleInstallMojo.java
@@ -147,7 +147,7 @@ abstract class AbstractBundleInstallMojo extends 
AbstractBundlePostMojo {
     /**
      * Whether to add the mapping for the fs provider
      *
-     * @parameter expression="${sling.mountByFS}" default-value="true"
+     * @parameter expression="${sling.mountByFS}" default-value="false"
      * @required
      */
     private boolean mountByFS;

-- 
To stop receiving notification emails like this one, please contact
"[email protected]" <[email protected]>.

Reply via email to