diff --git a/pom.xml b/pom.xml new file mode 100644 index 00000000..58051e31 --- /dev/null +++ b/pom.xml @@ -0,0 +1,248 @@ + + 4.0.0 + com.google.code.gson + gson-parent + pom + 2.4-SNAPSHOT + 2008 + Gson + + org.sonatype.oss + oss-parent + 9 + + https://github.com/google/gson + Google Gson library + + UTF-8 + + + + The Apache Software License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + + + + scm:git:https://github.com/google/gson.git + scm:git:https://github.com/google/gson.git + https://github.com/google/gson + gson-${project.version} + + + Github Issue Tracking + https://github.com/google/gson/issues + + + + sonatype-nexus-snapshots + Sonatype Nexus Snapshots + https://oss.sonatype.org/content/repositories/snapshots/ + + + sonatype-nexus-staging + Nexus Release Repository + http://oss.sonatype.org/service/local/staging/deploy/maven2/ + + + + Google, Inc. + http://www.google.com + + + + junit + junit + 3.8.2 + test + + + + gson + + + + + release-sign-artifacts + + + performRelease + true + + + + + + org.apache.maven.plugins + maven-gpg-plugin + 1.5 + + + sign-artifacts + verify + + sign + + + + + + + + + doclint-java8-disable + + [1.8,) + + + + + org.apache.maven.plugins + maven-javadoc-plugin + + -Xdoclint:none + + + + + + + + package + + + org.apache.maven.plugins + maven-compiler-plugin + 3.3 + + 1.5 + 1.5 + + + + org.apache.maven.plugins + maven-jar-plugin + 2.6 + + + package + + jar + + + + + + false + + J2SE-1.5, JavaSE-1.6, JavaSE-1.7, JavaSE-1.8 + + ${project.version} + https://github.com/google/gson + Google Gson Project + ${project.name} + ${project.description} + . + 2 + com.google.gson + + + + + + + org.apache.maven.plugins + maven-source-plugin + 2.4 + + + attach-sources + verify + + jar + + + + + + + com.google.gson;version="${project.version}" + com.google.gson.source + 2 + ${project.version} + + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.10.3 + + + attach-javadocs + + jar + + + + + com.google.gson + com.google.gson.internal:com.google.gson.internal.bind + + http://docs.oracle.com/javase/1.5.0/docs/api/ + + true + protected + + + + org.apache.maven.plugins + maven-eclipse-plugin + 2.10 + + true + true + + ../eclipse-ws/ + + + file:///${basedir}/../lib/gson-formatting-styles.xml + + + + + org.apache.maven.plugins + maven-release-plugin + + + -DenableCiProfile=true + + + + maven-assembly-plugin + 2.5.5 + + assembly-descriptor.xml + google-gson-${project.version} + target/dist + target/assembly/work + + + + + + + Inderjeet Singh + + + Joel Leitch + Google Inc. + + + Jesse Wilson + Square Inc. + + +