tiagobento opened a new issue, #6669: URL: https://github.com/apache/incubator-kie-drools/issues/6669
On a fresh clone, with a fresh local Maven repository, with apache.snapshots repository disabled, run: ``` mvn clean install -pl :drools-test-suite -am ``` You should see the following logs: ``` [INFO] Building: drools-test-coverage-jars-with-invoker/pom.xml [INFO] The build exited with code 1. See /home/runner/work/incubator-kie-drools/incubator-kie-drools/drools-test-coverage/test-suite/../drools-test-coverage-jars/drools-test-coverage-jars-with-invoker/build.log for details. [INFO] drools-test-coverage-jars-with-invoker/pom.xml ... FAILED (2.1 s) ``` Inside the [build.log](https://github.com/user-attachments/files/26905001/build.log), you'll find ``` Could not transfer metadata org.kie:kie-maven-plugin:999-SNAPSHOT ``` --- This is a problem for building Drools in offline or air-gapped environments. `drools-test-suite` should be able to use the locally-built `kie-maven-plugin`. -- 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]
