diff --git a/tools/java/java-build/pom.xml b/tools/java/java-build/pom.xml new file mode 100644 index 000000000..1e35591c2 --- /dev/null +++ b/tools/java/java-build/pom.xml @@ -0,0 +1,96 @@ + + + 4.0.0 + + + tools + com.google.i18n.phonenumbers + 1.0-SNAPSHOT + + + com.google.i18n.phonenumbers.tools + java-build + 1.0-SNAPSHOT + Libphonenumber Java and JavaScript build tools + + Java and JavaScript build tools that generate the Java and JavaScript metadata code needed to + build the libphonenumber library. The Java build tools also transform the geocoding data from + text to binary format. + + + + src + test + + + 2.3.2 + org.apache.maven.plugins + maven-compiler-plugin + + 1.5 + 1.5 + + + + + org.codehaus.mojo + build-helper-maven-plugin + 1.5 + + + add-source + generate-sources + + add-source + + + + ../../../java/src/ + + ../common/src/ + + + + + + + + org.apache.maven.plugins + maven-assembly-plugin + 2.2.1 + + + jar-with-dependencies + + + + true + com.google.i18n.phonenumbers.tools.EntryPoint + + + + + + make-assembly + package + + single + + + + + + + + + + junit + junit + 4.8.1 + test + + + +