We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bff1b7 commit 13a6b3fCopy full SHA for 13a6b3f
src/test/antunit/TestMavenMojo.xml
@@ -81,7 +81,7 @@
81
</target>
82
83
<target name="testIncludesExcludes-SuppressedAnnotations-Maven2">
84
- <artifact:mvn pom="pom-index-suppress.xml" mavenVersion="${maven.version}" failonerror="true" fork="true">
+ <artifact:mvn pom="pom-InclExclSuppress.xml" mavenVersion="${maven.version}" failonerror="true" fork="true">
85
<syspropertyset refid="injected-properties"/>
86
<arg value="${groupId}:${artifactId}:${version}:check"/>
87
</artifact:mvn>
src/test/antunit/pom-index-suppress.xml renamed to src/test/antunit/pom-InclExclSuppress.xml
0 commit comments