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 2008/07/27 22:33:54 UTC

svn commit: r680180 - in /james/jspf/branches/multimodule-proposal: pom.xml resolver/pom.xml stage/pom.xml tester/pom.xml

Author: bago
Date: Sun Jul 27 13:33:54 2008
New Revision: 680180

URL: http://svn.apache.org/viewvc?rev=680180&view=rev
Log:
Make sure rat checks works in the refactored tree

Modified:
    james/jspf/branches/multimodule-proposal/pom.xml
    james/jspf/branches/multimodule-proposal/resolver/pom.xml
    james/jspf/branches/multimodule-proposal/stage/pom.xml
    james/jspf/branches/multimodule-proposal/tester/pom.xml

Modified: james/jspf/branches/multimodule-proposal/pom.xml
URL: http://svn.apache.org/viewvc/james/jspf/branches/multimodule-proposal/pom.xml?rev=680180&r1=680179&r2=680180&view=diff
==============================================================================
--- james/jspf/branches/multimodule-proposal/pom.xml (original)
+++ james/jspf/branches/multimodule-proposal/pom.xml Sun Jul 27 13:33:54 2008
@@ -79,7 +79,7 @@
   <modules>
     <module>stage</module>
     <module>resolver</module>
-    <module>openspf-tester</module>
+    <module>tester</module>
   </modules>
 
   <issueManagement>
@@ -97,7 +97,7 @@
 	  <dependencies>
 	    <dependency>
 	      <groupId>org.apache.james</groupId>
-	      <artifactId>apache-openspf-tester</artifactId>
+	      <artifactId>apache-jspf-tester</artifactId>
 	      <version>0.9.7-SNAPSHOT</version>
 	    </dependency>
 	    <dependency>
@@ -157,37 +157,6 @@
   <build>
     <plugins>
       <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>rat-maven-plugin</artifactId>
-        <version>1.0-alpha-3</version>
-        <executions>
-          <execution>
-            <phase>verify</phase>
-            <goals>
-              <goal>check</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-jar-plugin</artifactId>
-        <version>2.1</version>
-        <configuration>
-          <archive>
-            <manifest>
-              <mainClass>org.apache.james.jspf.impl.SPFQuery</mainClass>
-              <packageName>org.apache.james.jspf</packageName>
-              <addClasspath>true</addClasspath>
-            </manifest>
-            <manifestEntries>
-              <mode>development</mode>
-              <url>${pom.url}</url>
-            </manifestEntries>
-          </archive>
-        </configuration>
-      </plugin>
-      <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-compiler-plugin</artifactId>
         <version>2.0.2</version>

Modified: james/jspf/branches/multimodule-proposal/resolver/pom.xml
URL: http://svn.apache.org/viewvc/james/jspf/branches/multimodule-proposal/resolver/pom.xml?rev=680180&r1=680179&r2=680180&view=diff
==============================================================================
--- james/jspf/branches/multimodule-proposal/resolver/pom.xml (original)
+++ james/jspf/branches/multimodule-proposal/resolver/pom.xml Sun Jul 27 13:33:54 2008
@@ -59,7 +59,7 @@
     </dependency>
     <dependency>
     	<groupId>org.apache.james</groupId>
-    	<artifactId>apache-openspf-tester</artifactId>
+    	<artifactId>apache-jspf-tester</artifactId>
     	<scope>test</scope>
     </dependency>
     <dependency>
@@ -115,19 +115,10 @@
           <excludes>
             <!-- 3rd party resources described in NOTICE:
                  see the maven-remote-resources-plugin configuration, in this file -->
-            <exclude>src/test/resources/org/apache/james/jspf/pyspf-tests.yml</exclude>
-            <exclude>src/test/resources/org/apache/james/jspf/rfc4408-tests.yml</exclude>
-            <exclude>src/test/resources/org/apache/james/jspf/tests.yml</exclude>
             <exclude>src/test/resources/org/apache/james/jspf/test_live.txt</exclude>
             <exclude>src/test/resources/org/apache/james/jspf/test_parser.txt</exclude>
             <exclude>src/test/resources/org/apache/james/jspf/test_rfc_examples.txt</exclude>
