Skip to content

Commit

Permalink
RAT-314: Simplify itest setup
Browse files Browse the repository at this point in the history
  • Loading branch information
ottlinger committed May 10, 2024
1 parent 9965112 commit cb70698
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
8 changes: 0 additions & 8 deletions apache-rat-plugin/src/it/RAT-314/.mvn/extensions.xml

This file was deleted.

1 change: 1 addition & 0 deletions apache-rat-plugin/src/it/RAT-314/.mvn/maven.config
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
-V
1 change: 1 addition & 0 deletions apache-rat-plugin/src/it/RAT-314/verify.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,4 @@ report = new File( basedir, 'target/site/rat-report.html' ).text

assert report.contains( '0 Unknown Licenses' )
assert report.contains( 'S pom.xml' )
assert report.contains( 'AL AL Apache License Version 2.0' )

0 comments on commit cb70698

Please sign in to comment.