yesamer commented on issue #6669: URL: https://github.com/apache/incubator-kie-drools/issues/6669#issuecomment-4297049395
@tiagobento Please consider the behavior we observed: 1. Deleted the entire .m2 2. Blocked apache snapshots download locally 3. `mvn clean install -pl :drools-test-suite -am` executed The build successed Repeating the process targeting the failing module: `mvn clean install -pl :drools-test-coverage-jars-with-invoker -am` results in: ``` [INFO] KIE :: Maven Plugin ................................ FAILURE [ 21.834 s] [INFO] Drools :: Test Coverage :: Jars for tests built by invoker SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 08:43 min [INFO] Finished at: 2026-04-22T16:18:07+02:00 [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-invoker-plugin:3.2.1:run (integration-test) on project kie-maven-plugin: 17 builds failed. See console output above for details. -> [Help 1] [ERROR] ``` We know how to fix that, but it looks slightly different than the issue you reported. In the meantime, I'm going to provide a fix for this specific issue. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
