keycloak-aplcache
Changes
distribution/api-docs-dist/pom.xml 4(+2 -2)
distribution/api-docs-dist/src/index.html 14(+1 -13)
distribution/demo-dist/assembly.xml 4(+0 -4)
distribution/demo-dist/pom.xml 22(+0 -22)
distribution/downloads/pom.xml 4(+2 -2)
distribution/pom.xml 2(+1 -1)
pom.xml 3(+1 -2)
Details
distribution/demo-dist/assembly.xml 4(+0 -4)
diff --git a/distribution/demo-dist/assembly.xml b/distribution/demo-dist/assembly.xml
index 56e5818..4c58b7d 100755
--- a/distribution/demo-dist/assembly.xml
+++ b/distribution/demo-dist/assembly.xml
@@ -61,10 +61,6 @@
</excludes>
</fileSet>
<fileSet>
- <directory>${project.build.directory}/unpacked/keycloak-docs-${project.version}</directory>
- <outputDirectory>docs</outputDirectory>
- </fileSet>
- <fileSet>
<directory>${project.build.directory}/unpacked/keycloak-examples-${project.version}</directory>
<outputDirectory>examples</outputDirectory>
</fileSet>
distribution/demo-dist/pom.xml 22(+0 -22)
diff --git a/distribution/demo-dist/pom.xml b/distribution/demo-dist/pom.xml
index 76ec682..72e7fa4 100755
--- a/distribution/demo-dist/pom.xml
+++ b/distribution/demo-dist/pom.xml
@@ -50,11 +50,6 @@
<artifactId>keycloak-examples-dist</artifactId>
<type>zip</type>
</dependency>
- <dependency>
- <groupId>org.keycloak</groupId>
- <artifactId>keycloak-docs-dist</artifactId>
- <type>zip</type>
- </dependency>
</dependencies>
<build>
@@ -140,23 +135,6 @@
</configuration>
</execution>
<execution>
- <id>unpack-docs</id>
- <phase>prepare-package</phase>
- <goals>
- <goal>unpack</goal>
- </goals>
- <configuration>
- <artifactItems>
- <artifactItem>
- <groupId>org.keycloak</groupId>
- <artifactId>keycloak-docs-dist</artifactId>
- <type>zip</type>
- <outputDirectory>${project.build.directory}/unpacked</outputDirectory>
- </artifactItem>
- </artifactItems>
- </configuration>
- </execution>
- <execution>
<id>unpack-examples</id>
<phase>prepare-package</phase>
<goals>
distribution/downloads/pom.xml 4(+2 -2)
diff --git a/distribution/downloads/pom.xml b/distribution/downloads/pom.xml
index 3e1e7f1..d45ad89 100755
--- a/distribution/downloads/pom.xml
+++ b/distribution/downloads/pom.xml
@@ -102,9 +102,9 @@
<artifactItem>
<groupId>org.keycloak</groupId>
- <artifactId>keycloak-docs-dist</artifactId>
+ <artifactId>keycloak-api-docs-dist</artifactId>
<type>zip</type>
- <destFileName>keycloak-docs-${project.version}.zip</destFileName>
+ <destFileName>keycloak-api-docs-${project.version}.zip</destFileName>
</artifactItem>
<artifactItem>
<groupId>org.keycloak</groupId>
distribution/pom.xml 2(+1 -1)
diff --git a/distribution/pom.xml b/distribution/pom.xml
index 707733c..1a071bc 100755
--- a/distribution/pom.xml
+++ b/distribution/pom.xml
@@ -35,7 +35,7 @@
<module>adapters</module>
<module>saml-adapters</module>
<module>demo-dist</module>
- <module>docs-dist</module>
+ <module>api-docs-dist</module>
<module>examples-dist</module>
<module>proxy-dist</module>
<module>server-dist</module>
pom.xml 3(+1 -2)
diff --git a/pom.xml b/pom.xml
index 1b2dd37..42df2d8 100755
--- a/pom.xml
+++ b/pom.xml
@@ -1081,7 +1081,7 @@
</dependency>
<dependency>
<groupId>org.keycloak</groupId>
- <artifactId>keycloak-docs-dist</artifactId>
+ <artifactId>keycloak-api-docs-dist</artifactId>
<version>${project.version}</version>
<type>zip</type>
</dependency>
@@ -1395,7 +1395,6 @@
<profile>
<id>jboss-release</id>
<modules>
- <module>docbook</module>
<module>distribution</module>
</modules>
</profile>