clebertsuconic commented on PR #4540: URL: https://github.com/apache/activemq-artemis/pull/4540#issuecomment-1625607369
All the arguments seems to indicate we should do the replacement. However this is still failing to build. I have a pipeline where I execute the whole test suite: "[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.11.0:compile (default-compile) on project artemis-quorum-ri: Compilation failure [ERROR] An unknown compilation problem occurred [ERROR] -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn <args> -rf :artemis-quorum-ri [Pipeline] }" This is also translated as errors on the build here. to test this locally you could do: ``` mvn clean; mvn install -DskipTests=true -Pdev -Derrorprone ``` -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
