Sonar Instance at Apache
A Sonar instance is now available at http://analysis.apache.org.
To prevent opening mysql access to some others machines, Sonar builds will be done on a local Jenkins instance at analysis.apache.org/jenkins/
To add your project you should create a jira issue : https://issues.apache.org/jira/browse/INFRA (component analysis) see sample : https://issues.apache.org/jira/browse/INFRA-3402.
The jira entry must contains :
- pom path : (blank as svnurl/pom.xml)
- maven version : 3.0.2
- jdk version : jdk1.6 jdk1.5
- maven profiles to use : (leave blank if none, if profiles to activate please use comma : foo,bar )
- maven build properties : (leave blank if none, if some to activate please format : -Dmyprop=foo -Dbar=beer )
Sonar builds will run @daily and will be triggered only case of scm changes.
A first maven build will be executed to validate the project and compile sources for findbugs analysis : mvn clean install -DskipTests.
Have Fun !