You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by er...@apache.org on 2010/12/27 13:32:36 UTC

svn commit: r1053056 - /james/mailet/maven-mailetdocs-plugin/trunk/pom.xml

Author: eric
Date: Mon Dec 27 12:32:35 2010
New Revision: 1053056

URL: http://svn.apache.org/viewvc?rev=1053056&view=rev
Log:
Adjust maven-report-* dependencies to make mailets:mailets work again (MAILETDOCS-1)

Modified:
    james/mailet/maven-mailetdocs-plugin/trunk/pom.xml

Modified: james/mailet/maven-mailetdocs-plugin/trunk/pom.xml
URL: http://svn.apache.org/viewvc/james/mailet/maven-mailetdocs-plugin/trunk/pom.xml?rev=1053056&r1=1053055&r2=1053056&view=diff
==============================================================================
--- james/mailet/maven-mailetdocs-plugin/trunk/pom.xml (original)
+++ james/mailet/maven-mailetdocs-plugin/trunk/pom.xml Mon Dec 27 12:32:35 2010
@@ -1,22 +1,23 @@
+<?xml version="1.0" encoding="ISO-8859-15"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing,
+  software distributed under the License is distributed on an
+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  KIND, either express or implied.  See the License for the
+  specific language governing permissions and limitations
+  under the License.    
+-->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-  <!--
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-  
-      http://www.apache.org/licenses/LICENSE-2.0
-  
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.    
-  -->
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.james</groupId>
   <artifactId>maven-mailetdocs-plugin</artifactId>
@@ -34,36 +35,30 @@
   </parent>
   <url>http://james.apache.org/mailet/maven-mailetdocs-plugin/</url>
   <inceptionYear>2008</inceptionYear>
-  
   <distributionManagement>
     <site>
       <id>mailetdocs-website</id>
       <url>scp://people.apache.org/www/james.apache.org/mailet/maven-mailetdocs-plugin/</url>
     </site>
   </distributionManagement>
-
   <issueManagement>
     <system>JIRA</system>
     <url>http://issues.apache.org/jira/browse/MAILETDOCS</url>
   </issueManagement>
-
   <scm>
     <connection>scm:svn:http://svn.apache.org/repos/asf/james/mailet/maven-mailetdocs-plugin/trunk</connection>
     <developerConnection>scm:svn:https://svn.apache.org/repos/asf/james/mailet/maven-mailetdocs-plugin/trunk</developerConnection>
     <url>http://svn.apache.org/viewcvs.cgi/james/mailet/maven-mailetdocs-plugin/trunk/?root=Apache-SVN</url>
   </scm>
-  
   <repositories>
-  <!-- needed for javamail -->
+    <!-- needed for javamail -->
     <repository>
       <id>maven2-repository.dev.java.net</id>
       <name>Java.net Repository for Maven</name>
       <url>http://download.java.net/maven/2/</url>
       <layout>default</layout>
     </repository>
-    
   </repositories>
-  
   <dependencies>
     <dependency>
       <groupId>org.apache.maven</groupId>
@@ -71,10 +66,19 @@
       <version>2.0</version>
     </dependency>
     <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>3.8.1</version>
-      <scope>test</scope>
+      <groupId>org.apache.maven.reporting</groupId>
+      <artifactId>maven-reporting-impl</artifactId>
+      <version>2.0.4.3</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.maven.reporting</groupId>
+      <artifactId>maven-reporting-api</artifactId>
+      <version>2.0.9</version>
+    </dependency>
+    <dependency>
+      <groupId>org.codehaus.plexus</groupId>
+      <artifactId>plexus-utils</artifactId>
+      <version>2.0.1</version>
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
@@ -87,68 +91,42 @@
       <version>1.4.3</version>
     </dependency>
     <dependency>
-      <groupId>org.apache.maven.reporting</groupId>
-      <artifactId>maven-reporting-impl</artifactId>
-      <version>2.0.4.1</version>
-    </dependency>
-    <dependency>
-      <groupId>com.thoughtworks.qdox</groupId>
-      <artifactId>qdox</artifactId>
-      <version>1.6.3</version>
-    </dependency>
-    <dependency>
       <groupId>commons-collections</groupId>
       <artifactId>commons-collections</artifactId>
       <version>3.2.1</version>
     </dependency>
     <dependency>
-      <groupId>org.apache.maven</groupId>
-      <artifactId>maven-model</artifactId>
-      <version>2.0.9</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.maven.reporting</groupId>
-      <artifactId>maven-reporting-api</artifactId>
-      <version>2.0.9</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.maven</groupId>
-      <artifactId>maven-artifact</artifactId>
-      <version>2.0.9</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.maven</groupId>
-      <artifactId>maven-project</artifactId>
-      <version>2.0.9</version>
+      <groupId>com.thoughtworks.qdox</groupId>
+      <artifactId>qdox</artifactId>
+      <version>1.6.3</version>
     </dependency>
     <dependency>
