LightGuard commented on PR #3924:
URL:
https://github.com/apache/incubator-kie-kogito-runtimes/pull/3924#issuecomment-2894835013
I think these are the actual problems:
### Quarkus Examples
```
2025-05-16T17:08:42.0134744Z [ERROR] [ERROR] Some problems were encountered
while processing the POMs:
2025-05-16T17:08:42.0136165Z [WARNING] 'build.plugins.plugin.version' for
org.codehaus.mojo:properties-maven-plugin is missing. @ line 108, column 15
2025-05-16T17:08:42.0137535Z [ERROR] 'dependencies.dependency.version' for
com.github.tomakehurst:wiremock-jre8:jar is missing. @ line 118, column 17
2025-05-16T17:08:42.0138776Z [WARNING] The expression ${build.directory} is
deprecated. Please use ${project.build.directory} instead. @
2025-05-16T17:08:42.0140229Z [ERROR] 'dependencies.dependency.version' for
com.github.tomakehurst:wiremock-jre8:jar is missing. @ line 106, column 17
2025-05-16T17:08:42.0141577Z [WARNING] 'build.plugins.plugin.version' for
org.codehaus.mojo:properties-maven-plugin is missing. @ line 105, column 15
```
### Spring Boot Examples
```
2025-05-16T17:09:05.4372307Z [ERROR] [ERROR] Some problems were encountered
while processing the POMs:
2025-05-16T17:09:05.4383744Z [WARNING] 'build.plugins.plugin.version' for
org.codehaus.mojo:properties-maven-plugin is missing. @ line 108, column 15
2025-05-16T17:09:05.4431776Z [ERROR] 'dependencies.dependency.version' for
com.github.tomakehurst:wiremock-jre8:jar is missing. @ line 118, column 17
2025-05-16T17:09:05.4433133Z [WARNING] The expression ${build.directory} is
deprecated. Please use ${project.build.directory} instead. @
2025-05-16T17:09:05.4434448Z [ERROR] 'dependencies.dependency.version' for
com.github.tomakehurst:wiremock-jre8:jar is missing. @ line 106, column 17
2025-05-16T17:09:05.4435828Z [WARNING] 'build.plugins.plugin.version' for
org.codehaus.mojo:properties-maven-plugin is missing. @ line 105, column 15
```
### Serverless Workflow Examples
```
2025-05-16T17:08:53.5076762Z [ERROR] [ERROR] Some problems were encountered
while processing the POMs:
2025-05-16T17:08:53.5108653Z [WARNING] 'build.plugins.plugin.version' for
org.codehaus.mojo:properties-maven-plugin is missing. @ line 108, column 15
2025-05-16T17:08:53.5110004Z [ERROR] 'dependencies.dependency.version' for
com.github.tomakehurst:wiremock-jre8:jar is missing. @ line 118, column 17
2025-05-16T17:08:53.5111213Z [WARNING] The expression ${build.directory} is
deprecated. Please use ${project.build.directory} instead. @
2025-05-16T17:08:53.5112415Z [ERROR] 'dependencies.dependency.version' for
com.github.tomakehurst:wiremock-jre8:jar is missing. @ line 106, column 17
2025-05-16T17:08:53.5113667Z [WARNING] 'build.plugins.plugin.version' for
org.codehaus.mojo:properties-maven-plugin is missing. @ line 105, column 15
```
I'm not sure why the Jenkins one died, probably for the same reasons, but it
isn't easily searched.
--
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]