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.