From 7a955a09f43f271a5dec1221e2a74fa2da9825cd Mon Sep 17 00:00:00 2001 From: Romain Gilles Date: Tue, 5 Jul 2016 14:29:12 +0200 Subject: Move maven `pom.xml` from the java folder to the root folder. This avoid to put the pom.xml file into the source directory. Normally the pom file is in a parent (/parent) folder and it is not mixed with the java source code. An other thing is: this will make import of the project more easy from a IDE. The side effect is that the target folder where maven build artifacts will move from the /java/target to /target therefore the gitignore file has been updated in consequences. --- pom.xml | 84 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 84 insertions(+) create mode 100644 pom.xml (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml new file mode 100644 index 00000000..28d50d28 --- /dev/null +++ b/pom.xml @@ -0,0 +1,84 @@ + + + 4.0.0 + com.google.flatbuffers + flatbuffers-java + 1.3.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 + + + + + + java + + + 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 + + + + + + + + -- cgit v1.2.3