From f660250bcff5c5d7b2a551000e7c1718818139cb Mon Sep 17 00:00:00 2001 From: Mariusz Smykula Date: Thu, 21 Apr 2016 18:58:19 +0200 Subject: [PATCH] fix docs [ci skip] --- pom.xml | 5 +++++ src/site/asciidoc/usage.adoc | 24 ++++++++++++++++++++++++ src/site/site.xml | 10 ++++++---- 3 files changed, 35 insertions(+), 4 deletions(-) create mode 100644 src/site/asciidoc/usage.adoc diff --git a/pom.xml b/pom.xml index 09e1f1a307..e2c246c1e6 100644 --- a/pom.xml +++ b/pom.xml @@ -16,6 +16,11 @@ [3.2.1,) + + Codearte + http://codearte.io/ + + mariuszs diff --git a/src/site/asciidoc/usage.adoc b/src/site/asciidoc/usage.adoc new file mode 100644 index 0000000000..9cdbcc2140 --- /dev/null +++ b/src/site/asciidoc/usage.adoc @@ -0,0 +1,24 @@ +== Usage + +Sample minimal configuration for project with Java source code. + +---- + + io.codearte.accurest + accurest-maven-plugin + 0.5.8 + + + + convert + generateStubs + generateTests + + + + + foobar.AccurestBaseTest + + +---- + diff --git a/src/site/site.xml b/src/site/site.xml index a26f77c089..99c060eba2 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -8,15 +8,12 @@ org.apache.maven.skins maven-fluido-skin - 1.4 + 1.5 true true - - - codearte/accurest-maven-plugin right @@ -29,6 +26,11 @@ + + + + +