Add comment on the "JDK source" config for javadoc generation and use the source configuration property

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@595548 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Niall Pemberton 2007-11-16 04:39:06 +00:00
parent 8dd04a3897
commit 62cca626c2
1 changed files with 4 additions and 1 deletions

View File

@ -405,11 +405,14 @@
</build>
<reporting>
<!-- N.B. The following can be removed once version 6
of the commons-parent pom is released -->
<plugins>
<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<source>1.4</source>
<source>${maven.compile.source}</source>
</configuration>
</plugin>
</plugins>