Skip to content

Commit

Permalink
Merge pull request #126 from fabiobrz/split-wildfly-eap-channel-config
Browse files Browse the repository at this point in the history
Split the Wildfy/EAP Maven plugin configuration (from G:A:V to manifest artifact)
  • Loading branch information
tommaso-borgato authored Dec 22, 2023
2 parents 02bc828 + bf6ab68 commit 91c068f
Show file tree
Hide file tree
Showing 11 changed files with 239 additions and 441 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,9 @@ script](.ci/openshift-ci/build-root/e2e-test-prod.sh) as an example:
| wildfly.ee-feature-pack.location | Used by shared configurable deployments: Wildfly/JBoss EAP 8 EE Galleon feature pack location (G:A:V) |
| wildfly.feature-pack.location | Used by shared configurable deployments: Wildfly/JBoss EAP 8 Galleon feature pack location (G:A:V) |
| wildfly.cloud-feature-pack.location | Used by shared configurable deployments: Wildfly/JBoss EAP 8 Cloud Galleon feature pack location (G:A:V) |
| wildfly.ee-channel.location | Used by shared configurable deployments: JBoss EAP 8 Channel artifact location (G:A:V) |
| wildfly.ee-channel.groupId | Used by shared configurable deployments: JBoss EAP 8 Channel artifact `groupId` |
| wildfly.ee-channel.artifactId | Used by shared configurable deployments: JBoss EAP 8 Channel artifact `artifactId` |
| wildfly.ee-channel.version | Used by shared configurable deployments: JBoss EAP 8 Channel artifact `version` |
| bom.wildfly-ee.version | Used by shared configurable deployments: Wildfly/JBoss BOMs version |

[*] - When `intersmash.skip.deploy` is set, please take into account that the prepared environment should be
Expand Down
4 changes: 4 additions & 0 deletions deployments/intersmash-deployments-provider/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,10 @@
<groupId>org.apache.maven</groupId>
<artifactId>maven-settings-builder</artifactId>
</dependency>
<dependency>
<groupId>cz.xtf</groupId>
<artifactId>core</artifactId>
</dependency>

<dependency>
<groupId>org.junit.jupiter</groupId>
Expand Down

This file was deleted.

Loading

0 comments on commit 91c068f

Please sign in to comment.