From 54a4c7bfdb050f1409bef2d1a548f78c9772ce1e Mon Sep 17 00:00:00 2001 From: ltheussl Date: Tue, 21 Feb 2006 19:46:31 +0000 Subject: [PATCH] PR: MPJAVA-41 New property maven.compile.failonerror. git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@379563 13f79535-47bb-0310-9956-ffa450edef68 --- java/plugin.jelly | 1 + java/plugin.properties | 3 ++- java/xdocs/changes.xml | 1 + java/xdocs/properties.xml | 15 +++++++++++++++ 4 files changed, 19 insertions(+), 1 deletion(-) 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. +

+ +