From 51c7bd722414c3aad79d82cc0000c32708d4b795 Mon Sep 17 00:00:00 2001 From: Mike Hearn Date: Mon, 27 Jun 2011 13:08:59 +0000 Subject: [PATCH] Checked in extra POM code. Patch by Gary Rowe. --- pom.xml | 295 +++++++++++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 280 insertions(+), 15 deletions(-) diff --git a/pom.xml b/pom.xml index 38400011a..add4d5d30 100644 --- a/pom.xml +++ b/pom.xml @@ -1,36 +1,186 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 com.google bitcoinj - 0.0.1-SNAPSHOT - + 0.2 + BitCoinJ + A Java implementation of a Bitcoin client-only node + http://code.google.com/p/bitcoinj + + + http://ci.bitcoinj.org/ + + + + Apache 2 + http://www.apache.org/licenses/LICENSE-2.0 + repo + A business-friendly OSS license + + + + + + + Mike Hearn + hearn@google.com + + + Miron Cuperman + miron@google.com + + + Xiaofeng Guo + xiaofengguo@google.com + + + + + + + Thilo Planz + thilo@cpan.org + + + Micheal Swiggs + bobby.simpson87@gmail.com + + + Gary Rowe + g.rowe@froot.co.uk + + + Noa Resare + noa@resare.com + + + John Sample + jwsample@gmail.com + + + + Google Code + http://code.google.com/p/bitcoinj/issues/list + + + + BitcoinJ Google Group + https://groups.google.com/forum/#!forum/bitcoinj + + + + + http://bitcoinj.googlecode.com/svn/trunk/ + + + + maven-3 + + + + ${basedir} + + + + + + + org.apache.maven.plugins + maven-site-plugin + 3.0-beta-3 + + + + + + maven-site-plugin + + + attach-descriptor + + attach-descriptor + + + + + + + + src tests - org.apache.maven.plugins maven-compiler-plugin - 2.3.2 + ${maven-site-plugin.version}.2 1.5 1.5 + - org.codehaus.mojo - findbugs-maven-plugin - 1.2 - - true - true - true - + org.apache.maven.plugins + maven-surefire-plugin + ${maven-surefire-plugin.version} + + + org.apache.maven.plugins + maven-surefire-report-plugin + ${maven-surefire-report-plugin.version} + + + + org.apache.maven.plugins + maven-source-plugin + ${maven-source-plugin.version} + + + attach-sources + + jar + + + + + + + + + + + + + + + + + + + + + + + + + + - @@ -38,7 +188,7 @@ junit 4.8.2 jar - compile + test org.slf4j @@ -55,4 +205,119 @@ compile + + + ${basedir}/target/site + + + + org.apache.maven.plugins + maven-javadoc-plugin + ${maven-javadoc-plugin.version} + + + + org.codehaus.mojo + findbugs-maven-plugin + ${findbugs-maven-plugin.version} + + + true + true + target/site + true + target/site + Max + Low + + + + + org.codehaus.mojo + cobertura-maven-plugin + ${cobertura-maven-plugin.version} + + + + org.slf4j.* + + + + html + xml + + + + + + org.apache.maven.plugins + maven-surefire-report-plugin + ${maven-surefire-report-plugin.version} + + + + org.apache.maven.plugins + maven-site-plugin + ${maven-site-plugin.version} + + + + org.apache.maven.plugins + maven-jxr-plugin + ${maven-jxr-plugin.version} + + + + org.codehaus.mojo + taglist-maven-plugin + ${taglist-maven-plugin.version} + + + + + Pre-release Project Development Work (Peer Review) + + + TODO + ignoreCase + + + FIXME + ignoreCase + + + + + Ongoing Refactoring and Maintenance Work (Technical Debt) + + + REFACTOR + ignoreCase + + + + + + + + + + + + UTF-8 + + + 2.4.3 + 2.1 + 2.3 + 2.8.1 + 2.0.4 + 2.6.1 + 2.3.1 + 2.4 + 2.3 +