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-check-api/pom.xml | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 sonar-check-api/pom.xml (limited to 'sonar-check-api/pom.xml') diff --git a/sonar-check-api/pom.xml b/sonar-check-api/pom.xml new file mode 100644 index 00000000000..361499f631d --- /dev/null +++ b/sonar-check-api/pom.xml @@ -0,0 +1,32 @@ + + + 4.0.0 + + org.codehaus.sonar + sonar + 2.3-SNAPSHOT + .. + + sonar-check-api + Sonar :: Check API + Check API + + + + junit + junit + test + + + + + + + maven-deploy-plugin + + false + + + + + \ No newline at end of file -- cgit v1.2.3