From fbb3ef28c91026bd56585cb825f40a563301466e Mon Sep 17 00:00:00 2001 From: Feng Xiao Date: Tue, 25 Aug 2015 14:32:09 -0700 Subject: Merge Java util package to github. --- java/util/pom.xml | 202 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 202 insertions(+) create mode 100644 java/util/pom.xml (limited to 'java/util/pom.xml') diff --git a/java/util/pom.xml b/java/util/pom.xml new file mode 100644 index 00000000..9416f380 --- /dev/null +++ b/java/util/pom.xml @@ -0,0 +1,202 @@ + + + 4.0.0 + + com.google + google + 1 + + com.google.protobuf + protobuf-java-util + 3.0.0-alpha-4-pre + bundle + Protocol Buffer Java API + + Protocol Buffers are a way of encoding structured data in an efficient yet + extensible format. + + 2008 + https://developers.google.com/protocol-buffers/ + + + New BSD license + http://www.opensource.org/licenses/bsd-license.php + repo + + + + https://github.com/google/protobuf + + scm:git:https://github.com/google/protobuf.git + + + + + com.google.protobuf + protobuf-java + 3.0.0-alpha-4-pre + compile + + + com.google.guava + guava + 18.0 + compile + + + com.google.code.gson + gson + 2.3 + compile + + + junit + junit + 4.4 + test + + + org.easymock + easymock + 2.2 + test + + + org.easymock + easymockclassextension + 2.2.1 + test + + + + + + maven-compiler-plugin + + 1.5 + 1.5 + + + + maven-surefire-plugin + + + **/*Test.java + ../src/main/java/com/google/protobuf/TestUtil.java + + + + + maven-antrun-plugin + + + generate-test-sources + generate-test-sources + + + + + + + + + + + + + + target/generated-test-sources + + + run + + + + + + org.apache.felix + maven-bundle-plugin + true + + + https://developers.google.com/protocol-buffers/ + com.google.protobuf.util + com.google.protobuf.util;version=3.0.0-alpha-3 + + + + + + + + release + + + sonatype-nexus-staging + https://oss.sonatype.org/content/repositories/snapshots + + + sonatype-nexus-staging + https://oss.sonatype.org/service/local/staging/deploy/maven2/ + + + + + + org.apache.maven.plugins + maven-source-plugin + 2.2.1 + + + attach-sources + + jar-no-fork + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.9.1 + + + attach-javadocs + + jar + + + + + + org.apache.maven.plugins + maven-gpg-plugin + 1.5 + + + sign-artifacts + verify + + sign + + + + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.3 + true + + sonatype-nexus-staging + https://oss.sonatype.org/ + false + + + + + + + -- cgit v1.2.3