diff --git a/java/plugin.jelly b/java/plugin.jelly index 23df90da..aab1c5b5 100644 --- a/java/plugin.jelly +++ b/java/plugin.jelly @@ -69,6 +69,7 @@ + New property maven.compile.failonerror. New property maven.compile.debuglevel. New property maven.compile.nowarn. Set maven.compile.deprecation=on by default. diff --git a/java/xdocs/properties.xml b/java/xdocs/properties.xml index f4d9b626..85ec1ff0 100644 --- a/java/xdocs/properties.xml +++ b/java/xdocs/properties.xml @@ -256,6 +256,21 @@

+ + maven.compile.failonerror + Yes + +

+ Indicates whether the build will continue even if there are + compilation errors; defaults to true. +

+

+ Corresponds to the failonerror attribute for the ant + javac + task. +

+ +