Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

XP Channel for wildfly-jar-maven-plugin #125

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 33 additions & 0 deletions examples/ws-bootable-jar-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,39 @@
</build>

<profiles>
<profile>
<!-- Configuration settings for testing EAP XP -->
<id>ts.wildfly.target-distribution.eapxp</id>
<properties>
<!-- EAP XP Channel coordinates -->
<wildfly.ee-channel.groupId>org.jboss.eap.channels</wildfly.ee-channel.groupId>
<wildfly.ee-channel.artifactId>eap-8.0-plus-eap-xp-5.0</wildfly.ee-channel.artifactId>
<wildfly.ee-channel.version>1.0.0.Final-redhat-00001</wildfly.ee-channel.version>
<wildfly.feature-pack.location>org.jboss.eap.xp:wildfly-galleon-pack:5.0.0.GA-redhat-20240221</wildfly.feature-pack.location>
</properties>
<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.wildfly.plugins</groupId>
<artifactId>wildfly-jar-maven-plugin</artifactId>
<version>${version.wildfly-jar-maven-plugin}</version>
<configuration>
<channels>
<channel>
<manifest>
<groupId>${wildfly.ee-channel.groupId}</groupId>
<artifactId>${wildfly.ee-channel.artifactId}</artifactId>
<version>${wildfly.ee-channel.version}</version>
</manifest>
</channel>
</channels>
</configuration>
</plugin>
</plugins>
</pluginManagement>
</build>
</profile>
<profile>
<id>bootable-jar-openshift</id>
<activation>
Expand Down
36 changes: 36 additions & 0 deletions examples/wstrust/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -170,4 +170,40 @@
<artifactId>deployments-provider</artifactId>
</dependency>
</dependencies>

<profiles>
<profile>
<!-- Configuration settings for testing EAP XP -->
<id>ts.wildfly.target-distribution.eapxp</id>
<properties>
<!-- EAP XP Channel coordinates -->
<wildfly.ee-channel.groupId>org.jboss.eap.channels</wildfly.ee-channel.groupId>
<wildfly.ee-channel.artifactId>eap-8.0-plus-eap-xp-5.0</wildfly.ee-channel.artifactId>
<wildfly.ee-channel.version>1.0.0.Final-redhat-00001</wildfly.ee-channel.version>
<wildfly.feature-pack.location>org.jboss.eap.xp:wildfly-galleon-pack:5.0.0.GA-redhat-20240221</wildfly.feature-pack.location>
</properties>
<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.wildfly.plugins</groupId>
<artifactId>wildfly-jar-maven-plugin</artifactId>
<version>${version.wildfly-jar-maven-plugin}</version>
<configuration>
<channels>
<channel>
<manifest>
<groupId>${wildfly.ee-channel.groupId}</groupId>
<artifactId>${wildfly.ee-channel.artifactId}</artifactId>
<version>${wildfly.ee-channel.version}</version>
</manifest>
</channel>
</channels>
</configuration>
</plugin>
</plugins>
</pluginManagement>
</build>
</profile>
</profiles>
</project>
36 changes: 36 additions & 0 deletions examples/wstrust/service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -154,4 +154,40 @@
</plugin>
</plugins>
</build>

