You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by bo...@apache.org on 2009/06/12 17:15:57 UTC

svn commit: r784153 - /myfaces/trinidad/trunk/pom.xml

Author: bommel
Date: Fri Jun 12 15:15:53 2009
New Revision: 784153

URL: http://svn.apache.org/viewvc?rev=784153&view=rev
Log:
fixed source version for javadoc

Modified:
    myfaces/trinidad/trunk/pom.xml

Modified: myfaces/trinidad/trunk/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/pom.xml?rev=784153&r1=784152&r2=784153&view=diff
==============================================================================
--- myfaces/trinidad/trunk/pom.xml (original)
+++ myfaces/trinidad/trunk/pom.xml Fri Jun 12 15:15:53 2009
@@ -440,6 +440,14 @@
 
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-javadoc-plugin</artifactId>
+          <configuration>
+            <source>${jdk.version}</source>
+          </configuration>
+        </plugin>
+
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-resources-plugin</artifactId>
           <inherited>true</inherited>
           <configuration>