From cab862742558f326c1a94f42e0d212139682d5e8 Mon Sep 17 00:00:00 2001 From: bwalding Date: Sat, 1 Feb 2003 00:43:35 +0000 Subject: [PATCH] MAVEN-75: Add maven.compile.verbose property. Also changed references to jakarta.apache.org/ant to ant.apache.org git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@112792 13f79535-47bb-0310-9956-ffa450edef68 --- java/xdocs/properties.xml | 26 ++++++++++++++++++++------ 1 file changed, 20 insertions(+), 6 deletions(-) diff --git a/java/xdocs/properties.xml b/java/xdocs/properties.xml index 7926b1e0..6f88246e 100644 --- a/java/xdocs/properties.xml +++ b/java/xdocs/properties.xml @@ -33,7 +33,7 @@

Corresponds to the nested compilerarg element for the ant - javac + javac task.

@@ -65,7 +65,7 @@

Corresponds to the encoding attribute for the ant - javac + javac task.

@@ -79,7 +79,7 @@

Corresponds to the executable attribute for the ant - javac + javac task.

@@ -93,7 +93,7 @@

Corresponds to the fork attribute for the ant - javac + javac task.

@@ -116,7 +116,7 @@

Corresponds to the source attribute for the ant - javac + javac task.

@@ -137,7 +137,21 @@

Corresponds to the target attribute for the ant - javac + javac + task. +

+ + + + maven.compile.verbose + Yes + +

+ Asks the compiler for verbose output +

+

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