You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by pr...@apache.org on 2007/01/11 19:25:15 UTC

svn commit: r495319 - /geronimo/server/trunk/testsuite/pom.xml

Author: prasad
Date: Thu Jan 11 10:25:15 2007
New Revision: 495319

URL: http://svn.apache.org/viewvc?view=rev&rev=495319
Log:
* configure javadoc-plugin to use 1.5 jdk source

Modified:
    geronimo/server/trunk/testsuite/pom.xml

Modified: geronimo/server/trunk/testsuite/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/testsuite/pom.xml?view=diff&rev=495319&r1=495318&r2=495319
==============================================================================
--- geronimo/server/trunk/testsuite/pom.xml (original)
+++ geronimo/server/trunk/testsuite/pom.xml Thu Jan 11 10:25:15 2007
@@ -236,6 +236,16 @@
                 <groupId>org.apache.geronimo.plugins</groupId>
                 <artifactId>testsuite-maven-plugin</artifactId>
             </plugin>
+
+            <!-- This should actually be configured in genesis:project-config -->
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-javadoc-plugin</artifactId>
+                <version>2.1</version>
+                <configuration>
+                    <source>1.5</source>
+                </configuration>
+            </plugin>
         </plugins>
     </reporting>