Merge pull request #196 from patriot1burke/master
move and rename subsystem
This commit is contained in:
commit
14a8f56b75
30 changed files with 3 additions and 3 deletions
|
@ -20,6 +20,7 @@
|
|||
<module>servlet-oauth-client</module>
|
||||
<module>as7-eap6/adapter</module>
|
||||
<module>undertow</module>
|
||||
<module>wildfly-subsystem</module>
|
||||
<!-- <module>as7-eap6/jboss-modules</module> -->
|
||||
</modules>
|
||||
</project>
|
||||
|
|
4
subsystem/pom.xml → integration/wildfly-subsystem/pom.xml
Normal file → Executable file
4
subsystem/pom.xml → integration/wildfly-subsystem/pom.xml
Normal file → Executable file
|
@ -24,10 +24,10 @@
|
|||
</parent>
|
||||
|
||||
<groupId>org.keycloak</groupId>
|
||||
<artifactId>keycloak-subsystem</artifactId>
|
||||
<artifactId>keycloak-wildfly-subsystem</artifactId>
|
||||
<version>1.0-alpha-2-SNAPSHOT</version>
|
||||
|
||||
<name>Keycloak Subsystem</name>
|
||||
<name>Keycloak Wildfly Subsystem</name>
|
||||
|
||||
<packaging>jar</packaging>
|
||||
|
1
pom.xml
1
pom.xml
|
@ -88,7 +88,6 @@
|
|||
<module>examples</module>
|
||||
<module>testsuite</module>
|
||||
<module>server</module>
|
||||
<module>subsystem</module>
|
||||
</modules>
|
||||
|
||||
<dependencyManagement>
|
||||
|
|
Loading…
Reference in a new issue