offline building of site deploy to improve performance.
[utils] / pom.xml
diff --git a/pom.xml b/pom.xml
index 6938bb2c1f5fba06fa85b349e3a6f8410ad95116..ec3d564283b1a0149dbd76abd18a398894ac71ac 100644 (file)
--- a/pom.xml
+++ b/pom.xml
-<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">
-    <modelVersion>4.0.0</modelVersion>
-    <groupId>org.wamblee</groupId>
-    <artifactId>wamblee-utils</artifactId>
-    <packaging>pom</packaging>
-    <version>0.2-SNAPSHOT</version>
-    <name>/</name>
-    <description>wamblee.org utilities library</description>
-    <url>http://wamblee.org</url>
-    <licenses>
-        <license>
-            <name>The Apache Software License, Version 2.0</name>
-            <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
-            <distribution>repo</distribution>
-        </license>
-    </licenses>
-    <scm>
-        <url>https://wamblee.org/viewvc/utils/</url>
-        <connection>https://wamblee.org/svn/public/utils</connection>
-    </scm>
-
-    <modules>
-        <module>support</module>
-        <module>system</module>
-        <module>hibernate-jpa</module>
-        <module>security</module>
-        <module>test</module>
-    </modules>
-    <dependencies>
-        <dependency>
-            <groupId>junit</groupId>
-            <artifactId>junit</artifactId>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.dbunit</groupId>
-            <artifactId>dbunit</artifactId>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.derby</groupId>
-            <artifactId>derby</artifactId>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.derby</groupId>
-            <artifactId>derbyclient</artifactId>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.derby</groupId>
-            <artifactId>derbynet</artifactId>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.slf4j</groupId>
-            <artifactId>slf4j-api</artifactId>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.slf4j</groupId>
-            <artifactId>slf4j-jdk14</artifactId>
-            <scope>test</scope>
-        </dependency>
-
-        <dependency>
-            <groupId>mysql</groupId>
-            <artifactId>mysql-connector-java</artifactId>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.mockito</groupId>
-            <artifactId>mockito-all</artifactId>
-            <version>1.8.0</version>
-            <scope>test</scope>
-        </dependency>
-
-        <!-- dependency>
-          <groupId>org.testng</groupId>
-          <artifactId>testng</artifactId>
-          <version>5.7</version>
-          <scope>test</scope>
-          <classifier>jdk15</classifier>
-        </dependency -->
-    </dependencies>
-
-    <dependencyManagement>
-        <dependencies>
-
-            <dependency>
-                <groupId>oro</groupId>
-                <artifactId>oro</artifactId>
-                <version>2.0.6</version>
-            </dependency>
-
-
-            <dependency>
-                <groupId>javax.transaction</groupId>
-                <artifactId>transaction-api</artifactId>
-                <version>1.1</version>
-            </dependency>
-
-            <dependency>
-                <groupId>junit</groupId>
-                <artifactId>junit</artifactId>
-                <version>4.4</version>
-            </dependency>
-            <dependency>
-                <groupId>org.dbunit</groupId>
-                <artifactId>dbunit</artifactId>
-                <version>2.4.7</version>
-            </dependency>
-            <dependency>
-                <groupId>org.slf4j</groupId>
-                <artifactId>slf4j-api</artifactId>
-                <version>1.5.11</version>
-            </dependency>
-            <dependency>
-                <groupId>org.slf4j</groupId>
-                <artifactId>slf4j-jdk14</artifactId>
-                <version>1.5.11</version>
-            </dependency>
-
-            <dependency>
-                <groupId>javax.persistence</groupId>
-                <artifactId>persistence-api</artifactId>
-                <version>1.0</version>
-                <scope>provided</scope>
-            </dependency>
-            <dependency>
-                <groupId>javax.activation</groupId>
-                <artifactId>activation</artifactId>
-                <version>1.1</version>
-            </dependency>
-            <dependency>
-                <groupId>javax.mail</groupId>
-                <artifactId>mail</artifactId>
-                <version>1.4.1</version>
-            </dependency>
-            <dependency>
-                <groupId>javax.servlet</groupId>
-                <artifactId>servlet-api</artifactId>
-                <version>2.3</version>
-                <type>jar</type>
-                <scope>provided</scope>
-            </dependency>
-            <dependency>
-                <groupId>mysql</groupId>
-                <artifactId>mysql-connector-java</artifactId>
-                <version>5.1.12</version>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.derby</groupId>
-                <artifactId>derby</artifactId>
-                <version>10.5.3.0_1</version>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.derby</groupId>
-                <artifactId>derbyclient</artifactId>
-                <version>10.5.3.0_1</version>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.derby</groupId>
-                <artifactId>derbynet</artifactId>
-                <version>10.5.3.0_1</version>
-            </dependency>
-            <dependency>
-                <groupId>quartz</groupId>
-                <artifactId>quartz</artifactId>
-                <version>1.5.1</version>
-            </dependency>
-            <dependency>
-                <groupId>jtidy</groupId>
-                <artifactId>jtidy</artifactId>
-                <version>4aug2000r7-dev</version>
-            </dependency>
-
-
-            <dependency>
-                <groupId>commons-logging</groupId>
-                <artifactId>commons-logging</artifactId>
-                <version>1.0.2</version>
-            </dependency>
-            <dependency>
-                <groupId>commons-httpclient</groupId>
-                <artifactId>commons-httpclient</artifactId>
-                <version>3.0</version>
-            </dependency>
-            <dependency>
-                <groupId>commons-beanutils</groupId>
-                <artifactId>commons-beanutils</artifactId>
-                <version>1.7.0</version>
-            </dependency>
-            <dependency>
-                <groupId>org.springframework</groupId>
-                <artifactId>spring-beans</artifactId>
-                <version>${spring.version}</version>
-            </dependency>
-            <dependency>
-                <groupId>org.springframework</groupId>
-                <artifactId>spring-web</artifactId>
-                <version>${spring.version}</version>
-            </dependency>
-            <dependency>
-                <groupId>org.springframework</groupId>
-                <artifactId>spring-jms</artifactId>
-                <version>${spring.version}</version>
-            </dependency>
-            <dependency>
-                <groupId>org.springframework</groupId>
-                <artifactId>spring-context</artifactId>
-                <version>${spring.version}</version>
-            </dependency>
-            <dependency>
-                <groupId>org.springframework</groupId>
-                <artifactId>spring-hibernate3</artifactId>
-                <version>${spring.version}</version>
-            </dependency>
-            <dependency>
-                <groupId>org.springframework</groupId>
-                <artifactId>spring-jpa</artifactId>
-                <version>${spring.version}</version>
-            </dependency>
-            <dependency>
-                <groupId>org.springframework</groupId>
-                <artifactId>spring-aop</artifactId>
-                <version>${spring.version}</version>
-            </dependency>
-
-            <!-- should be possible to remove the dependence on log4j -->
-            <dependency>
-                <groupId>log4j</groupId>
-                <artifactId>log4j</artifactId>
-                <version>1.2.8</version>
-            </dependency>
-            <dependency>
-                <groupId>dom4j</groupId>
-                <artifactId>dom4j</artifactId>
-                <version>1.6</version>
-                <exclusions>
-                    <exclusion>
-                        <groupId>xml-apis</groupId>
-                        <artifactId>xml-apis</artifactId>
-                    </exclusion>
-                </exclusions>
-            </dependency>
-            <dependency>
-                <groupId>net.sf.ehcache</groupId>
-                <artifactId>ehcache</artifactId>
-                <version>1.2.3</version>
-            </dependency>
-
-            <dependency>
-                <groupId>commons-email</groupId>
-                <artifactId>commons-email</artifactId>
-                <version>1.0</version>
-            </dependency>
-            <dependency>
-                <groupId>jaxen</groupId>
-                <artifactId>jaxen</artifactId>
-                <version>1.1-beta-9</version>
-                <exclusions>
-                    <exclusion>
-                        <groupId>xom</groupId>
-                        <artifactId>xom</artifactId>
-                    </exclusion>
-                    <exclusion>
-                        <groupId>xerces</groupId>
-                        <artifactId>xmlParserAPIs</artifactId>
-                    </exclusion>
-                </exclusions>
-            </dependency>
-            <dependency>
-                <groupId>jstl</groupId>
-                <artifactId>jstl</artifactId>
-                <version>1.1.2</version>
-            </dependency>
-            <dependency>
-                <groupId>taglibs</groupId>
-                <artifactId>standard</artifactId>
-                <version>1.1.2</version>
-            </dependency>
-            <dependency>
-                <groupId>jfree</groupId>
-                <artifactId>jfreechart</artifactId>
-                <version>1.0.1</version>
-            </dependency>
-            <dependency>
-                <groupId>jfree</groupId>
-                <artifactId>jcommon</artifactId>
-                <version>1.0.2</version>
-            </dependency>
-
-            <dependency>
-                <groupId>javax</groupId>
-                <artifactId>javaee-api</artifactId>
-                <version>6.0</version>
-                <scope>provided</scope>
-            </dependency>
-
-            <dependency>
-                <groupId>commons-codec</groupId>
-                <artifactId>commons-codec</artifactId>
-                <version>1.3</version>
-            </dependency>
-
-            <dependency>
-                <groupId>commons-dbcp</groupId>
-                <artifactId>commons-dbcp</artifactId>
-                <version>1.4</version>
-            </dependency>
-            <dependency>
-                <groupId>toplink.essentials</groupId>
-                <artifactId>toplink-essentials</artifactId>
-                <version>2.0-36</version>
-            </dependency>
-            <dependency>
-                <groupId>org.eclipse.persistence</groupId>
-                <artifactId>eclipselink</artifactId>
-                <version>2.0.0</version>
-                <scope>compile</scope>
-            </dependency>
-
-
-
-        </dependencies>
-    </dependencyManagement>
-
-    <build>
-        <plugins>
+<?xml version="1.0"?>
+<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">
+       <modelVersion>4.0.0</modelVersion>
+       <groupId>org.wamblee</groupId>
+       <artifactId>wamblee-utils</artifactId>
+       <packaging>pom</packaging>
+       <version>0.9-SNAPSHOT</version>
+       <name>/</name>
+       <description>wamblee.org utilities library</description>
+       <url>http://wamblee.org</url>
+       <licenses>
+               <license>
+                       <name>The Apache Software License, Version 2.0</name>
+                       <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+                       <distribution>repo</distribution>
+               </license>
+       </licenses>
+       <scm>
+               <url>https://wamblee.org/viewvc/utils</url>
+               <connection>scm:git:https://wamblee.org/git/public/utils</connection>
+               <developerConnection>scm:git:https://wamblee.org/git/public/utils</developerConnection>
+       </scm>
+       <developers>
+               <developer>
+                       <email>erik@wamblee.org</email>
+                       <name>Erik Brakkee</name>
+                       <url>http://brakkee.org</url>
+               </developer>
+       </developers>
+
+       <modules>
+               <module>support</module>
+               <module>wicket</module>
+               <module>system</module>
+               <module>hibernate-jpa</module>
+               <module>security</module>
+               <module>test</module>
+       </modules>
+       <dependencies>
+               <dependency>
+                       <groupId>junit</groupId>
+                       <artifactId>junit</artifactId>
+                       <scope>test</scope>
+               </dependency>
+               <dependency>
+                       <groupId>org.apache.derby</groupId>
+                       <artifactId>derby</artifactId>
+                       <scope>test</scope>
+               </dependency>
+               <dependency>
+                       <groupId>org.apache.derby</groupId>
+                       <artifactId>derbyclient</artifactId>
+                       <scope>test</scope>
+               </dependency>
+               <dependency>
+                       <groupId>org.apache.derby</groupId>
+                       <artifactId>derbynet</artifactId>
+                       <scope>test</scope>
+               </dependency>
+               <dependency>
+                       <groupId>org.slf4j</groupId>
+                       <artifactId>slf4j-api</artifactId>
+                       <scope>test</scope>
+               </dependency>
+               <dependency>
+                       <groupId>org.slf4j</groupId>
+                       <artifactId>slf4j-jdk14</artifactId>
+                       <scope>test</scope>
+               </dependency>
+
+               <dependency>
+                       <groupId>mysql</groupId>
+                       <artifactId>mysql-connector-java</artifactId>
+                       <scope>test</scope>
+               </dependency>
+               <dependency>
+                       <groupId>org.mockito</groupId>
+                       <artifactId>mockito-all</artifactId>
+                       <version>1.8.5</version>
+                       <scope>test</scope>
+               </dependency>
+
+               <!--
+                       dependency> <groupId>org.testng</groupId>
+                       <artifactId>testng</artifactId> <version>5.7</version>
+                       <scope>test</scope> <classifier>jdk15</classifier> </dependency -->
+       </dependencies>
+
+       <dependencyManagement>
+               <dependencies>
+                       <dependency>
+                               <groupId>javax.faces</groupId>
+                               <artifactId>jsf-api</artifactId>
+                               <version>1.2_02</version>
+                               <scope>provided</scope>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.apache.wicket</groupId>
+                               <artifactId>wicket</artifactId>
+                               <version>1.4.9</version>
+                       </dependency>
+
+                       <dependency>
+                               <groupId>org.jboss.weld</groupId>
+                               <artifactId>weld-se</artifactId>
+                               <version>1.0.1-Final</version>
+                       </dependency>
+
+                       <dependency>
+                               <groupId>oro</groupId>
+                               <artifactId>oro</artifactId>
+                               <version>2.0.6</version>
+                       </dependency>
+
+
+                       <dependency>
+                               <groupId>javax.transaction</groupId>
+                               <artifactId>transaction-api</artifactId>
+                               <version>1.1</version>
+                                <scope>provided</scope>
+                       </dependency>
+
+                       <dependency>
+                               <groupId>junit</groupId>
+                               <artifactId>junit</artifactId>
+                               <version>4.4</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.dbunit</groupId>
+                               <artifactId>dbunit</artifactId>
+                               <version>2.4.7</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.slf4j</groupId>
+                               <artifactId>slf4j-api</artifactId>
+                               <version>1.5.11</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.slf4j</groupId>
+                               <artifactId>slf4j-jdk14</artifactId>
+                               <version>1.5.11</version>
+                       </dependency>
+
+                       <dependency>
+                               <groupId>javax.persistence</groupId>
+                               <artifactId>persistence-api</artifactId>
+                               <version>1.0</version>
+                               <scope>provided</scope>
+                       </dependency>
+                       <dependency>
+                               <groupId>javax.activation</groupId>
+                               <artifactId>activation</artifactId>
+                               <version>1.1</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>javax.mail</groupId>
+                               <artifactId>mail</artifactId>
+                               <version>1.4.1</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>javax.servlet</groupId>
+                               <artifactId>servlet-api</artifactId>
+                               <version>2.3</version>
+                               <type>jar</type>
+                               <scope>provided</scope>
+                       </dependency>
+                       <dependency>
+                               <groupId>mysql</groupId>
+                               <artifactId>mysql-connector-java</artifactId>
+                               <version>5.1.12</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.apache.derby</groupId>
+                               <artifactId>derby</artifactId>
+                               <version>10.5.3.0_1</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.apache.derby</groupId>
+                               <artifactId>derbyclient</artifactId>
+                               <version>10.5.3.0_1</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.apache.derby</groupId>
+                               <artifactId>derbynet</artifactId>
+                               <version>10.5.3.0_1</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>quartz</groupId>
+                               <artifactId>quartz</artifactId>
+                               <version>1.5.1</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>jtidy</groupId>
+                               <artifactId>jtidy</artifactId>
+                               <version>4aug2000r7-dev</version>
+                       </dependency>
+
+
+                       <dependency>
+                               <groupId>commons-logging</groupId>
+                               <artifactId>commons-logging</artifactId>
+                               <version>1.0.2</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>commons-httpclient</groupId>
+                               <artifactId>commons-httpclient</artifactId>
+                               <version>3.0</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>commons-beanutils</groupId>
+                               <artifactId>commons-beanutils</artifactId>
+                               <version>1.7.0</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.springframework</groupId>
+                               <artifactId>spring-beans</artifactId>
+                               <version>${spring.version}</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.springframework</groupId>
+                               <artifactId>spring-web</artifactId>
+                               <version>${spring.version}</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.springframework</groupId>
+                               <artifactId>spring-jms</artifactId>
+                               <version>${spring.version}</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.springframework</groupId>
+                               <artifactId>spring-context</artifactId>
+                               <version>${spring.version}</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.springframework</groupId>
+                               <artifactId>spring-hibernate3</artifactId>
+                               <version>${spring.version}</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.springframework</groupId>
+                               <artifactId>spring-jpa</artifactId>
+                               <version>${spring.version}</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.springframework</groupId>
+                               <artifactId>spring-aop</artifactId>
+                               <version>${spring.version}</version>
+                       </dependency>
+
+                       <dependency>
+                               <groupId>net.sf.ehcache</groupId>
+                               <artifactId>ehcache-core</artifactId>
+                               <version>2.2.0</version>
+                       </dependency>
+
+                       <dependency>
+                               <groupId>commons-email</groupId>
+                               <artifactId>commons-email</artifactId>
+                               <version>1.0</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>jstl</groupId>
+                               <artifactId>jstl</artifactId>
+                               <version>1.1.2</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>taglibs</groupId>
+                               <artifactId>standard</artifactId>
+                               <version>1.1.2</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>jfree</groupId>
+                               <artifactId>jfreechart</artifactId>
+                               <version>1.0.1</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>jfree</groupId>
+                               <artifactId>jcommon</artifactId>
+                               <version>1.0.2</version>
+                       </dependency>
+
+                       <dependency>
+                               <groupId>javax</groupId>
+                               <artifactId>javaee-api</artifactId>
+                               <version>6.0</version>
+                               <scope>provided</scope>
+                       </dependency>
+
+                       <dependency>
+                               <groupId>commons-codec</groupId>
+                               <artifactId>commons-codec</artifactId>
+                               <version>1.3</version>
+                       </dependency>
+
+                       <dependency>
+                               <groupId>commons-dbcp</groupId>
+                               <artifactId>commons-dbcp</artifactId>
+                               <version>1.4</version>
+                       </dependency>
+                       <!-- dependency>
+                               <groupId>toplink.essentials</groupId>
+                               <artifactId>toplink-essentials</artifactId>
+                               <version>2.1-60f</version>
+                       </dependency -->
+                       <dependency>
+                               <groupId>org.eclipse.persistence</groupId>
+                               <artifactId>eclipselink</artifactId>
+                               <version>2.0.2</version>
+                               <scope>compile</scope>
+                       </dependency>
+
+               </dependencies>
+       </dependencyManagement>
+
+       <build>
+               <plugins>
             <plugin>
