From df785875cf8f7dc184a619851d78327c53f00204 Mon Sep 17 00:00:00 2001 From: Alexey Kuznetsov Date: Mon, 24 Oct 2016 16:46:33 +0300 Subject: [PATCH] add pom.xml --- pom.xml | 215 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 215 insertions(+) create mode 100644 pom.xml diff --git a/pom.xml b/pom.xml new file mode 100644 index 00000000..28f4e576 --- /dev/null +++ b/pom.xml @@ -0,0 +1,215 @@ + + 4.0.0 + com.subgraph.orchid + orchid + jar + 0.9.1-SNAPSHOT + orchid + orchid java library + https://github.com/subgraph/Orchid + + + BSD + repo + + + + https://github.com/subgraph/Orchid + scm:git:https://github.com/subgraph/Orchid + + + + + sonatype-nexus-snapshots + Sonatype Nexus Snapshots + https://oss.sonatype.org/content/repositories/snapshots + + + sonatype-nexus-staging + Nexus Staging Repository + https://oss.sonatype.org/service/local/staging/deploy/maven2/ + + + + + + brl + Bruce Leid + + + + + + Alexey Kuznetsov + axet@me.com + + + + + 3.0 + + + + + com.google.guava + guava + 18.0 + + + junit + junit + 4.11 + test + + + org.hamcrest + hamcrest-core + 1.3 + test + + + org.easymock + easymock + 3.1 + test + + + org.objenesis + objenesis + 1.3 + test + + + cglib + cglib + 2.2.2 + test + + + + + src + test + + + data + data + + + + + maven-source-plugin + 3.0.1 + + + attach-sources + verify + + jar-no-fork + + + + + + maven-javadoc-plugin + 2.10.4 + + + attach-javadocs + verify + + jar + + + -Xdoclint:none + + + + + + org.apache.maven.plugins + maven-gpg-plugin + 1.6 + + true + + + + sign-artifacts + deploy + + sign + + + + + + maven-deploy-plugin + 2.8.2 + + + deploy + deploy + + deploy + + + + + + org.apache.maven.plugins + maven-resources-plugin + 3.0.1 + + UTF-8 + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.5.1 + + 1.6 + 1.6 + UTF-8 + + + + org.apache.maven.plugins + maven-jar-plugin + 3.0.2 + + + + true + com.subgraph.orchid.TorClient + + + + + + + org.apache.maven.plugins + maven-shade-plugin + 1.6 + + + package + + shade + + + + + *:*:*:natives* + + + + + + + + + +