Skip to content

Commit

Permalink
POC for auto update of maven plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
jfdenise committed Oct 24, 2024
1 parent 1b09862 commit 541bb0a
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions wildfly-builder-image/image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,10 @@ envs:
value: org.wildfly.plugins
- name: PROVISIONING_MAVEN_PLUGIN_ARTIFACT_ID
value: wildfly-maven-plugin
- name: PROVISIONING_MAVEN_PLUGIN_VERSION
value: 5.0.1.Final
- name: DEFAULT_PROVISIONING_MAVEN_PLUGIN_VERSION
value: 5.0.0.Final
- name: PROVISIONING_MAVEN_PLUGIN_VERSION_EXCLUDES
value: .*-redhat-[0-9][0-9][0-9][0-9][0-9]
ports:
- value: 8080
modules:
Expand All @@ -46,8 +48,8 @@ modules:
ref: ubi9
- name: wildfly-cekit-modules
git:
url: https://github.com/wildfly/wildfly-cekit-modules
ref: main
url: https://github.com/jfdenise/wildfly-cekit-modules
ref: patch_wfmp_version
- name: wildfly-modules
path: ../wildfly-modules
install:
Expand Down

0 comments on commit 541bb0a

Please sign in to comment.