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 fe...@apache.org on 2011/10/09 15:23:06 UTC

svn commit: r1180608 - /james/trunk/sandbox/felixk/james-parent/pom.xml

Author: felixk
Date: Sun Oct  9 13:23:06 2011
New Revision: 1180608

URL: http://svn.apache.org/viewvc?rev=1180608&view=rev
Log:
Working on sample james-parent.pom

Modified:
    james/trunk/sandbox/felixk/james-parent/pom.xml

Modified: james/trunk/sandbox/felixk/james-parent/pom.xml
URL: http://svn.apache.org/viewvc/james/trunk/sandbox/felixk/james-parent/pom.xml?rev=1180608&r1=1180607&r2=1180608&view=diff
==============================================================================
--- james/trunk/sandbox/felixk/james-parent/pom.xml (original)
+++ james/trunk/sandbox/felixk/james-parent/pom.xml Sun Oct  9 13:23:06 2011
@@ -31,7 +31,7 @@
 
     <groupId>org.apache.james</groupId>
     <artifactId>james-parent</artifactId>
-    <version>1.7-SNAPSHOT</version>
+    <version>2.0-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <name>Apache James Parent POM</name>
@@ -364,6 +364,9 @@
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-surefire-plugin</artifactId>
                     <version>2.7.2</version>
+                    <configuration>
+                        <aggregate>true</aggregate>
+                    </configuration>
                 </plugin>
 
                 <!-- reporting plugins -->
@@ -411,70 +414,18 @@
                             <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-surefire-report-plugin</artifactId>
-                                <configuration>
-                                    <forkMode>pertest</forkMode>
-                                    <argLine>-Xms256m -Xmx512m</argLine>
-                                    <testFailureIgnore>false</testFailureIgnore>
-                                    <skip>false</skip>
-                                    <includes>
-                                        <include>**/*Test.java</include>
-                                    </includes>
-                                </configuration>
                             </plugin>
                             <plugin>
                                 <groupId>org.apache.rat</groupId>
                                 <artifactId>apache-rat-plugin</artifactId>
-                                <version>
-                                </version>
-                                <configuration>
-                                    <excludes>
-                                        <exclude>NOTICE.*</exclude>
-                                        <exclude>LICENSE.*</exclude>
-                                        <exclude>BUILDING.*</exclude>
-                                        <!-- Generated by Maven -->
-                                        <exclude>release.properties</exclude>
-                                        <exclude>dist/**/*</exclude>
-                                        <exclude>**/derby.log</exclude>
-                                        <!-- Eclipse -->
-                                        <exclude>**/.*</exclude>
-                                        <exclude>.*/**/*</exclude>
-                                        <!-- Schemas for offline use -->
-                                        <exclude>**/META-INF/XSD/activemq-core-*.xsd</exclude>
-                                        <exclude>**/META-INF/XSD/camel-spring-*.xsd</exclude>
-                                        <exclude>**/META-INF/XSD/spring-beans-*.xsd</exclude>
-                                    </excludes>
-                                </configuration>
                             </plugin>
                             <plugin>
                                 <groupId>org.apache.maven.plugins</groupId>
                                 <artifactId>maven-pmd-plugin</artifactId>
-                                <configuration>
-                                    <aggregate>true</aggregate>
-                                    <targetJdk>${target.jdk}</targetJdk>
-                                    <rulesets>
-                                        <ruleset>/rulesets/basic.xml</ruleset>
-                                        <ruleset>/rulesets/unusedcode.xml</ruleset>
-                                        <ruleset>/rulesets/imports.xml</ruleset>
-                                    </rulesets>
-                                    <format>xml</format>
-                                    <linkXref>true</linkXref>
-                                    <sourceEncoding>utf-8</sourceEncoding>
-                                    <minimumTokens>100</minimumTokens>
-                                </configuration>
-                            </plugin>
-                            <plugin>
-                                <groupId>org.apache.maven.plugins</groupId>
-                                <artifactId>maven-surefire-report-plugin</artifactId>
-                                <configuration>
-                                    <aggregate>true</aggregate>
-                                </configuration>
                             </plugin>
                             <plugin>
                                 <groupId>org.apache.maven.plugins</groupId>
@@ -491,15 +442,6 @@
                             <plugin>
                                 <groupId>org.codehaus.mojo</groupId>
                                 <artifactId>findbugs-maven-plugin</artifactId>
