sonar « Development « Maven/Ant Q&A

Home
Maven/Ant Q&A
1.Ant
2.artifact
3.dependency
4.deploy
5.Development
6.eclipse
7.glassfish
8.hudson
9.integration
10.jetty
11.junit
12.m2eclipse
13.module
14.netbeans
15.package
16.plugin
17.POM
18.repository
19.svn
Maven/Ant Q&A » Development » sonar 

1. Sonar default, meet "container state was: CONSTRUCTED"    stackoverflow.com

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.

[INFO] Sonar host: http://localhost:9000
[INFO] Sonar version: 2.0.1
[INFO] [sonar-core:internal {execution: ...

2. Execution of "mvn sonar:sonar" with no external access    stackoverflow.com

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 ...

3. problem analysing CODE COVERAGE in SONAR 2.6    stackoverflow.com

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 ...

4. out of mempry for large number of tests. using maven and sonar    stackoverflow.com

i am using sonar 2.6 and on running the command:

mvn site cobertura:cobertura
i am getting the following error...
Tests run: 1397, Failures: 10, Errors: 117, Skipped: 0

Flushing results...
Flushing results done
Exception ...

5. What is wrong with my Maven Config?    stackoverflow.com

I want to checkout sonar, so I added the following snippet to my pom.xml the dependency part was taken from http://maven.apache.org/general.html#tools-jar-dependency

<profile>
     <id>sonar</id>
    ...

6. How to get the full code coverage on a Maven multi-modules project    stackoverflow.com

Imagine a multi-modules Maven project, such as the following one:

parent
  +- core
  +- main
main is dependent on the core module. I now write a class CoreClass in core, with 2 ...

7. Why my Sonar Jenkins job never becomes unstable, even with test failures?    stackoverflow.com

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 ...

8. completely delete sonar project    stackoverflow.com

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 ...

9. "Execute decorators" phase takes forever    stackoverflow.com

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 ...

10. How to only run unit tests once when running "maven clean install" and Sonar?    stackoverflow.com

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 ...

11. maven connecting to Sonar    stackoverflow.com

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 ...

12. How to execute sonar command line in NAnt    stackoverflow.com

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 ...

java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.