-            <!-- 3rd party descriptors distributed via maven repositories
-                 and included "as is" -->
-            <exclude>stage/commons-cli/poms/commons-cli-1.1.pom</exclude>
-            <exclude>stage/org.apache.james/xmls/james-parent-1.1-site.xml</exclude>
-            <exclude>stage/org.apache.james/xmls/james-parent-1.1-site_en.xml</exclude>
-            <exclude>stage/org.apache.james/xmls/james-project-1.2-site.xml</exclude>
-            <exclude>stage/org.apache.james/xmls/james-project-1.2-site_en.xml</exclude>
+            <!-- maven release temporary file -->
             <exclude>release.properties</exclude>
           </excludes>
         </configuration>

Modified: james/jspf/branches/multimodule-proposal/stage/pom.xml
URL: http://svn.apache.org/viewvc/james/jspf/branches/multimodule-proposal/stage/pom.xml?rev=680180&r1=680179&r2=680180&view=diff
==============================================================================
--- james/jspf/branches/multimodule-proposal/stage/pom.xml (original)
+++ james/jspf/branches/multimodule-proposal/stage/pom.xml Sun Jul 27 13:33:54 2008
@@ -76,4 +76,43 @@
     </dependency>
   </dependencies>
 
+  <reporting>
+    <plugins>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>rat-maven-plugin</artifactId>
+        <configuration>
+          <excludes>
+            <!-- 3rd party descriptors distributed via maven repositories
+                 and included "as is" -->
+            <exclude>commons-cli/poms/commons-cli-1.1.pom</exclude>
+            <exclude>org.apache.james/xmls/james-parent-1.1-site.xml</exclude>
+            <exclude>org.apache.james/xmls/james-parent-1.1-site_en.xml</exclude>
+            <exclude>org.apache.james/xmls/james-project-1.2-site.xml</exclude>
+            <exclude>org.apache.james/xmls/james-project-1.2-site_en.xml</exclude>
+            <!-- maven release temporary file -->
+            <exclude>release.properties</exclude>
+          </excludes>
+        </configuration>
+      </plugin>
+    </plugins>
+  </reporting>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>rat-maven-plugin</artifactId>
+        <version>1.0-alpha-3</version>
+        <executions>
+          <execution>
+            <phase>verify</phase>
+            <goals>
+              <goal>check</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
 </project>

Modified: james/jspf/branches/multimodule-proposal/tester/pom.xml
URL: http://svn.apache.org/viewvc/james/jspf/branches/multimodule-proposal/tester/pom.xml?rev=680180&r1=680179&r2=680180&view=diff
==============================================================================
--- james/jspf/branches/multimodule-proposal/tester/pom.xml (original)
+++ james/jspf/branches/multimodule-proposal/tester/pom.xml Sun Jul 27 13:33:54 2008
@@ -20,7 +20,7 @@
 -->
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.james</groupId>
-  <artifactId>apache-openspf-tester</artifactId>
+  <artifactId>apache-jspf-tester</artifactId>
   <parent>
     <groupId>org.apache.james</groupId>
     <artifactId>apache-jspf</artifactId>
@@ -109,19 +109,9 @@
           <excludes>
             <!-- 3rd party resources described in NOTICE:
                  see the maven-remote-resources-plugin configuration, in this file -->
-            <exclude>src/test/resources/org/apache/james/jspf/pyspf-tests.yml</exclude>
-            <exclude>src/test/resources/org/apache/james/jspf/rfc4408-tests.yml</exclude>
-            <exclude>src/test/resources/org/apache/james/jspf/tests.yml</exclude>
-            <exclude>src/test/resources/org/apache/james/jspf/test_live.txt</exclude>
-            <exclude>src/test/resources/org/apache/james/jspf/test_parser.txt</exclude>
-            <exclude>src/test/resources/org/apache/james/jspf/test_rfc_examples.txt</exclude>
-            <!-- 3rd party descriptors distributed via maven repositories
-                 and included "as is" -->
-            <exclude>stage/commons-cli/poms/commons-cli-1.1.pom</exclude>
-            <exclude>stage/org.apache.james/xmls/james-parent-1.1-site.xml</exclude>
-            <exclude>stage/org.apache.james/xmls/james-parent-1.1-site_en.xml</exclude>
-            <exclude>stage/org.apache.james/xmls/james-project-1.2-site.xml</exclude>
-            <exclude>stage/org.apache.james/xmls/james-project-1.2-site_en.xml</exclude>
+            <exclude>src/main/resources/org/apache/james/jspf/pyspf-tests.yml</exclude>
+            <exclude>src/main/resources/org/apache/james/jspf/rfc4408-tests.yml</exclude>
+            <exclude>src/main/resources/org/apache/james/jspf/tests.yml</exclude>
             <exclude>release.properties</exclude>
           </excludes>
         </configuration>



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