Author: niallp
Date: Thu Nov 15 20:39:06 2007
New Revision: 595548
URL: http://svn.apache.org/viewvc?rev=595548&view=rev
Log:
Add comment on the "JDK source" config for javadoc generation and use the
source configuration property
Modified:
commons/proper/lang/trunk/pom.xml
Modified: commons/proper/lang/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/lang/trunk/pom.xml?rev=595548&r1=595547&r2=595548&view=diff
==============================================================================
--- commons/proper/lang/trunk/pom.xml (original)
+++ commons/proper/lang/trunk/pom.xml Thu Nov 15 20:39:06 2007
@@ -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>