blob: 871b5a9b0fd9a6aa5b9abb3efec7d139cabf5a81 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# SonarQube
Put your technical debt under control. For more information please see:
* Website [sonarqube.org][1]
* [Issue tracker][2]
* [Wiki][3]
## Sources
This Git repository is core platform. Plugins are hosted in SonarCommunity and SonarSource organisations.
### Build
* Install Maven 3.0.5 or greater
* Execute `mvn clean install`
## License
Copyright 2008-2013 SonarSource.
Licensed under the GNU Lesser General Public License, Version 3.0: http://www.gnu.org/licenses/lgpl.txt
[1]: http://www.sonarqube.org/
[2]: http://jira.codehaus.org/browse/SONAR
[3]: http://docs.codehaus.org/display/SONAR
|