PR: MPJAVA-20

Clear up maven.compile.source duplications


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115466 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
brett 2004-06-12 23:38:35 +00:00
parent d1423498e1
commit 487c454618
3 changed files with 1 additions and 17 deletions

View File

@ -48,13 +48,12 @@
excludes="**/package.html" excludes="**/package.html"
debug="${maven.compile.debug}" debug="${maven.compile.debug}"
deprecation="${maven.compile.deprecation}" deprecation="${maven.compile.deprecation}"
source="${maven.compile.source}"
target="${maven.compile.target}" target="${maven.compile.target}"
optimize="${maven.compile.optimize}"> optimize="${maven.compile.optimize}">
<ant:src> <ant:src>
<ant:path refid="maven.compile.src.set"/> <ant:path refid="maven.compile.src.set"/>
</ant:src> </ant:src>
<!-- <!--
| |
| Source Modifications. | Source Modifications.

View File

@ -19,4 +19,3 @@
# ------------------------------------------------------------------- # -------------------------------------------------------------------
maven.compile.target = 1.1 maven.compile.target = 1.1
maven.compile.source = 1.3

View File

@ -143,20 +143,6 @@
Used by the "java:compile" goal. Used by the "java:compile" goal.
</td> </td>
</tr> </tr>
<tr>
<td>maven.compile.source</td>
<td>Yes</td>
<td>
<p>
Provide source compatibility with a specific release
</p>
<p>
Corresponds to the <code>source</code> attribute for the ant
<a href="http://ant.apache.org/manual/CoreTasks/javac.html">javac</a>
task.
</p>
</td>
</tr>
<tr> <tr>
<td>maven.compile.src.set</td> <td>maven.compile.src.set</td>
<td>Yes</td> <td>Yes</td>