From 82a8f7b1efda891a8a1499e6d4f2610486ce400e Mon Sep 17 00:00:00 2001 From: dion Date: Wed, 8 Oct 2003 16:41:59 +0000 Subject: [PATCH] Apply MAVEN-890 git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114176 13f79535-47bb-0310-9956-ffa450edef68 --- simian/plugin.jelly | 10 +++++++--- simian/plugin.properties | 1 + simian/project.xml | 2 +- simian/xdocs/changes.xml | 6 ++++++ simian/xdocs/properties.xml | 8 ++++++++ 5 files changed, 23 insertions(+), 4 deletions(-) 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)