-                <artifactId>maven-clean-plugin</artifactId>
-                <version>2.4</version>
+                           <groupId>org.apache.maven.plugins</groupId>
+                               <artifactId>maven-javadoc-plugin</artifactId>
+                               <version>3.4.1</version>
                 <configuration>
-                    <filesets>
-                        <fileset>
-                            <directory>.</directory>
-                            <includes>
-                                <include>derby.log</include>
-                                <include>createDDL.jdbc</include>
-                                <include>dropDDL.jdbc</include>
-                            </includes>
-                            <excludes>
-                                <exclude>**/important.log</exclude>
-                                <exclude>**/another-important.log</exclude>
-                            </excludes>
-                            <followSymlinks>false</followSymlinks>
-                        </fileset>
-                    </filesets>
+                    <failOnError>false</failOnError>
+                    <failOnWarnings>false</failOnWarnings>
                 </configuration>
-            </plugin>
-
-            <plugin>
-                <groupId>org.codehaus.mojo</groupId>
-                <artifactId>jalopy-maven-plugin</artifactId>
-                <configuration>
-                    <fileFormat>UNIX</fileFormat>
-                    <convention>org.wamblee.jalopy.xml</convention>
-                </configuration>
-            </plugin>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-compiler-plugin</artifactId>
-                <configuration>
-                    <source>1.6</source>
-                    <target>1.6</target>
-                </configuration>
-            </plugin>
-
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-surefire-plugin</artifactId>
-                <configuration>
-                    <includes>
-                        <include>**/*Test.java</include>
-                    </includes>
-                    <redirectTestOutputToFile>true</redirectTestOutputToFile>
-                </configuration>
-            </plugin>
-
-            <!-- Make sure other projects can use (or the test support
-           and test classes from the projects it uses. To use
-           a dependence on a test library of a project, an additinoal
-           dependence must be added with <type>test-jar</type>
-        -->
-
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-jar-plugin</artifactId>
-                <executions>
+                       </plugin>
+                       <plugin>
+                               <groupId>org.apache.maven.plugins</groupId>
+                               <artifactId>maven-release-plugin</artifactId>
+                               <version>2.2.1</version>
+                               <configuration>
+                                       <autoVersionSubmodules>true</autoVersionSubmodules>
+                                        <localCheckout>true</localCheckout>
+                                        <pushChanges>false</pushChanges>
+                                       <goals>javadoc:jar deploy</goals>
+                               </configuration>
+                       </plugin>
+                       <plugin>
+                               <groupId>org.apache.maven.plugins</groupId>
+                               <artifactId>maven-checkstyle-plugin</artifactId>
+                               <version>2.5</version>
+                               <dependencies>
+                                       <dependency>
+                                               <groupId>org.wamblee</groupId>
+                                               <artifactId>wamblee-code-style</artifactId>
+                                               <version>1.1</version>
+                                       </dependency>
+                               </dependencies>
+                       </plugin>
+
+                       <plugin>
+                               <groupId>org.codehaus.mojo</groupId>
+                               <artifactId>jalopy-maven-plugin</artifactId>
+                               <version>1.0-alpha-1</version>
+                               <configuration>
+                                       <fileFormat>UNIX</fileFormat>
+                                       <convention>org.wamblee.jalopy.xml</convention>
+                               </configuration>
+                               <dependencies>
+                                       <dependency>
+                                               <groupId>org.wamblee</groupId>
+                                               <artifactId>wamblee-code-style</artifactId>
+                                               <version>1.1</version>
+                                       </dependency>
+                               </dependencies>
+                       </plugin>
+                       <plugin>
+                               <groupId>org.apache.maven.plugins</groupId>
+                               <artifactId>maven-compiler-plugin</artifactId>
+                               <version>2.3.2</version>
+                               <configuration>
+                                       <source>1.6</source>
+                                       <target>1.6</target>
+                               </configuration>
+                       </plugin>
+
+                       <plugin>
+                               <groupId>org.apache.maven.plugins</groupId>
+                               <artifactId>maven-surefire-plugin</artifactId>
+                                <version>2.5</version>
+                               <configuration>
+                                       <!--
+                                               enable forkMode to check if some tests do not setup their test
+                                               fixture correctly
+                                       -->
+                                       <!-- forkMode>always</forkMode -->
+                                       <includes>
+                                               <include>**/*Test.java</include>
+                                       </includes>
+                                       <redirectTestOutputToFile>true</redirectTestOutputToFile>
+                               </configuration>
+                       </plugin>
+
+                       <!--
+                               Make sure other projects can use (or the test support and test
+                               classes from the projects it uses. To use a dependence on a test
+                               library of a project, an additinoal dependence must be added with
+                               <type>test-jar</type>
+                       -->
+
+                       <plugin>
+                               <groupId>org.apache.maven.plugins</groupId>
+                               <artifactId>maven-jar-plugin</artifactId>
+                               <version>2.3.1</version>
+                               <executions>
+                                       <execution>
+                                               <goals>
+                                                       <goal>test-jar</goal>
+                                               </goals>
+                                       </execution>
+                               </executions>
+                       </plugin>
+
+                       <plugin>
+                               <groupId>org.codehaus.mojo</groupId>
+                               <artifactId>cobertura-maven-plugin</artifactId>
+                               <version>2.7</version>
+                               <executions>
                     <execution>
+                                           <phase>post-integration-test</phase>
                         <goals>
-                            <goal>test-jar</goal>
+                            <goal>cobertura</goal>
                         </goals>
                     </execution>
-                </executions>
-            </plugin>
-
-            <plugin>
-                <groupId>org.codehaus.mojo</groupId>
-                <artifactId>cobertura-maven-plugin</artifactId>
-                <executions>
-                    <execution>
-                        <goals>
-                            <goal>clean</goal>
-                        </goals>
-                    </execution>
-                </executions>
-                <configuration>
-                    <instrumentation>
-                        <excludes> </excludes>
-                    </instrumentation>
-                </configuration>
-            </plugin>
-
-
-        </plugins>
-
-    </build>
-
-    <reporting>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-project-info-reports-plugin</artifactId>
-                <reportSets>
-                    <reportSet>
-                        <reports>
-                            <report>checkstyle</report>
-                            <report>javadoc</report>
-                            <report>dependencies</report>
-                            <report>project-team</report>
-                            <report>mailing-list</report>
-                            <report>issue-tracking</report>
-                            <report>license</report>
-                            <report>scm</report>
-                        </reports>
-                    </reportSet>
-                </reportSets>
-            </plugin>
-            <plugin>
-                <groupId>org.codehaus.mojo</groupId>
-                <artifactId>changes-maven-plugin</artifactId>
-                <version>2.0-beta-1</version>
-                <reportSets>
-                    <reportSet>
-                        <reports>
-                            <report>changes-report</report>
-                        </reports>
-                    </reportSet>
-                </reportSets>
-            </plugin>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-javadoc-plugin</artifactId>
-            </plugin>
-            <plugin>
-                <groupId>org.codehaus.mojo</groupId>
-                <artifactId>surefire-report-maven-plugin</artifactId>
-            </plugin>
-            <!-- Test coverage reporting -->
-            <plugin>
-                <groupId>org.codehaus.mojo</groupId>
-                <artifactId>cobertura-maven-plugin</artifactId>
-                <configuration>
+                               </executions>
+                               <configuration>
+                    <aggregate>true</aggregate>
                     <formats>
-                        <format>xml</format>
                         <format>html</format>
+                        <format>xml</format>
                     </formats>
-                </configuration>
-            </plugin>
-
-            <!-- checkstyle -->
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-checkstyle-plugin</artifactId>
+                               </configuration>
+                       </plugin>
+                       <plugin>
+                               <artifactId>maven-site-plugin</artifactId>
+                               <configuration>
+                                       <locales>en</locales>
+                               </configuration>
+                       </plugin>
+
+
+               </plugins>
+
+               <pluginManagement>
+                       <plugins>
+                               <plugin>
+                                       <artifactId>maven-site-plugin</artifactId>
+                                       <version>3.12.0</version>
+                                       <configuration>
+                                               <reportPlugins>
+                                                       <plugin>
+                                                               <groupId>org.apache.maven.plugins</groupId>
+                                                               <artifactId>maven-project-info-reports-plugin</artifactId>
+                                                               <version>2.3.1</version>
+                                                               <configuration>
+                                                                       <dependencyDetailsEnabled>false</dependencyDetailsEnabled>
+                                                                       <dependencyLocationsEnabled>false</dependencyLocationsEnabled>
+                                                               </configuration>
+                                                       </plugin>
+                                                       <plugin>
+                                                               <groupId>org.apache.maven.plugins</groupId>
+                                                               <artifactId>maven-javadoc-plugin</artifactId>
+                                                               <version>3.4.1</version>
+                                <configuration>
+                                    <failOnError>false</failOnError>
+                                    <failOnWarnings>false</failOnWarnings>
+                                </configuration>
+                                                       </plugin>
+                                                       <plugin>
+                                                               <groupId>org.codehaus.mojo</groupId>
+                                                               <artifactId>cobertura-maven-plugin</artifactId>
+                                                               <version>2.3</version>
+                                                               <configuration>
+                                                                       <formats>
+                                                                               <format>xml</format>
+                                                                               <format>html</format>
+                                                                       </formats>
+                                                               </configuration>
+                                                       </plugin>               
+                                               </reportPlugins>
+                                       </configuration>
+                               </plugin>
+                       </plugins>
+               </pluginManagement>
+
+       </build>
+
+       <reporting>
+               <plugins>
+                       <plugin>
+                               <groupId>org.codehaus.mojo</groupId>
+                               <artifactId>findbugs-maven-plugin</artifactId>
+                               <version>3.0.5</version>
+                               <configuration>
+                                       <xmlOutput>true</xmlOutput>
+                                       <xmlOutputDirectory>target/site</xmlOutputDirectory>
+                                       <findbugsXmlOutput>true</findbugsXmlOutput>
+                                       <findbugsXmlOutputDirectory>target/site</findbugsXmlOutputDirectory>
+                               </configuration>
+
+                       </plugin>
+                       <plugin>
+                               <groupId>org.apache.maven.plugins</groupId>
+                               <artifactId>maven-changes-plugin</artifactId>
+                               <version>2.12.1</version>
+                               <reportSets>
+                                       <reportSet>
+                                               <reports>
+                                                       <report>changes-report</report>
+                                               </reports>
+                                       </reportSet>
+                               </reportSets>
+                       </plugin>
+                       <plugin>
+                               <groupId>org.apache.maven.plugins</groupId>
+                               <artifactId>maven-javadoc-plugin</artifactId>
+                               <version>3.4.1</version>
                 <configuration>
-                    <configLocation>config/sun_checks.xml</configLocation>
+                  <failOnError>false</failOnError>
+                  <failOnWarnings>false</failOnWarnings>
                 </configuration>
-            </plugin>
-
-            <!-- taglist -->
-            <plugin>
-                <groupId>org.codehaus.mojo</groupId>
-                <artifactId>taglist-maven-plugin</artifactId>
-                <configuration>
-                    <tags>
-                        <tag>TODO</tag>
-                        <tag>@todo</tag>
-                        <tag>FIXME</tag>
-                    </tags>
-                </configuration>
-            </plugin>
-
-        </plugins>
-    </reporting>
-
-    <profiles>
-        <profile>
-            <id>release</id>
-            <activation>
-                <property>
-                    <name>wamblee.release</name>
-                </property>
-            </activation>
-            <build>
-                <plugins>
-                    <plugin>
-                        <groupId>org.apache.maven.plugins</groupId>
-                        <artifactId>maven-gpg-plugin</artifactId>
-                        <executions>
-                            <execution>
-                                <id>sign-artifacts</id>
-                                <phase>verify</phase>
-                                <goals>
-                                    <goal>sign</goal>
-                                </goals>
-                            </execution>
-                        </executions>
-                    </plugin>
-                </plugins>
-            </build>
-        </profile>
-        <profile>
-            <id>all</id>
-            <activation>
-                <property>
-                    <name>!wamblee.release</name>
-                </property>
-            </activation>
-        </profile>
-    </profiles>
-    
-    <distributionManagement>
-        <repository>
-            <id>local</id>
-            <name>Local directory</name>
-            <url>file:${user.home}/java/workspace/deploy</url>
-        </repository>
-    </distributionManagement>
-
-
-    <properties>
-        <spring.version>2.0.8</spring.version>
-        <jmock.version>2.4.0</jmock.version>
-    </properties>
+                       </plugin>          
+                       <plugin>
+                               <groupId>org.apache.maven.plugins</groupId>
+                               <artifactId>maven-surefire-report-plugin</artifactId>
+                               <version>2.22.2</version>
+                       </plugin>
+                       <plugin>
+                               <groupId>org.apache.maven.plugins</groupId>
+                               <artifactId>maven-checkstyle-plugin</artifactId>
+                               <version>3.2.0</version>
+                               <configuration>
+                                       <configLocation>org.wamblee.checkstyle.xml</configLocation>
+                               </configuration>
+                       </plugin>
+
+               </plugins>
+       </reporting>
+
+       <profiles>
+               <profile>
+                       <id>release</id>
+                       <activation>
+                               <property>
+                                       <name>performRelease</name>
+                                       <value>true</value>
+                               </property>
+                       </activation>
+                       <build>
+                               <plugins>
+                                       <plugin>
+                                               <groupId>org.apache.maven.plugins</groupId>
+                                               <artifactId>maven-gpg-plugin</artifactId>
+                                               <executions>
+                                                       <execution>
+                                                               <id>sign-artifacts</id>
+                                                               <phase>verify</phase>
+                                                               <goals>
+                                                                       <goal>sign</goal>
+                                                               </goals>
+                                                       </execution>
+                                               </executions>
+                                       </plugin>
+                               </plugins>
+                       </build>
+                       <distributionManagement>
+                               <repository>
+                                       <id>sonatype-nexus-staging</id>
+                                       <name>Nexus Release Repository</name>
+                                       <url>http://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
+                               </repository>
+                       </distributionManagement>
+
+               </profile>
+               <profile>
+                       <id>all</id>
+                       <activation>
+                               <property>
+                                       <name>!performRelease</name>
+                               </property>
+                       </activation>
+                       <distributionManagement>
+                               <repository>
+                                       <id>localdir</id>
+                                       <name>Local directory</name>
+                                       <url>file:${user.home}/java/workspace/deploy</url>
+                               </repository>
+                       </distributionManagement>
+               </profile>
+       </profiles>
+
+       <distributionManagement>
+               <site>
+                       <id>test-enterprise-site</id>
+                       <url>file:${distrib}/main</url>
+               </site>
+       </distributionManagement>
+
+       <properties>
+               <spring.version>2.0.8</spring.version>
+               <jmock.version>2.4.0</jmock.version>
+       </properties>
 
 </project>
+
+
+
+