From 78327b95eea6499d71a396e5ceb96605fe602a58 Mon Sep 17 00:00:00 2001 From: Inderjeet Singh Date: Fri, 13 May 2011 18:30:20 +0000 Subject: [PATCH] initial checkin for the extras project --- extras/pom.xml | 187 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 187 insertions(+) create mode 100644 extras/pom.xml diff --git a/extras/pom.xml b/extras/pom.xml new file mode 100644 index 00000000..983360b6 --- /dev/null +++ b/extras/pom.xml @@ -0,0 +1,187 @@ + + 4.0.0 + com.google.code.gson + gson-extras + jar + 1.0-SNAPSHOT + 2008 + Gson Extras + + org.sonatype.oss + oss-parent + 5 + + http://code.google.com/p/google-gson/ + Google Gson grab bag of utilities, type adapters, etc. + + UTF-8 + + + + The Apache Software License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + + + + scm:svn:http://google-gson.googlecode.com/svn/trunk/extras + scm:svn:https://google-gson.googlecode.com/svn/trunk/extras + http://google-gson.codegoogle.com/svn/trunk/extras + + + Google Code Issue Tracking + http://code.google.com/p/google-gson/issues/list + + + Google, Inc. + http://www.google.com + + + + com.google.code.gson + gson + 1.7.2-SNAPSHOT + test + + + junit + junit + 3.8.2 + test + + + + + + release-sign-artifacts + + + performRelease + true + + + + + + org.apache.maven.plugins + maven-gpg-plugin + 1.2 + + + sign-artifacts + verify + + sign + + + + + + + + + + package + + + org.apache.maven.plugins + maven-compiler-plugin + 2.3.2 + + 1.5 + 1.5 + + + + org.apache.maven.plugins + maven-jar-plugin + 2.3.1 + + + package + + jar + + + + + + false + + + + + org.apache.maven.plugins + maven-source-plugin + 2.1.2 + + + attach-sources + verify + + jar + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.7 + + + attach-javadocs + + jar + + + + + + http://download.oracle.com/javase/1.5.0/docs/api/ + + true + public + + + + org.apache.maven.plugins + maven-eclipse-plugin + 2.8 + + true + true + + ../eclipse-ws/ + + + file:///${basedir}/../lib/gson-formatting-styles.xml + + + + + org.apache.maven.plugins + maven-release-plugin + 2.1 + + -DenableCiProfile=true + https://google-gson.googlecode.com/svn/tags/ + + + + + + + Inderjeet Singh + Google Inc. + + + Joel Leitch + Google Inc. + + + Jesse Wilson + Google Inc. + + +