diff --git a/java/pom.xml b/java/pom.xml new file mode 100644 index 000000000..70cbeeefa --- /dev/null +++ b/java/pom.xml @@ -0,0 +1,84 @@ + + + 4.0.0 + com.google.flatbuffers + flatbuffers-java + 0.0.0-SNAPSHOT + jar + FlatBuffers Java API + + Memory Efficient Serialization Library + + + + UTF-8 + + + https://github.com/google/flatbuffers + + + Apache License V2.0 + https://raw.githubusercontent.com/google/flatbuffers/master/LICENSE.txt + repo + + + + https://github.com/google/flatbuffers + + scm:git:https://github.com/google/flatbuffers.git + + + + + + ./ + + + maven-compiler-plugin + + 1.6 + 1.6 + + 3.2 + + + maven-surefire-plugin + + + **/*Test.java + + + 2.18.1 + + + org.apache.maven.plugins + maven-source-plugin + 2.3 + + + attach-sources + + jar + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.9.1 + + + attach-javadocs + + jar + + + + + + + +