Author: felixk
Date: Thu Sep  8 15:15:59 2011
New Revision: 1166737

URL: http://svn.apache.org/viewvc?rev=1166737&view=rev
Log:
- Make Maven happy and add an empty <relativePath>
- No need to define groupId twice, it's inherited from the parent
- Use released maven-site-plugin
- Fix ciManagement
- Prerequisite Java 1.6
- Update dependencies
- Update plugins
- Remove duplicate maven-jxr-plugin report definition

Modified:
    james/mailet/api/trunk/pom.xml

Modified: james/mailet/api/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/james/mailet/api/trunk/pom.xml?rev=1166737&r1=1166736&r2=1166737&view=diff
==============================================================================
--- james/mailet/api/trunk/pom.xml (original)
+++ james/mailet/api/trunk/pom.xml Thu Sep  8 15:15:59 2011
@@ -23,8 +23,8 @@
     <groupId>org.apache.james</groupId>
     <artifactId>james-project</artifactId>
     <version>1.6</version>
+    <relativePath></relativePath>
   </parent>
-  <groupId>org.apache.james</groupId>
   <artifactId>apache-mailet</artifactId>
   <name>Apache Mailet API</name>
   <inceptionYear>2007</inceptionYear>
@@ -44,8 +44,8 @@
   </distributionManagement>
 
   <ciManagement>
-     <system>Gump</system>
-     
<url>http://vmgump.apache.org/gump/public/james-mailet/james-mailet/index.html</url>
+     <system>Jenkins</system>
+     <url>https://builds.apache.org/view/G-L/view/James/</url>
   </ciManagement>
 
   <issueManagement>
@@ -66,20 +66,20 @@
   </scm>
 
   <properties>
-    <target.jdk>1.5</target.jdk>
+    <target.jdk>1.6</target.jdk>
   </properties>
 
   <dependencies>
     <dependency>
       <groupId>javax.mail</groupId>
       <artifactId>mail</artifactId>
-      <version>1.4.3</version>
+      <version>1.4.4</version>
     </dependency>
     
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
-      <version>3.8.1</version>
+      <version>4.9</version>
       <scope>test</scope>
     </dependency>
   </dependencies>
@@ -105,12 +105,12 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-jar-plugin</artifactId>
-          <version>2.3.1</version>
+          <version>2.3.2</version>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-remote-resources-plugin</artifactId>
-          <version>1.2</version>
+          <version>1.2.1</version>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
@@ -120,32 +120,32 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-surefire-plugin</artifactId>
-          <version>2.8</version>
+          <version>2.9</version>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-surefire-report-plugin</artifactId>
-          <version>2.8</version>
+          <version>2.9</version>
         </plugin> 
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-javadoc-plugin</artifactId>
-          <version>2.7</version>
+          <version>2.8</version>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-jxr-plugin</artifactId>
-          <version>2.2</version>
+          <version>2.3</version>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-site-plugin</artifactId>
-          <version>3.0-beta-3</version>
+          <version>3.0</version>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-changes-plugin</artifactId>
-          <version>2.4</version>
+          <version>2.6</version>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
@@ -167,6 +167,21 @@
           <artifactId>findbugs-maven-plugin</artifactId>
           <version>2.3.2</version>
         </plugin>
+        <plugin>
+          <groupId>org.codehaus.mojo</groupId>
+          <artifactId>versions-maven-plugin</artifactId>
+          <version>1.2</version>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-dependency-plugin</artifactId>
+          <version>2.3</version>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-project-info-reports-plugin</artifactId>
+          <version>2.4</version>
+        </plugin>
       </plugins>
     </pluginManagement>
     <plugins>
@@ -294,13 +309,6 @@
             </plugin>
             <plugin>
               <groupId>org.apache.maven.plugins</groupId>
-              <artifactId>maven-jxr-plugin</artifactId>
-              <configuration>
-                <aggregate>true</aggregate>
-              </configuration>
-            </plugin>
-            <plugin>
-              <groupId>org.apache.maven.plugins</groupId>
               <artifactId>maven-javadoc-plugin</artifactId>
               <configuration>
                 <minmemory>256m</minmemory>
@@ -390,6 +398,23 @@
               </configuration>
             </plugin>
             <plugin>
+              <groupId>org.apache.maven.plugins</groupId>
+              <artifactId>maven-dependency-plugin</artifactId>
+            </plugin>
+            <plugin>
+              <groupId>org.codehaus.mojo</groupId>
+              <artifactId>versions-maven-plugin</artifactId>
+              <reportSets>
+                <reportSet>
+                  <reports>
+                    <report>dependency-updates-report</report>
+                    <report>plugin-updates-report</report>
+                    <!-- report>property-updates-report</report -->
+                  </reports>
+                </reportSet>
+              </reportSets>
+            </plugin>
+            <plugin>
               <groupId>org.apache.rat</groupId>
               <artifactId>apache-rat-plugin</artifactId>
               <configuration>


Reply via email to