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 2013/10/16 13:27:47 UTC

svn commit: r1532729 - /sling/trunk/tooling/maven/maven-sling-plugin/src/main/java/org/apache/sling/maven/bundlesupport/AbstractBundlePostMojo.java

Author: rombert
Date: Wed Oct 16 11:27:47 2013
New Revision: 1532729

URL: http://svn.apache.org/r1532729
Log:
SLING-3180 - Failed deployment should fail the build by default

Modified:
    sling/trunk/tooling/maven/maven-sling-plugin/src/main/java/org/apache/sling/maven/bundlesupport/AbstractBundlePostMojo.java

Modified: sling/trunk/tooling/maven/maven-sling-plugin/src/main/java/org/apache/sling/maven/bundlesupport/AbstractBundlePostMojo.java
URL: http://svn.apache.org/viewvc/sling/trunk/tooling/maven/maven-sling-plugin/src/main/java/org/apache/sling/maven/bundlesupport/AbstractBundlePostMojo.java?rev=1532729&r1=1532728&r2=1532729&view=diff
==============================================================================
--- sling/trunk/tooling/maven/maven-sling-plugin/src/main/java/org/apache/sling/maven/bundlesupport/AbstractBundlePostMojo.java (original)
+++ sling/trunk/tooling/maven/maven-sling-plugin/src/main/java/org/apache/sling/maven/bundlesupport/AbstractBundlePostMojo.java Wed Oct 16 11:27:47 2013
@@ -31,7 +31,7 @@ abstract class AbstractBundlePostMojo ex
      * Determines whether or not to fail the build if
      * the HTTP POST or PUT returns an non-OK response code.
      *
-     * @parameter expression="${sling.failOnError}" default-value="false"
+     * @parameter expression="${sling.failOnError}" default-value="true"
      * @required
      */
     protected boolean failOnError;
@@ -99,4 +99,4 @@ abstract class AbstractBundlePostMojo ex
         return null;
     }
 
-}
\ No newline at end of file
+}