slawekjaranowski commented on code in PR #215: URL: https://github.com/apache/maven-plugin-tools/pull/215#discussion_r1191940030
########## maven-plugin-report-plugin/src/it/plugin-report/verify.groovy: ########## @@ -28,3 +28,11 @@ assert !pluginInfo.text.contains('Disk Space') // check JDK and Maven requirements assert pluginInfo.text.contains('1.8') assert pluginInfo.text.contains('3.2.5') + +assert new File( basedir, 'target/site/de/noop-mojo.html' ).isFile() +assert new File( basedir, 'target/site/de/report-mojo.html' ).isFile() +assert new File( basedir, 'target/site/de/plugin-info.html' ).isFile() + +assert new File( basedir, 'target/site/fr/noop-mojo.html' ).isFile() +assert new File( basedir, 'target/site/fr/report-mojo.html' ).isFile() +assert new File( basedir, 'target/site/fr/plugin-info.html' ).isFile() Review Comment: Should we also check `en` locale and default? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org