-                                <configuration>
-                                    <xrefLocation>${project.reporting.outputDirectory}/../xref</xrefLocation>
-                                    <xrefTestLocation>${project.reporting.outputDirectory}/../xref-test</xrefTestLocation>
-                                    <!-- required by dashboard plugin and hudson -->
-                                    <xmlOutput>true</xmlOutput>
-                                    <effort>Max</effort>
-                                    <findbugsXmlOutput>true</findbugsXmlOutput>
-                                    <findbugsXmlWithMessages>true</findbugsXmlWithMessages>
-                                </configuration>
                             </plugin>
                             <!--
                             <plugin>
@@ -532,31 +474,71 @@
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-jxr-plugin</artifactId>
                     <version>2.2</version>
+                    <configuration>
+                        <aggregate>true</aggregate>
+                    </configuration>
                 </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-surefire-report-plugin</artifactId>
                     <version>2.7.2</version>
+                    <configuration>
+                        <forkMode>pertest</forkMode>
+                        <argLine>-Xms256m -Xmx512m</argLine>
+                        <testFailureIgnore>false</testFailureIgnore>
+                        <skip>false</skip>
+                        <includes>
+                            <include>**/*Test.java</include>
+                        </includes>
+                    </configuration>
                 </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-pmd-plugin</artifactId>
                     <version>2.5</version>
+                    <configuration>
+                        <aggregate>true</aggregate>
+                        <targetJdk>${target.jdk}</targetJdk>
+                        <rulesets>
+                            <ruleset>/rulesets/basic.xml</ruleset>
+                            <ruleset>/rulesets/unusedcode.xml</ruleset>
+                            <ruleset>/rulesets/imports.xml</ruleset>
+                        </rulesets>
+                        <format>xml</format>
+                        <linkXref>true</linkXref>
+                        <sourceEncoding>utf-8</sourceEncoding>
+                        <minimumTokens>100</minimumTokens>
+                    </configuration>
                 </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-changes-plugin</artifactId>
                     <version>2.4</version>
+                    <configuration>
+                        <onlyCurrentVersion>true</onlyCurrentVersion>
+                        <resolutionIds>Fixed</resolutionIds>
+                        <statusIds>Resolved,Closed</statusIds>
+                        <columnNames>Type,Key,Summary,Status,Resolution,Fix Version</columnNames>
+                    </configuration>
                 </plugin>
                 <plugin>
                     <groupId>org.codehaus.mojo</groupId>
                     <artifactId>findbugs-maven-plugin</artifactId>
                     <version>2.3.2</version>
+                    <configuration>
+                        <xrefLocation>${project.reporting.outputDirectory}/../xref</xrefLocation>
+                        <xrefTestLocation>${project.reporting.outputDirectory}/../xref-test</xrefTestLocation>
+                        <!-- required by dashboard plugin and hudson -->
+                        <xmlOutput>true</xmlOutput>
+                        <effort>Max</effort>
+                        <findbugsXmlOutput>true</findbugsXmlOutput>
+                        <findbugsXmlWithMessages>true</findbugsXmlWithMessages>
+                    </configuration>
                 </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-javadoc-plugin</artifactId>
-                    <version>2.7</version>
+                    <version>2.8</version>
                     <configuration>
                         <doclet>org.jboss.apiviz.APIviz</doclet>
                         <docletArtifact>
@@ -600,6 +582,24 @@
                     <groupId>org.apache.rat</groupId>
                     <artifactId>apache-rat-plugin</artifactId>
                     <version>0.7</version>
+                    <configuration>
+                        <excludes>
+                            <exclude>NOTICE.*</exclude>
+                            <exclude>LICENSE.*</exclude>
+                            <exclude>BUILDING.*</exclude>
+                            <!-- Generated by Maven -->
+                            <exclude>release.properties</exclude>
+                            <exclude>dist/**/*</exclude>
+                            <exclude>**/derby.log</exclude>
+                            <!-- Eclipse -->
+                            <exclude>**/.*</exclude>
+                            <exclude>.*/**/*</exclude>
+                            <!-- Schemas for offline use -->
+                            <exclude>**/META-INF/XSD/activemq-core-*.xsd</exclude>
+                            <exclude>**/META-INF/XSD/camel-spring-*.xsd</exclude>
+                            <exclude>**/META-INF/XSD/spring-beans-*.xsd</exclude>
+                        </excludes>
+                    </configuration>
                 </plugin>
             </plugins>
         </pluginManagement>



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