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:
parent
d1423498e1
commit
487c454618
@ -48,7 +48,6 @@
|
||||
excludes="**/package.html"
|
||||
debug="${maven.compile.debug}"
|
||||
deprecation="${maven.compile.deprecation}"
|
||||
source="${maven.compile.source}"
|
||||
target="${maven.compile.target}"
|
||||
optimize="${maven.compile.optimize}">
|
||||
<ant:src>
|
||||
|
||||
@ -19,4 +19,3 @@
|
||||
# -------------------------------------------------------------------
|
||||
|
||||
maven.compile.target = 1.1
|
||||
maven.compile.source = 1.3
|
||||
|
||||
@ -143,20 +143,6 @@
|
||||
Used by the "java:compile" goal.
|
||||
</td>
|
||||
</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>
|
||||
<td>maven.compile.src.set</td>
|
||||
<td>Yes</td>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user