jstastny-cz commented on issue #1992: URL: https://github.com/apache/incubator-kie-kogito-apps/issues/1992#issuecomment-1954013124
> I used the same command that is used on CI, only difference is settings.xml. > > ``` > [command] /usr/local/bin/mvn dependency:tree clean install -Dquickly -s /home/jenkins/workspace/KIE/kogito/main/nightly.native/kogito-apps.build-and-test@tmp/config13028030101733848056tmp -Dmaven.wagon.http.ssl.insecure=true -Dmaven.test.failure.ignore=true -nsu -ntp -fae -e -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.count=3 -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -B > ``` > > Focusing the issue on the one failure of building the module on CI, Once that is fixed, tests are next. > > Currently, latest build fails because of different reason. Most probably this PR - [apache/incubator-kie-kogito-runtimes#3401](https://github.com/apache/incubator-kie-kogito-runtimes/pull/3401) But just a guess. > > Will check back later That's a different command, there's no native in there. This is probably a preceding mvn build of drools, runtimes, or so, but the actual kogito-apps native build should be later on. -- 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]
