Renamed eap6 server overlay poms
This commit is contained in:
parent
2ad7e870d8
commit
6bc79b590c
4 changed files with 8 additions and 8 deletions
|
@ -12,7 +12,7 @@
|
|||
<relativePath>../../../../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
<artifactId>keycloak-eap6-server-modules</artifactId>
|
||||
<artifactId>keycloak-server-modules-eap6</artifactId>
|
||||
|
||||
<name>Keycloak EAP 6 Server Modules</name>
|
||||
<packaging>pom</packaging>
|
||||
|
|
|
@ -8,15 +8,15 @@
|
|||
<relativePath>../../../../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
<artifactId>keycloak-eap6-server-overlay</artifactId>
|
||||
<artifactId>keycloak-server-overlay-eap6</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
<name>Keycloak EAP 6 Server Overlay Distribution</name>
|
||||
<name>Keycloak Server Overlay EAP 6 Distribution</name>
|
||||
<description/>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.keycloak</groupId>
|
||||
<artifactId>keycloak-eap6-server-modules</artifactId>
|
||||
<artifactId>keycloak-server-modules-eap6</artifactId>
|
||||
<type>zip</type>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
@ -39,7 +39,7 @@
|
|||
<artifactItems>
|
||||
<artifactItem>
|
||||
<groupId>org.keycloak</groupId>
|
||||
<artifactId>keycloak-eap6-server-modules</artifactId>
|
||||
<artifactId>keycloak-server-modules-eap6</artifactId>
|
||||
<type>zip</type>
|
||||
<outputDirectory>${project.build.directory}/unpacked/modules</outputDirectory>
|
||||
</artifactItem>
|
||||
|
|
|
@ -8,9 +8,9 @@
|
|||
<relativePath>../../../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
<artifactId>keycloak-eap6-server-overlay-parent</artifactId>
|
||||
<artifactId>keycloak-server-overlay-eap6-parent</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
<name>Keycloak EAP 6 Server Overlay</name>
|
||||
<name>Keycloak Server Overlay EAP 6</name>
|
||||
<description/>
|
||||
|
||||
|
||||
|
|
2
pom.xml
2
pom.xml
|
@ -1077,7 +1077,7 @@
|
|||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.keycloak</groupId>
|
||||
<artifactId>keycloak-eap6-server-modules</artifactId>
|
||||
<artifactId>keycloak-server-modules-eap6</artifactId>
|
||||
<version>${project.version}</version>
|
||||
<type>zip</type>
|
||||
</dependency>
|
||||
|
|
Loading…
Reference in a new issue