-      <groupId>org.codehaus.plexus</groupId>
-      <artifactId>plexus-utils</artifactId>
-      <version>1.5.6</version>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>3.8.1</version>
+      <scope>test</scope>
     </dependency>
   </dependencies>
-  
   <mailingLists>
     <mailingList>
-	    <name>Apache JAMES Server List</name>
-	    <subscribe>server-dev-subscribe@james.apache.org</subscribe>
-	    <unsubscribe>server-dev-unsubscribe@james.apache.org</unsubscribe>
-	    <post>server-dev@james.apache.org</post>
-	    <archive>http://mail-archives.apache.org/mod_mbox/james-server-dev/</archive>
+      <name>Apache JAMES Server List</name>
+      <subscribe>server-dev-subscribe@james.apache.org</subscribe>
+      <unsubscribe>server-dev-unsubscribe@james.apache.org</unsubscribe>
+      <post>server-dev@james.apache.org</post>
+      <archive>http://mail-archives.apache.org/mod_mbox/james-server-dev/</archive>
     </mailingList>
   </mailingLists>
-  
   <build>
-  	<plugins>
-       <plugin>
-         <artifactId>maven-compiler-plugin</artifactId>
-         <configuration>
-           <optimize>true</optimize>
-           <source>1.4</source>
-           <target>1.4</target>
-         </configuration>
-       </plugin>
-       <plugin>
+    <plugins>
+      <plugin>
+        <artifactId>maven-compiler-plugin</artifactId>
+        <configuration>
+          <optimize>true</optimize>
+          <source>1.4</source>
+          <target>1.4</target>
+        </configuration>
+      </plugin>
+      <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-plugin-plugin</artifactId>
         <executions>
@@ -159,30 +137,30 @@
             </goals>
           </execution>
         </executions>
-       </plugin>
-       <!-- Add NOTICE and LICENSE to generated JAR -->
-       <plugin>
-         <artifactId>maven-remote-resources-plugin</artifactId>
-         <version>1.0</version>
-         <executions>
-           <execution>
-             <goals>
-               <goal>process</goal>
-             </goals>
-             <configuration>
-               <resourceBundles>
-                 <resourceBundle>
-                   org.apache:apache-jar-resource-bundle:1.4
+      </plugin>
+      <!-- Add NOTICE and LICENSE to generated JAR -->
+      <plugin>
+        <artifactId>maven-remote-resources-plugin</artifactId>
+        <version>1.0</version>
+        <executions>
+          <execution>
+            <goals>
+              <goal>process</goal>
+            </goals>
+            <configuration>
+              <resourceBundles>
+                <resourceBundle>
+                  org.apache:apache-jar-resource-bundle:1.4
                  </resourceBundle>
-               </resourceBundles>
-               <properties>
-                 <addLicense>true</addLicense>
-               </properties>
-             </configuration>
-           </execution>
-         </executions>
-       </plugin>
-       <plugin>
+              </resourceBundles>
+              <properties>
+                <addLicense>true</addLicense>
+              </properties>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+      <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-doap-plugin</artifactId>
         <executions>
@@ -195,18 +173,16 @@
           </execution>
         </executions>
         <configuration>
-         <doapOptions>
-           <programmingLanguage>java</programmingLanguage>
-           <category>mail</category>
-           <download-page>http://james.apache.org/download.cgi</download-page>
-         </doapOptions>
-
-         <asfExtOptions>
-           <included>true</included>
-           <pmc>http://james.apache.org</pmc>
-           <name>Apache JAMES</name>
-         </asfExtOptions>
-
+          <doapOptions>
+            <programmingLanguage>java</programmingLanguage>
+            <category>mail</category>
+            <download-page>http://james.apache.org/download.cgi</download-page>
+          </doapOptions>
+          <asfExtOptions>
+            <included>true</included>
+            <pmc>http://james.apache.org</pmc>
+            <name>Apache JAMES</name>
+          </asfExtOptions>
         </configuration>
       </plugin>
       <plugin>
@@ -229,7 +205,6 @@
       </plugin>
     </plugins>
   </build>
-  
   <reporting>
     <plugins>
       <plugin>
@@ -239,7 +214,7 @@
       <plugin>
         <artifactId>maven-surefire-report-plugin</artifactId>
         <version>2.4.3</version>
-      </plugin> 
+      </plugin>
       <plugin>
         <artifactId>maven-javadoc-plugin</artifactId>
         <version>2.4</version>
@@ -345,7 +320,7 @@
         <artifactId>maven-jxr-plugin</artifactId>
         <version>2.1</version>
       </plugin>
-            <plugin>
+      <plugin>
         <artifactId>maven-site-plugin</artifactId>
         <version>2.0-beta-6</version>
       </plugin>
@@ -373,5 +348,4 @@
       </plugin>
     </plugins>
   </reporting>
-  
-</project>
\ No newline at end of file
+</project>



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org