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-deprecated/pom.xml | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 sonar-deprecated/pom.xml (limited to 'sonar-deprecated/pom.xml') diff --git a/sonar-deprecated/pom.xml b/sonar-deprecated/pom.xml new file mode 100644 index 00000000000..8737359a0ae --- /dev/null +++ b/sonar-deprecated/pom.xml @@ -0,0 +1,43 @@ + + + 4.0.0 + + org.codehaus.sonar + sonar + 2.3-SNAPSHOT + + sonar-deprecated + Sonar :: Deprecated + + + + ${project.groupId} + sonar-core + + + ${project.groupId} + sonar-plugin-api + + + + junit + junit + test + + + org.mockito + mockito-all + test + + + org.hamcrest + hamcrest-all + test + + + org.dbunit + dbunit + test + + + \ No newline at end of file -- cgit v1.2.3