Fixes
This commit is contained in:
parent
e697d5ebf5
commit
e64a2d8de5
3 changed files with 46 additions and 46 deletions
|
@ -57,7 +57,7 @@
|
||||||
<outputDirectory>docs/javadocs</outputDirectory>
|
<outputDirectory>docs/javadocs</outputDirectory>
|
||||||
</fileSet>
|
</fileSet>
|
||||||
<fileSet>
|
<fileSet>
|
||||||
<directory>../../services/target/site/apidocs</directory>
|
<directory>../../services/target/apidocs</directory>
|
||||||
<outputDirectory>docs/rest-api</outputDirectory>
|
<outputDirectory>docs/rest-api</outputDirectory>
|
||||||
</fileSet>
|
</fileSet>
|
||||||
<fileSet>
|
<fileSet>
|
||||||
|
|
41
pom.xml
41
pom.xml
|
@ -1042,22 +1042,6 @@
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
</pluginManagement>
|
</pluginManagement>
|
||||||
|
|
||||||
<plugins>
|
|
||||||
<plugin>
|
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
|
||||||
<artifactId>maven-javadoc-plugin</artifactId>
|
|
||||||
<configuration>
|
|
||||||
<minmemory>128m</minmemory>
|
|
||||||
<maxmemory>1024m</maxmemory>
|
|
||||||
<quiet>false</quiet>
|
|
||||||
<aggregate>true</aggregate>
|
|
||||||
<excludePackageNames>
|
|
||||||
se.unlogic.*:com.restfully.*:org.jboss.resteasy.examples.*:org.jboss.resteasy.tests.*
|
|
||||||
</excludePackageNames>
|
|
||||||
</configuration>
|
|
||||||
</plugin>
|
|
||||||
</plugins>
|
|
||||||
</build>
|
</build>
|
||||||
|
|
||||||
<profiles>
|
<profiles>
|
||||||
|
@ -1067,6 +1051,31 @@
|
||||||
<module>docbook</module>
|
<module>docbook</module>
|
||||||
<module>distribution</module>
|
<module>distribution</module>
|
||||||
</modules>
|
</modules>
|
||||||
|
<build>
|
||||||
|
<plugins>
|
||||||
|
<plugin>
|
||||||
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
|
<artifactId>maven-javadoc-plugin</artifactId>
|
||||||
|
<executions>
|
||||||
|
<execution>
|
||||||
|
<id>aggregate</id>
|
||||||
|
<phase>package</phase>
|
||||||
|
<goals>
|
||||||
|
<goal>aggregate</goal>
|
||||||
|
</goals>
|
||||||
|
<configuration>
|
||||||
|
<minmemory>128m</minmemory>
|
||||||
|
<maxmemory>1024m</maxmemory>
|
||||||
|
<aggregate>true</aggregate>
|
||||||
|
<excludePackageNames>
|
||||||
|
se.unlogic.*:com.restfully.*:org.jboss.resteasy.examples.*:org.jboss.resteasy.tests.*
|
||||||
|
</excludePackageNames>
|
||||||
|
</configuration>
|
||||||
|
</execution>
|
||||||
|
</executions>
|
||||||
|
</plugin>
|
||||||
|
</plugins>
|
||||||
|
</build>
|
||||||
</profile>
|
</profile>
|
||||||
</profiles>
|
</profiles>
|
||||||
</project>
|
</project>
|
||||||
|
|
|
@ -183,35 +183,26 @@
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-javadoc-plugin</artifactId>
|
<artifactId>maven-javadoc-plugin</artifactId>
|
||||||
<executions>
|
<configuration>
|
||||||
<execution>
|
<subpackages>org.keycloak.services.resources.admin:org.keycloak.protocol.oidc</subpackages>
|
||||||
<id>generate-service-docs</id>
|
<doclet>com.lunatech.doclets.jax.jaxrs.JAXRSDoclet</doclet>
|
||||||
<phase>generate-resources</phase>
|
<docletArtifacts>
|
||||||
<configuration>
|
<docletArtifact>
|
||||||
<subpackages>org.keycloak.services.resources.admin:org.keycloak.protocol.oidc</subpackages>
|
<groupId>com.lunatech.jax-doclets</groupId>
|
||||||
<doclet>com.lunatech.doclets.jax.jaxrs.JAXRSDoclet</doclet>
|
<artifactId>doclets</artifactId>
|
||||||
<docletArtifacts>
|
<version>0.10.2</version>
|
||||||
<docletArtifact>
|
</docletArtifact>
|
||||||
<groupId>com.lunatech.jax-doclets</groupId>
|
</docletArtifacts>
|
||||||
<artifactId>doclets</artifactId>
|
<detectOfflineLinks>false</detectOfflineLinks>
|
||||||
<version>0.10.2</version>
|
<offlineLinks>
|
||||||
</docletArtifact>
|
<offlineLink>
|
||||||
</docletArtifacts>
|
<url>../javadocs</url>
|
||||||
<detectOfflineLinks>false</detectOfflineLinks>
|
<location>${project.basedir}/../target/site/apidocs</location>
|
||||||
<offlineLinks>
|
</offlineLink>
|
||||||
<offlineLink>
|
</offlineLinks>
|
||||||
<url>../javadocs</url>
|
<additionalparam>-disablejavascriptexample</additionalparam>
|
||||||
<location>${project.basedir}/../target/site/apidocs</location>
|
<additionalparam>-pathexcludefilter '/admin/.*index.*' -pathexcludefilter '/admin' -pathexcludefilter '/admin/\\{realm\\}/console.*'</additionalparam>
|
||||||
</offlineLink>
|
</configuration>
|
||||||
</offlineLinks>
|
|
||||||
<additionalparam>-disablejavascriptexample</additionalparam>
|
|
||||||
<additionalparam>-pathexcludefilter '/admin/.*index.*' -pathexcludefilter '/admin' -pathexcludefilter '/admin/\\{realm\\}/console.*'</additionalparam>
|
|
||||||
</configuration>
|
|
||||||
<goals>
|
|
||||||
<goal>javadoc</goal>
|
|
||||||
</goals>
|
|
||||||
</execution>
|
|
||||||
</executions>
|
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
|
|
Loading…
Reference in a new issue