Add a simple Maven file modeled after
authorPatrick Julien <pjulien@gmail.com>
Sat, 10 Jan 2015 23:13:37 +0000 (18:13 -0500)
committerWouter van Oortmerssen <wvo@google.com>
Fri, 16 Jan 2015 19:39:23 +0000 (11:39 -0800)
commit1263e9788e0a40ae1c0479c4478209d4991a35a7
treef3f019835411f0e3edddcd461214b9457931f4d2
parentf5132b9ee190695de4fbfa833722ac4e016ba2cd
Add a simple Maven file modeled after

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
java/pom.xml [new file with mode: 0644]