From 53366083e069e6eaeef31d525d3fc9d7798a7a74 Mon Sep 17 00:00:00 2001 From: Eugene Kliuchnikov Date: Fri, 17 Feb 2017 15:39:34 +0100 Subject: Prepare org.brotli.dec for deployment. (#512) --- java/dec/pom.xml | 13 ++++------ java/integration/pom.xml | 21 +++++---------- java/pom.xml | 66 ++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 77 insertions(+), 23 deletions(-) create mode 100755 java/pom.xml diff --git a/java/dec/pom.xml b/java/dec/pom.xml index 81753f4..836d956 100755 --- a/java/dec/pom.xml +++ b/java/dec/pom.xml @@ -2,17 +2,16 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - org.brotli + + org.brotli + parent + 0.1.0-SNAPSHOT + dec 0.1.0-SNAPSHOT jar dec - http://brotli.org - - - UTF-8 - . @@ -22,8 +21,6 @@ org.apache.maven.plugins maven-compiler-plugin - 1.5 - 1.5 **/*Test*.java diff --git a/java/integration/pom.xml b/java/integration/pom.xml index 5672df1..1091e8c 100755 --- a/java/integration/pom.xml +++ b/java/integration/pom.xml @@ -2,13 +2,16 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - org.brotli + + org.brotli + parent + 0.1.0-SNAPSHOT + integration 0.1.0-SNAPSHOT jar integration - http://brotli.org @@ -18,25 +21,13 @@ - - UTF-8 - - . - org.apache.maven.plugins - maven-compiler-plugin - - 1.5 - 1.5 - - - - org.codehaus.mojo exec-maven-plugin + 1.5.0 data diff --git a/java/pom.xml b/java/pom.xml new file mode 100755 index 0000000..c8e647a --- /dev/null +++ b/java/pom.xml @@ -0,0 +1,66 @@ + + 4.0.0 + + org.brotli + parent + 0.1.0-SNAPSHOT + pom + + + dec + + + http://brotli.org + + + UTF-8 + + + + + ossrh + https://oss.sonatype.org/content/repositories/snapshots + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.1 + + 1.5 + 1.5 + + + + org.apache.maven.plugins + maven-gpg-plugin + 1.5 + + + sign-artifacts + verify + + sign + + + + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.7 + true + + ossrh + https://oss.sonatype.org/ + true + + + + + + -- cgit v1.1