wmedvede commented on PR #3169:
URL:
https://github.com/apache/incubator-kie-tools/pull/3169#issuecomment-2936414540
> @wmedvede you will see the downloads because you're running with
SNAPSHOTS. Try to build the image using the CR1 artifacts.
>
> Or, you can test passing the `-o` to the MAVEN_ADDITIONAL_ARGS env var.
Not sure about the var name, but it's similar.
@ricardozanini
True, my fault, I should have used offline mode.
Using a SFP with the following adding:
```
spec:
build:
template:
buildArgs:
- name: MAVEN_ARGS_APPEND
value: " -o "
```
The build of a regular workflow is fine, i.e., no maven downloads:
https://gist.github.com/wmedvede/a4426d427b1d65df592416f8c89082a5
But for the build of a workflow with persistence, we get this error:
https://gist.github.com/wmedvede/d1731725084409b844ca8901338b104b
[INFO] Building serverless-workflow-project 1.0.0-SNAPSHOT
[INFO] --------------------------------[ jar
]---------------------------------
[WARNING] The POM for
com.fasterxml.jackson.dataformat:jackson-dataformat-toml:jar:2.17.2 is missing,
no dependency information available
[INFO]
------------------------------------------------------------------------
[INFO] BUILD FAILURE
--
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]