From 7a152a695dc0f93881cf46263e262df1f9358fe1 Mon Sep 17 00:00:00 2001 From: Dave Syer Date: Mon, 29 Sep 2014 18:09:34 +0100 Subject: [PATCH] Add maven processor for docs --- pom.xml | 31 ++++++++++++++++++++++++++++--- 1 file changed, 28 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index f74bbcc..e04c95e 100644 --- a/pom.xml +++ b/pom.xml @@ -1,15 +1,15 @@ 4.0.0 + org.springframework.cloud + spring-cloud-cli-parent + 1.0.0.BUILD-SNAPSHOT org.springframework.boot spring-boot-parent 1.1.5.RELEASE - org.springframework.cloud - spring-cloud-cli-parent - 1.0.0.BUILD-SNAPSHOT pom Spring Cloud Cli Parent Spring Cloud Cli @@ -66,6 +66,7 @@ + @@ -73,6 +74,30 @@ + + org.asciidoctor + asciidoctor-maven-plugin + 1.5.0 + + + generate- + process-resources + + process-asciidoc + + false + + spring-cloud-cli.adoc + html + article + + true + ${project.version} + + + + +