From f27077761aaeb751ad6e7d990ead5e6a0ad6087a Mon Sep 17 00:00:00 2001 From: Scott Crosby Date: Sun, 20 Mar 2011 08:57:52 -0500 Subject: [PATCH] Added in Maven POM by Zsombor Welker --- pom.xml | 82 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 82 insertions(+) create mode 100644 pom.xml diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..970354d --- /dev/null +++ b/pom.xml @@ -0,0 +1,82 @@ + + 4.0.0 + crosby.binary + osmpbf + jar + 1.1 + OSM-Binary + Library for the OpenStreetMap PBF format + https://github.com/scrosby/OSM-binary + + + GNU General Lesser Public License (LGPL) version 3.0 + http://www.gnu.org/licenses/lgpl-3.0.txt + repo + + + + https://github.com/scrosby/OSM-binary + https://github.com/scrosby/OSM-binary.git + + + + ${basedir}/src.java + ${basedir}/build + + + + org.apache.maven.plugins + maven-compiler-plugin + + 1.5 + 1.5 + + + + + com.google.protobuf.tools + maven-protoc-plugin + + + generate-sources + + compile + + generate-sources + + ${basedir}/src + + **/*.proto + + + + + + + + + + + dtrott + http://maven.davidtrott.com/repository + + + + + + junit + junit + 3.8.1 + test + + + + com.google.protobuf + protobuf-java + 2.3.0 + + +