- Aug 16, 2016
-
-
Wouter van Oortmerssen authored
Change-Id: I001ad8dd5f95e6e5ad43daf956663218d19f5c96
-
- Jul 15, 2016
-
-
Romain Gilles authored
This allow jar generated with maven to be used in OSGi environment.
-
- Jul 05, 2016
-
-
Romain Gilles authored
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 <flatbuffers>/java/target to <flatbuffers>/target therefore the gitignore file has been updated in consequences.
-
Romain Gilles authored
Revert "Create a maven like project structure for java development. Make it OSGi compliant. Generate the flatbuffers code for testing (example)." This reverts commit 9875b0e0.
-
- Jun 07, 2016
-
-
Romain Gilles authored
Create a maven like project structure for java development. Make it OSGi compliant. Generate the flatbuffers code for testing (example). Java developer are mostly comfortable with maven project structure. One one the main concept behind maven is convention. If you follow the maven project convention then your development team will get more effective as they now this project structure and can easily find the production code versus the test code. In this pull request I have structured the java project around 2 main parts: * the `flatbuffers` project. This project is the api / lib project and contains the test code structure + an example of code generation for testing. This avoid to commit generated code. Pre-configure JUnit for test driven development and make this project OSGi compliant. * the `jmh` project. This project aims to provide a placeholder for micro-benchmarking. JMH is a 'de facto' standard for micro benchmarking you can find more details here: http://openjdk.java.net/projects/code-tools/jmh/ For now I didn't move the JavaTest class but it could be a next step with a migration to the JUnit framework. The only impacts are the move of the class and the project structure => no code change.
-
- Mar 07, 2016
-
-
Wouter van Oortmerssen authored
Change-Id: I95bc50ecd3b49d91fb81477a8818e3c1f253ff77
-
- May 08, 2015
-
-
pjulien authored
Change-Id: I17a7896e257c0ab7e4cd1b22c928d4cee21fbf11
-
- Jan 16, 2015
-
-
Patrick Julien authored
https://github.com/google/protobuf/blob/master/java/pom.xml This isn't good enough to publish to Maven Central but will at least allow users to publish to their local maven repository using 'mvn install' Change-Id: I91ea146cf7c5263fcf5d9823f70bb1ef0158f9a6 Tested: 'mvn install' runs succesfully and produces a .jar
-