summaryrefslogtreecommitdiffstats
path: root/samples/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'samples/README.txt')
-rw-r--r--samples/README.txt15
1 files changed, 0 insertions, 15 deletions
diff --git a/samples/README.txt b/samples/README.txt
deleted file mode 100644
index 82c059c840a..00000000000
--- a/samples/README.txt
+++ /dev/null
@@ -1,15 +0,0 @@
-=== How to install a plugin
-
-1. Build plugin with Maven : mvn clean install
-2. Copy the JAR file generated into target/ to the directory extensions/plugins/ of the Sonar server
-3. Restart the Sonar server
-
-
-=== How to activate Checkstyle extensions
-
-Install the plugin "checkstyle-extensions-plugin" then search for the rule "Methods count" in the administration console of Quality profiles.
-
-
-=== How to activate PMD extensions
-
-Install the plugin "pmd-extensions-plugin" then search for the rules "MaximumMethodsCountCheck", "AvoidIfWithoutBrace" and "PreventUseOfEmptyClass" in the administration console of Quality profiles. \ No newline at end of file