module « junit « 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 » junit » module 

1. Skipping tests in some modules in Maven    stackoverflow.com

I would like my Maven builds to run most unit tests. But there are unit tests in one project which are slower and I'd like to generally exclude them; and ...

2. How do I get Emma or Cobertura, with Maven, to report coverage on source code in other modules?    stackoverflow.com

I have a multi-module Maven setup with Java code. My unit tests, in one of the modules, exercise code in multiple modules. Naturally, the modules have inter-dependencies, and code ...

3. Maven - Run JUnit Testsuite in module    stackoverflow.com

I have 3 Projects:

  • ParentProj (parent of A+B)
  • ProjA (is a module of ParentProj, contains sources)
  • ProjB (is a module of ParentProj, contains sources and tests)
Build order is: 1. ParentProj, 2. ProjA, 3. ProjB ...

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.