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:
parent
8dd04a3897
commit
62cca626c2
5
pom.xml
5
pom.xml
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue