From cd980d1c13c736b0f9fc453843f696a93c2c2a71 Mon Sep 17 00:00:00 2001 From: Feng Xiao Date: Wed, 19 Nov 2014 15:58:54 -0800 Subject: Prepare nano proto code to be merged into protobuf repository. --- javanano/pom.xml | 164 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 164 insertions(+) create mode 100644 javanano/pom.xml (limited to 'javanano/pom.xml') diff --git a/javanano/pom.xml b/javanano/pom.xml new file mode 100644 index 00000000..3d98a5e0 --- /dev/null +++ b/javanano/pom.xml @@ -0,0 +1,164 @@ + + + 4.0.0 + + com.google + google + 1 + + com.google.protobuf.nano + protobuf-javanano + 2.6.2-pre + bundle + Protocol Buffer JavaNano 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 + + + + UTF-8 + + + + 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 + + + + + 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 + com.google.protobuf;version=2.6.2-pre + + + + + + -- cgit v1.2.3