diff options
author | Simon Brandhof <simon.brandhof@gmail.com> | 2011-09-30 13:30:22 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@gmail.com> | 2011-09-30 13:30:22 +0200 |
commit | dc30e55e56000ad1b44ef6c387e1370885f68c4b (patch) | |
tree | a6716447c4b62bfcf05439b62c2c0880aa0ddd10 /samples/README.txt | |
parent | 3d4da0c8c9d101a02feec363b2b09e3faa69a10a (diff) | |
download | sonarqube-dc30e55e56000ad1b44ef6c387e1370885f68c4b.tar.gz sonarqube-dc30e55e56000ad1b44ef6c387e1370885f68c4b.zip |
SONAR-2797 end of support of maven archetypes
Diffstat (limited to 'samples/README.txt')
-rw-r--r-- | samples/README.txt | 15 |
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 |