Continuous Inspection
Go to file
2014-09-25 23:29:55 +02:00
plugins [maven-release-plugin] prepare for next development iteration 2014-09-16 22:54:21 +02:00
server SONAR-4898 add missing tests 2014-09-25 23:29:55 +02:00
sonar-application SONAR-5621 Merge server log files into a single one 2014-09-24 18:19:50 +02:00
sonar-batch [maven-release-plugin] prepare for next development iteration 2014-09-16 22:54:21 +02:00
sonar-batch-maven-compat [maven-release-plugin] prepare for next development iteration 2014-09-16 22:54:21 +02:00
sonar-batch-protocol [maven-release-plugin] prepare for next development iteration 2014-09-16 22:54:21 +02:00
sonar-check-api [maven-release-plugin] prepare for next development iteration 2014-09-16 22:54:21 +02:00
sonar-colorizer [maven-release-plugin] prepare for next development iteration 2014-09-16 22:54:21 +02:00
sonar-core Fail server startup if can not connect to DB 2014-09-25 18:39:55 +02:00
sonar-deprecated [maven-release-plugin] prepare for next development iteration 2014-09-16 22:54:21 +02:00
sonar-duplications [maven-release-plugin] prepare for next development iteration 2014-09-16 22:54:21 +02:00
sonar-graph [maven-release-plugin] prepare for next development iteration 2014-09-16 22:54:21 +02:00
sonar-home [maven-release-plugin] prepare for next development iteration 2014-09-16 22:54:21 +02:00
sonar-java-api [maven-release-plugin] prepare for next development iteration 2014-09-16 22:54:21 +02:00
sonar-markdown [maven-release-plugin] prepare for next development iteration 2014-09-16 22:54:21 +02:00
sonar-maven3-plugin [maven-release-plugin] prepare for next development iteration 2014-09-16 22:54:21 +02:00
sonar-maven-plugin [maven-release-plugin] prepare for next development iteration 2014-09-16 22:54:21 +02:00
sonar-plugin-api Try to improve stability of CommandExecutorTest 2014-09-25 09:53:58 +02:00
sonar-testing-harness SONAR-4898 add missing tests 2014-09-25 23:29:55 +02:00
.gitattributes Tests should be independent from EOL in resources 2011-04-22 15:28:09 +04:00
.gitignore SONAR-5408 extract sonar-web from sonar-server 2014-07-11 17:10:13 +02:00
.mailmap .mailmap file to resolve wrong author names 2012-05-28 16:27:10 +02:00
build.sh SONAR-4898 fix zip size in enforcer rule 2014-07-24 11:08:45 +02:00
COPYING Fix crlf 2011-04-20 13:32:53 +04:00
copyright.txt Update copyright headers (replace 2013 by 2014) 2014-03-11 17:53:18 +01:00
debug.sh Disable process monitoring when in debug with agentlib:jdwt 2014-08-25 17:39:13 +02:00
fork.sh Fixed fork.sh with default values 2014-08-26 12:59:31 +02:00
format-headers.sh Add format-headers.sh, just to remind "mvn license:format" 2014-07-01 23:18:39 +02:00
jacoco_build.sh Add jacoco_build.sh 2014-09-12 17:54:25 +02:00
KEYS Change Olivier Gaudin's key 2014-08-20 09:56:44 +02:00
pom.xml [maven-release-plugin] prepare for next development iteration 2014-09-16 22:54:21 +02:00
quick-build.sh SONAR-4898 improve default settings 2014-07-23 23:13:20 +02:00
README.md Remove old web dev mode 2014-07-31 19:58:18 +02:00
run.sh SONAR-4898 - Renamed sonar.es.* properties to sonar.search.* 2014-07-28 17:04:45 +02:00
start.sh start-mac.sh and stop-mac.sh are renamed start/stop.sh as they support linux 2014-05-06 09:32:42 +02:00
stop.sh start-mac.sh and stop-mac.sh are renamed start/stop.sh as they support linux 2014-05-06 09:32:42 +02:00
third-party-licenses.sh Add third-party-licenses.sh 2014-03-22 14:24:16 +01:00

SonarQube

Put your technical debt under control. For more information please see:

Build

  • Install JDK 6 or greater
  • Install Maven 3.0.5 or greater
  • Execute build.sh. ZIP file of application is generated into sonar-application/target/

Debug Maven Analysis

Debug Maven analysis by executing mvnDebug sonar:sonar. Then attach your IDE to the remote process (the listening port is 8000).

Example in Intellij Idea : Run -> Edit configurations -> Add new configuration -> Remote -> port 8000.

Profile Maven Analysis with JProfiler

Duplicate $MAVEN_HOME/bin/mvnDebug to mvnJProfiler and replace the property MAVEN_DEBUG_OPTS by:

MAVEN_DEBUG_OPTS="-Xint -agentlib:jprofilerti=port=8849 -Xbootclasspath/a:/path/to/jprofiler/bin/agent.jar"

Then start JProfiler -> Connect to an application on a remote computer

License

Copyright 2008-2014 SonarSource.

Licensed under the GNU Lesser General Public License, Version 3.0: http://www.gnu.org/licenses/lgpl.txt