diff --git a/apache-rat-plugin/src/it/RAT-314/.mvn/extensions.xml b/apache-rat-plugin/src/it/RAT-314/.mvn/extensions.xml deleted file mode 100644 index 96ba31ace..000000000 --- a/apache-rat-plugin/src/it/RAT-314/.mvn/extensions.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - fr.jcgay.maven - maven-notifier - 2.1.2 - - diff --git a/apache-rat-plugin/src/it/RAT-314/.mvn/maven.config b/apache-rat-plugin/src/it/RAT-314/.mvn/maven.config new file mode 100644 index 000000000..df145f3d4 --- /dev/null +++ b/apache-rat-plugin/src/it/RAT-314/.mvn/maven.config @@ -0,0 +1 @@ +-V diff --git a/apache-rat-plugin/src/it/RAT-314/verify.groovy b/apache-rat-plugin/src/it/RAT-314/verify.groovy index a8e83038d..0bc8db0a7 100644 --- a/apache-rat-plugin/src/it/RAT-314/verify.groovy +++ b/apache-rat-plugin/src/it/RAT-314/verify.groovy @@ -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' )