diff --git a/java/pom.xml b/java/pom.xml new file mode 100644 index 000000000..e6cda124a --- /dev/null +++ b/java/pom.xml @@ -0,0 +1,164 @@ + + + 4.0.0 + com.googlecode.libphonenumber + libphonenumber + 2.6-SNAPSHOT + jar + libphonenumber + http://code.google.com/p/libphonenumber/ + + + org.sonatype.oss + oss-parent + 6 + + + + Google's common Java library for parsing, formatting, storing and validating international phone numbers. + Optimized for running on smartphones. + + + + Google + http://www.google.com/ + + + + + The Apache Software License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + + + + + http://code.google.com/p/libphonenumber/source/browse/ + scm:svn:http://libphonenumber.googlecode.com/svn/trunk/ + + + + + jia.shao.peng + Shaopeng Jia + jia.shao.peng@gmail.com + Google + + owner + developer + + + + lararennie + Lara Rennie + lararennie@google.com + Google + + developer + + + + + + + tronikos + tronikos@gmail.com + + + g1smd.email + g1smd.email@gmail.com + + + Philippe Liard + philip.liard@gmail.com + + + + + src + test + + + src/com/google/i18n/phonenumbers/data + com/google/i18n/phonenumbers/data + + + + + test/com/google/i18n/phonenumbers/data + com/google/i18n/phonenumbers/data + + + + + org.apache.maven.plugins + maven-source-plugin + 2.1.2 + + + attach-sources + + jar + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.7 + + + attach-javadocs + + jar + + + + + + + + + + release-sign-artifacts + + + performRelease + true + + + + + + org.apache.maven.plugins + maven-gpg-plugin + 1.1 + + + sign-artifacts + verify + + sign + + + + + + + + + + + UTF-8 + + + + + junit + junit + 4.8.1 + test + + + +