From 583dc3fed4f79bd7fc8a944a1b82b24257ec47f6 Mon Sep 17 00:00:00 2001 From: Manolo Carrasco Date: Mon, 14 Feb 2011 17:51:39 +0000 Subject: [PATCH] Produce a gwt artifact with different classifier for gwt-2.2.0. Fixes issue#66 --- gwtquery-core-2.2.0/pom.xml | 80 +++++++++++++++++++++++++++++++++++++ pom.xml | 3 +- 2 files changed, 82 insertions(+), 1 deletion(-) create mode 100644 gwtquery-core-2.2.0/pom.xml diff --git a/gwtquery-core-2.2.0/pom.xml b/gwtquery-core-2.2.0/pom.xml new file mode 100644 index 00000000..b7c890f5 --- /dev/null +++ b/gwtquery-core-2.2.0/pom.xml @@ -0,0 +1,80 @@ + + + 4.0.0 + + com.googlecode.gwtquery + gwtquery-project + 1.0.0-SNAPSHOT + + + Generates an artifact compiled with a concrete gwt version specified in the artifactId + 2.2.0 + jar + Gwt Query Core API for gwt-${artifactId} + + + + com.googlecode.gwtquery + gwtquery + ${version} + provided + + + com.google.gwt + gwt-user + ${artifactId} + provided + + + com.google.gwt + gwt-dev + ${artifactId} + provided + + + + + gwtquery-${version}-${artifactId} + + + maven-dependency-plugin + + + unpack-dependencies + generate-resources + + com.googlecode.gwtquery,com.googlecode.gwtquery.plugins + gwtquery + true + **/*.java,**/*.xml,**/*.html,**/*.css,**/*.jpg,**/*.png,**/*.gif + ${project.build.directory}/generated-resources + + + + + + org.codehaus.mojo + build-helper-maven-plugin + + + add-sources + generate-sources + + add-source + + + + ${project.build.directory}/generated-resources + + + + + + + + + ${project.build.directory}/generated-resources/ + + + + diff --git a/pom.xml b/pom.xml index d7032e12..7af88b3e 100644 --- a/pom.xml +++ b/pom.xml @@ -60,6 +60,7 @@ gwtquery-core + gwtquery-core-2.2.0 samples @@ -156,7 +157,7 @@ - 2.2.0 + 2.1.1 INFO OBF -- 2.39.5