From aeadc1f9129274949daaa57738c7c4550bdfbc7b Mon Sep 17 00:00:00 2001 From: simonbrandhof Date: Mon, 6 Sep 2010 14:08:06 +0000 Subject: SONAR-236 remove deprecated code from checkstyle plugin + display default value of rule parameters in Q profile console --- sonar-gwt-api/pom.xml | 86 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 86 insertions(+) create mode 100644 sonar-gwt-api/pom.xml (limited to 'sonar-gwt-api/pom.xml') diff --git a/sonar-gwt-api/pom.xml b/sonar-gwt-api/pom.xml new file mode 100644 index 00000000000..be88d29c861 --- /dev/null +++ b/sonar-gwt-api/pom.xml @@ -0,0 +1,86 @@ + + + 4.0.0 + + org.codehaus.sonar + sonar + 2.3-SNAPSHOT + + sonar-gwt-api + jar + Sonar :: GWT API + + + + + + org.codehaus.sonar + sonar-ws-client + + + org.codehaus.sonar + sonar-ws-client + sources + provided + ${project.version} + + + com.google.gwt + gwt-user + + + com.google.gwt + gwt-incubator + + + + + + + + src/main/java + + + src/main/resources + + + + + + org.apache.maven.plugins + maven-dependency-plugin + + + src-dependencies + generate-sources + + unpack + + + + + org.codehaus.sonar + sonar-ws-client + ${project.version} + sources + jar + true + ${project.build.directory}/classes + **/services/*.java + + + true + true + + + + + + maven-deploy-plugin + + false + + + + + \ No newline at end of file -- cgit v1.2.3