From 3caa419aabcd63560f28797205409d50f86dd2fc Mon Sep 17 00:00:00 2001 From: Xiaofeng Guo Date: Fri, 10 Jun 2011 16:46:32 +0000 Subject: [PATCH] Add maven support for bitcoinj. After this CL, you can use "mvn install" to build / test the project. --- pom.xml | 58 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 pom.xml diff --git a/pom.xml b/pom.xml new file mode 100644 index 000000000..38400011a --- /dev/null +++ b/pom.xml @@ -0,0 +1,58 @@ + + 4.0.0 + com.google + bitcoinj + 0.0.1-SNAPSHOT + + + src + tests + + + + org.apache.maven.plugins + maven-compiler-plugin + 2.3.2 + + 1.5 + 1.5 + + + + org.codehaus.mojo + findbugs-maven-plugin + 1.2 + + true + true + true + + + + + + + + junit + junit + 4.8.2 + jar + compile + + + org.slf4j + slf4j-api + 1.6.1 + jar + compile + + + org.slf4j + slf4j-simple + 1.6.1 + jar + compile + + +