KEYCLOAK-1538 Deploy server feature pack to maven repo
This commit is contained in:
parent
a16079e38d
commit
e3da38df7c
3 changed files with 0 additions and 31 deletions
|
@ -14,18 +14,6 @@
|
||||||
<artifactId>keycloak-adapters-distribution-parent</artifactId>
|
<artifactId>keycloak-adapters-distribution-parent</artifactId>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
|
|
||||||
<build>
|
|
||||||
<plugins>
|
|
||||||
<plugin>
|
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
|
||||||
<artifactId>maven-deploy-plugin</artifactId>
|
|
||||||
<configuration>
|
|
||||||
<skip>true</skip>
|
|
||||||
</configuration>
|
|
||||||
</plugin>
|
|
||||||
</plugins>
|
|
||||||
</build>
|
|
||||||
|
|
||||||
<modules>
|
<modules>
|
||||||
<module>as7-eap6-adapter</module>
|
<module>as7-eap6-adapter</module>
|
||||||
<module>jetty81-adapter-zip</module>
|
<module>jetty81-adapter-zip</module>
|
||||||
|
|
|
@ -14,18 +14,6 @@
|
||||||
<artifactId>distribution-pom</artifactId>
|
<artifactId>distribution-pom</artifactId>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
|
|
||||||
<build>
|
|
||||||
<plugins>
|
|
||||||
<plugin>
|
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
|
||||||
<artifactId>maven-deploy-plugin</artifactId>
|
|
||||||
<configuration>
|
|
||||||
<skip>true</skip>
|
|
||||||
</configuration>
|
|
||||||
</plugin>
|
|
||||||
</plugins>
|
|
||||||
</build>
|
|
||||||
|
|
||||||
<modules>
|
<modules>
|
||||||
<module>adapters</module>
|
<module>adapters</module>
|
||||||
<module>demo-dist</module>
|
<module>demo-dist</module>
|
||||||
|
|
|
@ -30,13 +30,6 @@
|
||||||
<build>
|
<build>
|
||||||
<finalName>auth-server</finalName>
|
<finalName>auth-server</finalName>
|
||||||
<plugins>
|
<plugins>
|
||||||
<plugin>
|
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
|
||||||
<artifactId>maven-deploy-plugin</artifactId>
|
|
||||||
<configuration>
|
|
||||||
<skip>true</skip>
|
|
||||||
</configuration>
|
|
||||||
</plugin>
|
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.jboss.as.plugins</groupId>
|
<groupId>org.jboss.as.plugins</groupId>
|
||||||
<artifactId>jboss-as-maven-plugin</artifactId>
|
<artifactId>jboss-as-maven-plugin</artifactId>
|
||||||
|
|
Loading…
Reference in a new issue