added release notes for version 0.7
[utils] / pom.xml
diff --git a/pom.xml b/pom.xml
index fb62e3e7ff1aee18a6407dad1511f664cb08e3e4..5b1e1d87e337b2f990c3eb9d0c0f4f708bda8823 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>wamblee.org utility libraries</name>
-  <url>http://wamblee.org</url>
-  <modules>
-    <module>support</module>
-    <module>socketproxy</module>
-    <module>crawler</module>
-    <module>gps</module>
-  </modules>
-  <dependencies>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>3.8.1</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>dbunit</groupId>
-      <artifactId>dbunit</artifactId>
-      <version>2.1</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>jmock</groupId>
-      <artifactId>jmock-cglib</artifactId>
-      <version>1.1.0</version>
-      <scope>test</scope>
-      <exclusions>
-        <exclusion>
-          <groupId>cglib</groupId>
-          <artifactId>cglib-full</artifactId>
-        </exclusion>
-      </exclusions>
-    </dependency>
-  </dependencies>
-
-  <dependencyManagement>
-    <dependencies>
-      <dependency>
-        <groupId>org.wamblee</groupId>
-        <artifactId>wamblee-support</artifactId>
-        <version>${project.version}</version>
-      </dependency>
-      <dependency>
-        <groupId>org.wamblee</groupId>
-        <artifactId>wamblee-socketproxy</artifactId>
-        <version>${project.version}</version>
-      </dependency>
-      <dependency>
-        <groupId>org.wamblee</groupId>
-        <artifactId>wamblee-crawler</artifactId>
-        <version>${project.version}</version>
-      </dependency>
-      <dependency>
-        <groupId>org.wamblee</groupId>
-        <artifactId>wamblee-crawler-basic</artifactId>
-        <version>${project.version}</version>
-      </dependency>
-
-      <dependency>
-        <groupId>javax.servlet</groupId>
-        <artifactId>servlet-api</artifactId>
-        <version>2.3</version>
-        <type>jar</type>
-        <scope>provided</scope>
-      </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>oro</groupId>
-        <artifactId>oro</artifactId>
-        <version>2.0.6</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>1.2.8</version>
-      </dependency>
-      <dependency>
-        <groupId>org.springframework</groupId>
-        <artifactId>spring-hibernate</artifactId>
-        <version>1.2.8</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>ehcache</groupId>
-        <artifactId>ehcache</artifactId>
-        <version>1.1</version>
-      </dependency>
-      <dependency>
-        <groupId>xerces</groupId>
-        <artifactId>xerces</artifactId>
-        <version>2.4.0</version>
-      </dependency>
-      <dependency>
-        <groupId>org.hibernate</groupId>
-        <artifactId>hibernate</artifactId>
-        <version>3.0.5</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.0</version>
-      </dependency>
-
-
-    </dependencies>
-  </dependencyManagement>
-
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-compiler-plugin</artifactId>
-        <configuration>
-          <source>1.5</source>
-          <target>1.5</target>
-        </configuration>
-      </plugin>
-
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-surefire-plugin</artifactId>
-        <configuration>
-          <includes>
-            <include>**/*Test.java</include>
-          </includes>
-        </configuration>
-      </plugin>
-
-    </plugins>
-
-  </build>
+<?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.7-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>
+                               <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.3</version>
+                               <executions>
+                                       <execution>
+                                               <goals>
+                                                       <goal>clean</goal>
+                                               </goals>
+                                       </execution>
+                               </executions>
+                               <configuration>
+                                       <instrumentation>
+                                               <excludes>
+                                               </excludes>
+                                       </instrumentation>
+                               </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.0-beta-3</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>2.7</version>
+                                                       </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>2.3.1</version>
+                               <configuration>
+                                       <xmlOutput>true</xmlOutput>
+                                       <!-- Optional derectory to put findbugs xdoc xml report -->
+                                       <xmlOutputDirectory>target/site</xmlOutputDirectory>
+                                       <findbugsXmlOutput>true</findbugsXmlOutput>
+                                       <!-- Optional directory to put findbugs xml report -->
+                                       <findbugsXmlOutputDirectory>target/site</findbugsXmlOutputDirectory>
+                               </configuration>
+
+                       </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>
+                               <version>2.6.1</version>
+                       </plugin>
+                       <plugin>
+                               <groupId>org.codehaus.mojo</groupId>
+                               <artifactId>surefire-report-maven-plugin</artifactId>
+                               <version>2.0-beta-1</version>
+                       </plugin>
+                       <!-- checkstyle -->
+                       <plugin>
+                               <groupId>org.apache.maven.plugins</groupId>
+                               <artifactId>maven-checkstyle-plugin</artifactId>
+                               <version>2.5</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>