You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by jd...@apache.org on 2007/09/08 10:09:41 UTC

svn commit: r573797 - /geronimo/server/trunk/pom.xml

Author: jdillon
Date: Sat Sep  8 01:09:38 2007
New Revision: 573797

URL: http://svn.apache.org/viewvc?rev=573797&view=rev
Log:
Update the desc to use JavaEE instead of J2EE
Add some configuration to make javadoc work with java 5 sources
Add configuration to make pmd work too

Modified:
    geronimo/server/trunk/pom.xml

Modified: geronimo/server/trunk/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/pom.xml?rev=573797&r1=573796&r2=573797&view=diff
==============================================================================
--- geronimo/server/trunk/pom.xml (original)
+++ geronimo/server/trunk/pom.xml Sat Sep  8 01:09:38 2007
@@ -36,8 +36,9 @@
     <version>2.1-SNAPSHOT</version>
 
     <description>
-        Apache Geronimo, the J2EE server project of the Apache Software Foundation.
+        Apache Geronimo, the JavaEE server project of the Apache Software Foundation.
     </description>
+    
     <organization>
         <name>The Apache Geronimo development community</name>
         <url>http://geronimo.apache.org/</url>
@@ -1528,7 +1529,16 @@
                     <artifactId>maven-enforcer-plugin</artifactId>
                     <version>1.0-alpha-3</version>
                 </plugin>
-
+                
+                <plugin>
+                    <groupId>org.apache.maven.plugins</groupId>
+                    <artifactId>maven-javadoc-plugin</artifactId>
+                    <version>2.3</version>
+                    <configuration>
+                        <source>1.5</source>
+                    </configuration>
+                </plugin>
+                
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-dependency-plugin</artifactId>
@@ -1884,6 +1894,36 @@
         </plugins>
     </build>
 
+    <reporting>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-javadoc-plugin</artifactId>
+                <version>2.3</version>
+                <configuration>
+                    <breakiterator>true</breakiterator>
+                    <quiet>true</quiet>
+                    <verbose>false</verbose>
+                    <source>1.5</source>
+                    <linksource>true</linksource>
+                    <links>
+                        <link>http://java.sun.com/j2se/1.5.0/docs/api/</link>
+                        <link>http://java.sun.com/javaee/5/docs/api/</link>
+                    </links>
+                </configuration>
+            </plugin>
+            
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-pmd-plugin</artifactId>
+                <version>2.2</version>
+                <configuration>
+                    <targetJdk>1.5</targetJdk>
+                </configuration>
+            </plugin>
+        </plugins>
+    </reporting>
+    
     <repositories>
         <!--
         NOTE: The default repositories are picked up by Genesis, but need to