From 53d98beba4a824a217e7224cd610ae27a3c794a7 Mon Sep 17 00:00:00 2001 From: Tomaz Cerar Date: Mon, 26 Mar 2018 16:48:45 +0200 Subject: [PATCH] Revert "Change the way docs are generated" This reverts commit 3a83d3d --- README.adoc | 1 - pom.xml | 37 ++++++------------------------------- 2 files changed, 6 insertions(+), 32 deletions(-) diff --git a/README.adoc b/README.adoc index cffb0fc8af..b43caf1c15 100644 --- a/README.adoc +++ b/README.adoc @@ -92,7 +92,6 @@ NOTE: Some of these quickstarts use the H2 database included with {productName}. | link:http-custom-mechanism/README{outfilesuffix}[http-custom-mechanism]|EJB, Security | The `http-custom-mechanism` quickstart demonstrates how to implement a custom HTTP authentication mechanism that can be registered with Elytron. | Intermediate | _none_ | link:inter-app/README{outfilesuffix}[inter-app]|EJB, CDI, JSF | The `inter-app` quickstart shows you how to use a shared API JAR and an EJB to provide inter-application communication between two WAR deployments. | Advanced | _none_ | link:jaxrs-client/README{outfilesuffix}[jaxrs-client]|JAX-RS | The `jaxrs-client` quickstart demonstrates JAX-RS Client API, which interacts with a JAX-RS Web service that runs on {productName}. | Beginner | _none_ -| link:jaxrs-jwt/README{outfilesuffix}[jaxrs-jwt]|JAX-RS, Security | The `jaxrs-jwt` quickstart demonstrates a JAX-RS secured application using JSON Web Tokens (JWT) with Elytron. | Intermediate | _none_ | link:jaxws-addressing/README{outfilesuffix}[jaxws-addressing]|JAX-WS | The `jaxws-addressing` quickstart is a working example of the web service using WS-Addressing. | Beginner | _none_ | link:jaxws-ejb/README{outfilesuffix}[jaxws-ejb]|JAX-WS | The `jaxws-ejb` quickstart is a working example of the web service endpoint created from an EJB. | Beginner | _none_ | link:jaxws-pojo/README{outfilesuffix}[jaxws-pojo]|JAX-WS | The `jaxws-pojo` quickstart is a working example of the web service endpoint created from a POJO. | Beginner | _none_ diff --git a/pom.xml b/pom.xml index 075d42f321..4fada7e39d 100644 --- a/pom.xml +++ b/pom.xml @@ -516,6 +516,7 @@ + org.wildfly.maven.plugins quickstart-documentation-plugin @@ -547,19 +548,18 @@ - shared-doc + none - **/*.* + **/* article . - - - true - true + README.adoc + README.html + @@ -571,31 +571,6 @@ - - org.apache.maven.plugins - maven-resources-plugin - ${version.resources.plugin} - - - copy-generated-docs - generate-resources - - copy-resources - - - ${basedir} - - - ${project.build.directory}/generated-docs - - **/*.html - - - - - - -