/maven-testability-plugin/src/test/resources/xmlTestability.xml
http://testability-explorer.googlecode.com/ · XML · 29 lines · 25 code · 1 blank · 3 comment · 0 complexity · 829e963e3dd616ef322d447858dd402c MD5 · raw file
- <project>
- <build>
- <plugins>
- <plugin>
- <groupId>com.google.testability-explorer</groupId>
- <artifactId>maven-testability-plugin</artifactId>
- <configuration>
- <filter>com.google</filter>
- <mavenProject implementation="com.google.maven.ProjectStub"/>
- <!-- TODO: we shouldn't need all these options populated.
- There are defaults in the Mojo, but they don't get filled in.
- See http://jira.codehaus.org/browse/MPLUGINTESTING-7 -->
- <whiteList>foo</whiteList>
- <cyclomatic>1</cyclomatic>
- <global>10</global>
- <constructor>1</constructor>
- <printDepth>2</printDepth>
- <minCost>1</minCost>
- <worstOffenderCount>20</worstOffenderCount>
- <maxAcceptableCost>100</maxAcceptableCost>
- <maxExcellentCost>50</maxExcellentCost>
- <outputDirectory>target/testability</outputDirectory>
- <targetDirectory>target</targetDirectory>
- </configuration>
- </plugin>
- </plugins>
- </build>
- </project>