diff --git a/simian/plugin.jelly b/simian/plugin.jelly index 49fef814..da5ea930 100644 --- a/simian/plugin.jelly +++ b/simian/plugin.jelly @@ -67,9 +67,13 @@ - - - + + + + + + + diff --git a/simian/plugin.properties b/simian/plugin.properties index aa809ddb..5c8f0af8 100644 --- a/simian/plugin.properties +++ b/simian/plugin.properties @@ -1,4 +1,5 @@ maven.simian.linecount = 10 +maven.simian.includetests = true maven.simian.failonduplication = false maven.simian.ignorestrings = false maven.simian.ignorestringcase = false diff --git a/simian/project.xml b/simian/project.xml index 0bd901ba..a4e46fec 100644 --- a/simian/project.xml +++ b/simian/project.xml @@ -4,7 +4,7 @@ ../project.xml maven-simian-plugin Maven Simian Plugin - 1.2 + 1.3-SNAPSHOT Simian Plugin for Maven Simian Plugin for Maven http://maven.apache.org/reference/plugins/simian/ diff --git a/simian/xdocs/changes.xml b/simian/xdocs/changes.xml index 12c42701..997e67f4 100644 --- a/simian/xdocs/changes.xml +++ b/simian/xdocs/changes.xml @@ -8,6 +8,12 @@ + + + Apply MAVEN-890. Allow unit tests to be skipped. + + + update to commons-jelly-20030902.160215 diff --git a/simian/xdocs/properties.xml b/simian/xdocs/properties.xml index 4a435177..25728b4c 100644 --- a/simian/xdocs/properties.xml +++ b/simian/xdocs/properties.xml @@ -18,6 +18,14 @@ Specifies the minimum number of lines that is considered a match. + + maven.simian.includeTests + true + + Specifies whether simian should process the unit test files if + present. + + maven.simian.failonduplication Yes (default = false)