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} + + + + +