aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabrice Bellingard <fabrice.bellingard@sonarsource.com>2012-09-05 14:42:59 +0200
committerFabrice Bellingard <fabrice.bellingard@sonarsource.com>2012-09-05 14:42:59 +0200
commit312863a0ebf3d68a4fdb34446d94819d5252578d (patch)
tree0249e19bd5c524cbe0504f277e035e45b401bcdc
parent4d173eb942970b743d38e82e3335971f3a02e41e (diff)
downloadsonar-scanner-cli-312863a0ebf3d68a4fdb34446d94819d5252578d.tar.gz
sonar-scanner-cli-312863a0ebf3d68a4fdb34446d94819d5252578d.zip
Add readme
-rw-r--r--README.md13
-rw-r--r--pom.xml2
2 files changed, 14 insertions, 1 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..a2bb58a
--- /dev/null
+++ b/README.md
@@ -0,0 +1,13 @@
+Sonar Runner
+=========================
+
+This is the Sonar PHP plugin
+
+Project homepage:
+http://docs.codehaus.org/display/SONAR/Sonar+Standalone+Runner
+
+Issue tracking:
+http://jira.codehaus.org/browse/SONARPLUGINS/component/14640
+
+CI builds:
+https://sonarplugins.ci.cloudbees.com/job/sonar-runner/
diff --git a/pom.xml b/pom.xml
index fc4a843..2b1a10e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -37,7 +37,7 @@
<timezone>+1</timezone>
</developer>
<developer>
- <id>fabemn</id>
+ <id>bellingard</id>
<name>Fabrice Bellingard</name>
<timezone>+1</timezone>
</developer>