Skip to content

Commit 75490bc

Browse files
committed
Fix for CLOUD-3508, galleon module refactoring, handle multiple groupId
1 parent 27f8b44 commit 75490bc

File tree

1 file changed

+2
-1
lines changed
  • jboss/container/eap/galleon/artifacts/opt/jboss/container/eap/galleon/eap-s2i-galleon-pack

1 file changed

+2
-1
lines changed

jboss/container/eap/galleon/artifacts/opt/jboss/container/eap/galleon/eap-s2i-galleon-pack/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,12 @@
3737
<properties>
3838
<version.org.wildfly>${env.WILDFLY_VERSION}</version.org.wildfly>
3939
<version.org.wildfly.galleon-plugins>${env.GALLEON_WILDFLY_VERSION}</version.org.wildfly.galleon-plugins>
40+
<full.maven.groupId>${env.EAP_FULL_GROUPID}</full.maven.groupId>
4041
</properties>
4142

4243
<dependencies>
4344
<dependency>
44-
<groupId>org.jboss.eap</groupId>
45+
<groupId>${full.maven.groupId}</groupId>
4546
<artifactId>wildfly-galleon-pack</artifactId>
4647
<version>${version.org.wildfly}</version>
4748
<type>zip</type>

0 commit comments

Comments
 (0)