sonar « dependency « 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 » dependency » sonar 

1. exclude dependencies when running sonar analysis    stackoverflow.com

I have a test project requiring some heavy jars which i put in ${M2_HOME}\test\src\main\resources\ and add them in the pom.xml using :

    <dependency>
      ...

2. Do a dependency analysis of tests using Sonar (or other)    stackoverflow.com

I have a multi module maven project. I set up Sonar. The most interesting part for me right now is the dependency analysis on package level including the (JUnit) tests. Unfortunatly Sonar ...

3. Sonar Lite Mode Aux Classpath & Ivy Dependencies    stackoverflow.com

Our project currently uses Ivy for its dependency management. We would really like to integrate our Hudson build server with Sonar. So far this has been a relatively simple and straightforward ...

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.