You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2014/10/27 21:24:53 UTC

svn commit: r1634676 - /maven/plugins/trunk/maven-antrun-plugin/src/main/java/org/apache/maven/plugin/antrun/AntRunMojo.java

Author: michaelo
Date: Mon Oct 27 20:24:52 2014
New Revision: 1634676

URL: http://svn.apache.org/r1634676
Log:
[MANTRUN-175] Documentation for failOnError is wrong

Modified:
    maven/plugins/trunk/maven-antrun-plugin/src/main/java/org/apache/maven/plugin/antrun/AntRunMojo.java

Modified: maven/plugins/trunk/maven-antrun-plugin/src/main/java/org/apache/maven/plugin/antrun/AntRunMojo.java
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-antrun-plugin/src/main/java/org/apache/maven/plugin/antrun/AntRunMojo.java?rev=1634676&r1=1634675&r2=1634676&view=diff
==============================================================================
--- maven/plugins/trunk/maven-antrun-plugin/src/main/java/org/apache/maven/plugin/antrun/AntRunMojo.java (original)
+++ maven/plugins/trunk/maven-antrun-plugin/src/main/java/org/apache/maven/plugin/antrun/AntRunMojo.java Mon Oct 27 20:24:52 2014
@@ -205,9 +205,9 @@ public class AntRunMojo
     private boolean exportAntProperties;
 
     /**
-     * Specifies whether a failure in the ant build leads to a failure of the Maven build. If this value is 'true', the
-     * Maven build will proceed even if the ant build fails. If it is 'false', then the Maven build fails if the ant
-     * build fails.
+     * Specifies whether a failure in the Ant build leads to a failure of the Maven build. If this
+     * value is {@code false}, the Maven build will proceed even if the Ant build fails. If it is
+     * {@code true}, then the Maven build fails if the Ant build fails.
      *
      * @since 1.7
      */