Environment: hudson/sonar/maven2 in ubuntu locally with default parameters
And I got the log from hudson below, I can't figure out where is the problem.
I try to execute the mvn sonar:sonar command on a machine where Maven is configured to have no access to external repositories (in reality, this is not exactly the case, but ...
hey all,
i am using sonar 2.6 with maven 3
i am using the defualt corbetura plugin for code coverage of my project, but it always shows 0% coverage, although i have ...
I have a job in Jenkins that is run every night. The tasks executed during this build are: compilation, unit tests, integration tests (which are only JUnit tests which are longer ...
I've deleted a sonar project from the web interface and re-executed an analysis with mvn -U sonar:sonar on another project at the next day as this post said that ...
I was just analyzing our (1 main/ 3 sub) project and wanted to analyze the code with my local Sonar server by typing mvn sonar:sonar (after cleaning and packaging the project(s)).
It ...
I had the following configuration for my Jenkins job:
First clean and build the maven project, then run the unit tests and static analysis: clean install sonar:sonar
The problem was that install and ...
I have maven installed on my local machine and I'm trying to test out Sonar installed on a remote box.
I found a few post online to configure settings.xml (maven\config\settings.xml) and append ...
I want to use NAnt to execute sonar to scan my C# code. The sonar command line is "mvn sonar:sonar", in which 'mvn' is the command name, 'sonar:sonar' is the user ...