Apply MAVEN-890
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114176 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -67,9 +67,13 @@
|
||||
</j:if>
|
||||
</j:forEach>
|
||||
|
||||
</ant:fileset>
|
||||
<j:if test="${unitTestSourcesPresent == 'true'}">
|
||||
<ant:fileset dir="${pom.build.unitTestSourceDirectory}" includes="**/*.java"/>
|
||||
</ant:fileset>
|
||||
|
||||
<j:set var="includeTests" value="${maven.simian.includetests}"/>
|
||||
<j:if test="${includeTests == 'true'}">
|
||||
<j:if test="${unitTestSourcesPresent == 'true'}">
|
||||
<ant:fileset dir="${pom.build.unitTestSourceDirectory}" includes="**/*.java"/>
|
||||
</j:if>
|
||||
</j:if>
|
||||
|
||||
<!-- debut ajout momo -->
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
maven.simian.linecount = 10
|
||||
maven.simian.includetests = true
|
||||
maven.simian.failonduplication = false
|
||||
maven.simian.ignorestrings = false
|
||||
maven.simian.ignorestringcase = false
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<extend>../project.xml</extend>
|
||||
<id>maven-simian-plugin</id>
|
||||
<name>Maven Simian Plugin</name>
|
||||
<currentVersion>1.2</currentVersion>
|
||||
<currentVersion>1.3-SNAPSHOT</currentVersion>
|
||||
<description>Simian Plugin for Maven</description>
|
||||
<shortDescription>Simian Plugin for Maven</shortDescription>
|
||||
<url>http://maven.apache.org/reference/plugins/simian/</url>
|
||||
|
||||
@@ -8,6 +8,12 @@
|
||||
|
||||
<body>
|
||||
|
||||
<release version="1.3" date="in CVS">
|
||||
<action dev="dion" type="update">
|
||||
Apply MAVEN-890. Allow unit tests to be skipped.
|
||||
</action>
|
||||
</release>
|
||||
|
||||
<release version="1.2" date="2003-09-29">
|
||||
<action dev="dion" type="update">update to commons-jelly-20030902.160215</action>
|
||||
<action dev="dion" type="fix">
|
||||
|
||||
@@ -18,6 +18,14 @@
|
||||
Specifies the minimum number of lines that is considered a match.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>maven.simian.includeTests</td>
|
||||
<td>true</td>
|
||||
<td>
|
||||
Specifies whether simian should process the unit test files if
|
||||
present.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>maven.simian.failonduplication</td>
|
||||
<td>Yes (default = false)</td>
|
||||
|
||||
Reference in New Issue
Block a user