Skip to content

Commit

Permalink
Add maven argument
Browse files Browse the repository at this point in the history
Signed-off-by: Moti Asayag <[email protected]>
  • Loading branch information
masayag committed Apr 1, 2024
1 parent 9f1d9cf commit 19609c2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pipeline/workflow-builder-dev.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ ARG QUARKUS_EXTENSIONS
# add extension command
ARG QUARKUS_ADD_EXTENSION_ARGS

# Additional java/mvn arguments to pass to the builder.
# This are is conventient to pass sonataflow and quarkus build time properties.
ARG MAVEN_ARGS_APPEND

# Argument for passing the resources folder if not current context dir
ARG WF_RESOURCES

Expand Down
4 changes: 4 additions & 0 deletions pipeline/workflow-builder.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ ARG QUARKUS_EXTENSIONS
# add extension command
ARG QUARKUS_ADD_EXTENSION_ARGS

# Additional java/mvn arguments to pass to the builder.
# This are is conventient to pass sonataflow and quarkus build time properties.
ARG MAVEN_ARGS_APPEND

# Argument for passing the resources folder if not current context dir
ARG WF_RESOURCES

Expand Down

0 comments on commit 19609c2

Please sign in to comment.