diff options
author | simonbrandhof <simon.brandhof@gmail.com> | 2010-09-06 14:08:06 +0000 |
---|---|---|
committer | simonbrandhof <simon.brandhof@gmail.com> | 2010-09-06 14:08:06 +0000 |
commit | aeadc1f9129274949daaa57738c7c4550bdfbc7b (patch) | |
tree | 08dadf5ef7474fc41d1d48f74648f1ba8b55f34d /sonar-server/postgresql-start.sh | |
download | sonarqube-aeadc1f9129274949daaa57738c7c4550bdfbc7b.tar.gz sonarqube-aeadc1f9129274949daaa57738c7c4550bdfbc7b.zip |
SONAR-236 remove deprecated code from checkstyle plugin + display default value of rule parameters in Q profile console
Diffstat (limited to 'sonar-server/postgresql-start.sh')
-rwxr-xr-x | sonar-server/postgresql-start.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sonar-server/postgresql-start.sh b/sonar-server/postgresql-start.sh new file mode 100755 index 00000000000..4f8f96d6388 --- /dev/null +++ b/sonar-server/postgresql-start.sh @@ -0,0 +1 @@ +mvn clean jetty:run -Pdev,postgresql
\ No newline at end of file |