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
This commit is contained in:
bwalding
2003-02-01 00:43:35 +00:00
parent 6d16058524
commit cab8627425

View File

@@ -33,7 +33,7 @@
</p>
<p>
Corresponds to the nested <code>compilerarg</code> element for the ant
<a href="http://jakarta.apache.org/ant/manual/CoreTasks/javac.html">javac</a>
<a href="http://ant.apache.org/manual/CoreTasks/javac.html">javac</a>
task.
</p>
</td>
@@ -65,7 +65,7 @@
</p>
<p>
Corresponds to the <code>encoding</code> attribute for the ant
<a href="http://jakarta.apache.org/ant/manual/CoreTasks/javac.html">javac</a>
<a href="http://ant.apache.org/manual/CoreTasks/javac.html">javac</a>
task.
</p>
</td>
@@ -79,7 +79,7 @@
</p>
<p>
Corresponds to the <code>executable</code> attribute for the ant
<a href="http://jakarta.apache.org/ant/manual/CoreTasks/javac.html">javac</a>
<a href="http://ant.apache.org/manual/CoreTasks/javac.html">javac</a>
task.
</p>
</td>
@@ -93,7 +93,7 @@
</p>
<p>
Corresponds to the <code>fork</code> attribute for the ant
<a href="http://jakarta.apache.org/ant/manual/CoreTasks/javac.html">javac</a>
<a href="http://ant.apache.org/manual/CoreTasks/javac.html">javac</a>
task.
</p>
</td>
@@ -116,7 +116,7 @@
</p>
<p>
Corresponds to the <code>source</code> attribute for the ant
<a href="http://jakarta.apache.org/ant/manual/CoreTasks/javac.html">javac</a>
<a href="http://ant.apache.org/manual/CoreTasks/javac.html">javac</a>
task.
</p>
</td>
@@ -137,7 +137,21 @@
</p>
<p>
Corresponds to the <code>target</code> attribute for the ant
<a href="http://jakarta.apache.org/ant/manual/CoreTasks/javac.html">javac</a>
<a href="http://ant.apache.org/manual/CoreTasks/javac.html">javac</a>
task.
</p>
</td>
</tr>
<tr>
<td>maven.compile.verbose</td>
<td>Yes</td>
<td>
<p>
Asks the compiler for verbose output
</p>
<p>
Corresponds to the <code>verbose</code> attribute for the ant
<a href="http://ant.apache.org/manual/CoreTasks/javac.html">javac</a>
task.
</p>
</td>