sman-81 commented on code in PR #60: URL: https://github.com/apache/maven-jxr/pull/60#discussion_r928518796
########## maven-jxr-plugin/src/it/JXR-143_nofork/pom.xml: ########## @@ -44,6 +44,7 @@ under the License. <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-enforcer-plugin</artifactId> + <version>3.1.0</version> Review Comment: Are you aware this integration test `JXR-143_nofork` fails on master as well? The project requires that the integration tests run successfully (`mvn -Prun-its clean verify`). So I fixed it. The root cause is failure to find `maven-enforcer-plugin`. After adding a plugin version, the test is green. I've looked at the test however: the usage of maven-enforcer-plugin looks like non-sense, rules = AlwaysPass ;) -- 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