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 ba...@apache.org on 2007/09/17 16:41:10 UTC

svn commit: r576457 - /james/jspf/trunk/pom.xml

Author: bago
Date: Mon Sep 17 07:41:09 2007
New Revision: 576457

URL: http://svn.apache.org/viewvc?rev=576457&view=rev
Log:
Fixed plugins dependencies (build reproducibility) and upgrade some of them to the latest available.
Added some more sentence to the NOTICE generator (copied from the previous NOTICE.txt file)

Modified:
    james/jspf/trunk/pom.xml

Modified: james/jspf/trunk/pom.xml
URL: http://svn.apache.org/viewvc/james/jspf/trunk/pom.xml?rev=576457&r1=576456&r2=576457&view=diff
==============================================================================
--- james/jspf/trunk/pom.xml (original)
+++ james/jspf/trunk/pom.xml Mon Sep 17 07:41:09 2007
@@ -20,7 +20,7 @@
 -->
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.james</groupId>
-  <artifactId>jspf</artifactId>
+  <artifactId>apache-jspf</artifactId>
   <parent>
     <groupId>org.apache.james</groupId>
     <artifactId>james-project</artifactId>
@@ -162,25 +162,27 @@
 
   <reporting>
     <plugins>
-      <!--
       <plugin>
         <artifactId>maven-surefire-plugin</artifactId>
+        <version>2.3</version>
       </plugin>
       <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>surefire-report-maven-plugin</artifactId>
+        <artifactId>maven-surefire-report-plugin</artifactId>
+        <version>2.3</version>
       </plugin> 
-      -->
       <plugin>
         <artifactId>maven-javadoc-plugin</artifactId>
+        <version>2.3</version>
       </plugin>
       <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>jxr-maven-plugin</artifactId>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-jxr-plugin</artifactId>
+        <version>2.1</version>
       </plugin>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-pmd-plugin</artifactId>
+        <version>2.2</version>
         <configuration>
           <targetjdk>1.4</targetjdk>
           <rulesets>
@@ -193,13 +195,16 @@
           <minimumTokens>100</minimumTokens>
         </configuration>
       </plugin>
+      <!-- 
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>taglist-maven-plugin</artifactId>
       </plugin>
+       -->
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-site-plugin</artifactId>
+        <version>2.0-beta-5</version>
       </plugin>
     </plugins>
   </reporting>
@@ -208,6 +213,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-jar-plugin</artifactId>
+        <version>2.1</version>
         <configuration>
           <archive>
             <manifest>
@@ -233,20 +239,8 @@
         </configuration>
       </plugin>      
       <plugin>
-        <artifactId>maven-jar-plugin</artifactId>
-        <version>2.1</version>
-        <configuration>
-          <archive>
-            <manifestEntries>
-              <mode>development</mode>
-              <url>${pom.url}</url>
-            </manifestEntries>
-          </archive>
-        </configuration>
-      </plugin>
-      <plugin>
         <artifactId>maven-javadoc-plugin</artifactId>
-        <version>2.2</version>
+        <version>2.3</version>
         <executions>
           <execution>
             <id>create-javadocs</id> <!-- this is used for inheritance merges -->
@@ -289,7 +283,22 @@
               </resourceBundles>
               <properties>
 	              <!--  <preProjectText>PRE PROCESS TEXT</preProjectText>  -->
-	              <postProjectText>This file is automatically generated by dependencies declared in pom.xml</postProjectText>
+	              <postProjectText>This product includes/uses software, JUnit (http://www.junit.org/),
+developed by Kent Beck, Erich Gamma, and David Saff
+License: Common Public License Version 1.0  (http://www.opensource.org/licenses/cpl.php)
+
+This software contains code derived from the spfjava library
+written by Roger Fullerton and Neil Murray.
+  
+Some of the DNS-aware tests have been inspired by DNSJava test code
+written and copyrighted by Brian Wellington, too.
+
+SPF Test (test*.txt) contains resources derived from the
+libspf2 library (http://www.libspf2.org/) and distributed under 
+the BSD license and copyright by Wayne Schlitt, Shevek.
+
+This file is automatically generated by dependencies declared in pom.xml
+								</postProjectText>
 	              <addLicense>true</addLicense>
               </properties>
             </configuration>



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