Skip to content

Commit 571642b

Browse files
authored
Merge pull request #37 from jenkinsci/no-assertions-for-itest
Do not generate assertions for integration tests
2 parents a380947 + 2cdedb3 commit 571642b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -485,6 +485,7 @@
485485
<package>io.jenkins.plugins.forensics</package>
486486
</packages>
487487
<excludes>
488+
<exclude>.*ITest</exclude>
488489
</excludes>
489490
<entryPointClassPackage>io.jenkins.plugins.forensics.assertions</entryPointClassPackage>
490491
<cleanTargetDir>true</cleanTargetDir>

0 commit comments

Comments
 (0)