From cb7ad3e97b9c55902e4ead882ac11e57fcdc983b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ram=C3=B3n=20Rial?= Date: Thu, 8 Oct 2020 10:36:25 +0200 Subject: [PATCH] Added asciidoctor-verify phase This changes adds the asciidoctor-verify phase invoked after the asciidoctor-post-publish phase. This phase was sugested By @abelsromero. This commit resolves #68. --- README.adoc | 3 ++- src/main/resources/META-INF/plexus/components.xml | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index c13af04..d6da615 100644 --- a/README.adoc +++ b/README.adoc @@ -47,7 +47,8 @@ documentation from the default lifecycle with the asciidoctor-maven-plugin. In this section I will tell you the most recent changes. This section will disappear with the final release. -.2020/10/07 +.2020/10/08 +* Added ```asciidoctor-verify``` phase after ```asciidoctor-post-publish``` phase. * Renamed ```asciidoctor-prepare-notify``` to ```asciidoctor-pre-notify```. * Renamed ```asciidoctor-prepare-publish``` to ```asciidoctor-pre-publish```. * Renamed ```asciidoctor-prepare-theme``` to ```asciidoctor-pre-theme```. diff --git a/src/main/resources/META-INF/plexus/components.xml b/src/main/resources/META-INF/plexus/components.xml index da4e126..6553ec4 100644 --- a/src/main/resources/META-INF/plexus/components.xml +++ b/src/main/resources/META-INF/plexus/components.xml @@ -14,6 +14,7 @@ asciidoctor-pre-publish asciidoctor-publish asciidoctor-post-publish + asciidoctor-verify asciidoctor-pre-notify asciidoctor-notify