You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ni...@apache.org on 2007/11/16 05:39:06 UTC

svn commit: r595548 - /commons/proper/lang/trunk/pom.xml

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>