From 6aad250f472171e94093193e1d05c85938d6f043 Mon Sep 17 00:00:00 2001 From: Inderjeet Singh Date: Wed, 1 Aug 2012 22:06:29 +0000 Subject: [PATCH] Initial creation of the codegen project --- gson/gson-codegen/pom.xml | 181 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 181 insertions(+) create mode 100644 gson/gson-codegen/pom.xml diff --git a/gson/gson-codegen/pom.xml b/gson/gson-codegen/pom.xml new file mode 100644 index 00000000..eaa5f890 --- /dev/null +++ b/gson/gson-codegen/pom.xml @@ -0,0 +1,181 @@ + + 4.0.0 + com.google.code.gson + gson-codegen + jar + 1.0-SNAPSHOT + 2008 + Gson Code Gen + + org.sonatype.oss + oss-parent + 7 + + 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 + + + + junit + junit + 3.8.2 + test + + + + + + release-sign-artifacts + + + performRelease + true + + + + + + org.apache.maven.plugins + maven-gpg-plugin + 1.4 + + + sign-artifacts + verify + + sign + + + + + + + + + + package + + + org.apache.maven.plugins + maven-compiler-plugin + 2.5.1 + + 1.5 + 1.5 + + + + org.apache.maven.plugins + maven-jar-plugin + 2.4 + + + 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.8.1 + + + attach-javadocs + + jar + + + + + + http://download.oracle.com/javase/1.5.0/docs/api/ + + true + public + + + + org.apache.maven.plugins + maven-eclipse-plugin + 2.9 + + true + true + + ../eclipse-ws/ + + + file:///${basedir}/../lib/gson-formatting-styles.xml + + + + + org.apache.maven.plugins + maven-release-plugin + + + -DenableCiProfile=true + https://google-gson.googlecode.com/svn/tags/ + + + + + + + Inderjeet Singh + Trymph Inc. + + + Joel Leitch + Google Inc. + + + Jesse Wilson + Square Inc. + + +