<profiles>
<profile>
<!-- Configuration settings for testing EAP XP -->
<id>ts.wildfly.target-distribution.eapxp</id>
<properties>
<!-- EAP XP Channel coordinates -->
<wildfly.ee-channel.groupId>org.jboss.eap.channels</wildfly.ee-channel.groupId>
<wildfly.ee-channel.artifactId>eap-8.0-plus-eap-xp-5.0</wildfly.ee-channel.artifactId>
<wildfly.ee-channel.version>1.0.0.Final-redhat-00001</wildfly.ee-channel.version>
<wildfly.feature-pack.location>org.jboss.eap.xp:wildfly-galleon-pack:5.0.0.GA-redhat-20240221</wildfly.feature-pack.location>
</properties>
<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.wildfly.plugins</groupId>
<artifactId>wildfly-jar-maven-plugin</artifactId>
<version>${version.wildfly-jar-maven-plugin}</version>
<configuration>
<channels>
<channel>
<manifest>
<groupId>${wildfly.ee-channel.groupId}</groupId>
<artifactId>${wildfly.ee-channel.artifactId}</artifactId>
<version>${wildfly.ee-channel.version}</version>
</manifest>
</channel>
</channels>
</configuration>
</plugin>
</plugins>
</pluginManagement>
</build>
</profile>
</profiles>
</project>
35 changes: 35 additions & 0 deletions examples/wstrust/sts/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -155,4 +155,39 @@
</plugin>
</plugins>
</build>
<profiles>
<profile>
<!-- Configuration settings for testing EAP XP -->
<id>ts.wildfly.target-distribution.eapxp</id>
<properties>
<!-- EAP XP Channel coordinates -->
<wildfly.ee-channel.groupId>org.jboss.eap.channels</wildfly.ee-channel.groupId>
<wildfly.ee-channel.artifactId>eap-8.0-plus-eap-xp-5.0</wildfly.ee-channel.artifactId>
<wildfly.ee-channel.version>1.0.0.Final-redhat-00001</wildfly.ee-channel.version>
<wildfly.feature-pack.location>org.jboss.eap.xp:wildfly-galleon-pack:5.0.0.GA-redhat-20240221</wildfly.feature-pack.location>
</properties>
<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.wildfly.plugins</groupId>
<artifactId>wildfly-jar-maven-plugin</artifactId>
<version>${version.wildfly-jar-maven-plugin}</version>
<configuration>
<channels>
<channel>
<manifest>
<groupId>${wildfly.ee-channel.groupId}</groupId>
<artifactId>${wildfly.ee-channel.artifactId}</artifactId>
<version>${wildfly.ee-channel.version}</version>
</manifest>
</channel>
</channels>
</configuration>
</plugin>
</plugins>
</pluginManagement>
</build>
</profile>
</profiles>
</project>
37 changes: 34 additions & 3 deletions testsuite/deployments/wildfly-shared/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -259,9 +259,40 @@
<profile>
<!-- Configuration settings for testing EAP XP -->
<id>ts.wildfly.target-distribution.eapxp</id>
<!-- TODO Currently tested EAP XP (i.e. EAP XP 5) is not available yet, and configuration, e.g. the
Bootable JAR plugin one - will be needed once it's ready
-->
<properties>
<!-- EAP XP Channel coordinates -->
<wildfly.ee-channel.groupId>org.jboss.eap.channels</wildfly.ee-channel.groupId>
<wildfly.ee-channel.artifactId>eap-8.0-plus-eap-xp-5.0</wildfly.ee-channel.artifactId>
<wildfly.ee-channel.version>1.0.0.Final-redhat-00001</wildfly.ee-channel.version>
<wildfly.feature-pack.location>org.jboss.eap.xp:wildfly-galleon-pack:5.0.0.GA-redhat-20240221</wildfly.feature-pack.location>
</properties>
<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.wildfly.plugins</groupId>
<artifactId>wildfly-jar-maven-plugin</artifactId>
<version>${version.wildfly-jar-maven-plugin}</version>
<configuration>
<feature-packs>
<feature-pack>
<location>${wildfly.feature-pack.location}</location>
</feature-pack>
</feature-packs>
<channels>
<channel>
<manifest>
<groupId>${wildfly.ee-channel.groupId}</groupId>
<artifactId>${wildfly.ee-channel.artifactId}</artifactId>
<version>${wildfly.ee-channel.version}</version>
</manifest>
</channel>
</channels>
</configuration>
</plugin>
</plugins>
</pluginManagement>
</build>
</profile>

<profile>
Expand Down
Loading