diff --git a/wsclient/pom.xml b/wsclient/pom.xml deleted file mode 100644 index cf19c5dd..00000000 --- a/wsclient/pom.xml +++ /dev/null @@ -1,217 +0,0 @@ - - - - - 4.0.0 - com.google.code.gson - wsclient - jar - 0.1 - Gson Web Service Client Framework - A Framework for Writing Clients for JSON based Web-services - - - local.repo - file repository to svn - file://${basedir}/../../mavenrepo - - - - - gson - http://google-gson.googlecode.com/svn/mavenrepo - - true - - - true - - - - - - 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/wsf - scm:svn:https://google-gson.googlecode.com/svn/trunk/wsf - http://google-gson.codegoogle.com/svn/trunk/wsf - - - Google Code Issue Tracking - http://code.google.com/p/google-gson/issues/list - - - - - - - com.google.code.gson - gson - 1.5 - compile - - - com.google.code.greaze - greaze-definition - 0.5 - compile - - - - junit - junit - 3.8.2 - test - - - - - wsclient - - - org.apache.maven.plugins - maven-compiler-plugin - - 1.6 - 1.6 - - - - org.apache.maven.plugins - maven-eclipse-plugin - - true - true - ../eclipse-ws - file:///${basedir}/../lib/gson-formatting-styles.xml - 1.5 - - - - org.apache.maven.plugins - maven-install-plugin - - - - org.mortbay.jetty - maven-jetty-plugin - - 10 - - - - org.apache.maven.plugins - maven-jxr-plugin - - - - org.apache.maven.plugins - maven-source-plugin - - - attach-sources - verify - - jar - - - - - - - org.apache.maven.plugins - maven-javadoc-plugin - - src/main/resources/javadoc-descriptor.xml - - http://java.sun.com/j2se/1.5.0/docs/api/ - - true - true - public - - - - org.apache.maven.plugins - maven-pmd-plugin - - 1.5 - - /rulesets/basic.xml - /rulesets/imports.xml - /rulesets/unusedcode.xml - /rulesets/finalizers.xml - - - - - org.apache.maven.plugins - maven-checkstyle-plugin - - - config/maven_checks.xml - - - - org.codehaus.mojo - taglist-maven-plugin - - - TODO - @todo - FIXME - XXX - - - - - org.codehaus.mojo - cobertura-maven-plugin - - - clean - - clean - - - - - - org.apache.maven.plugins - maven-release-plugin - - -DenableCiProfile=true - - - - maven-assembly-plugin - - src/main/resources/assembly-descriptor.xml - wsf-${version} - target/dist - target/assembly/work - - - - - - - Inderjeet Singh - Google Inc. - - -