fix docs
[ci skip]
This commit is contained in:
5
pom.xml
5
pom.xml
@@ -16,6 +16,11 @@
|
||||
<maven>[3.2.1,)</maven>
|
||||
</prerequisites>
|
||||
|
||||
<organization>
|
||||
<name>Codearte</name>
|
||||
<url>http://codearte.io/</url>
|
||||
</organization>
|
||||
|
||||
<developers>
|
||||
<developer>
|
||||
<id>mariuszs</id>
|
||||
|
||||
24
src/site/asciidoc/usage.adoc
Normal file
24
src/site/asciidoc/usage.adoc
Normal file
@@ -0,0 +1,24 @@
|
||||
== Usage
|
||||
|
||||
Sample minimal configuration for project with Java source code.
|
||||
|
||||
----
|
||||
<plugin>
|
||||
<groupId>io.codearte.accurest</groupId>
|
||||
<artifactId>accurest-maven-plugin</artifactId>
|
||||
<version>0.5.8</version> <!-- use latest release -->
|
||||
<executions>
|
||||
<execution>
|
||||
<goals>
|
||||
<goal>convert</goal>
|
||||
<goal>generateStubs</goal>
|
||||
<goal>generateTests</goal>
|
||||
</goals>
|
||||
</execution>
|
||||
</executions>
|
||||
<configuration>
|
||||
<baseClassForTests>foobar.AccurestBaseTest</baseClassForTests>
|
||||
</configuration>
|
||||
</plugin>
|
||||
----
|
||||
|
||||
@@ -8,15 +8,12 @@
|
||||
<skin>
|
||||
<groupId>org.apache.maven.skins</groupId>
|
||||
<artifactId>maven-fluido-skin</artifactId>
|
||||
<version>1.4</version>
|
||||
<version>1.5</version>
|
||||
</skin>
|
||||
<custom>
|
||||
<fluidoSkin>
|
||||
<topBarEnabled>true</topBarEnabled>
|
||||
<sideBarEnabled>true</sideBarEnabled>
|
||||
<googleSearch>
|
||||
<sitesearch/>
|
||||
</googleSearch>
|
||||
<gitHub>
|
||||
<projectId>codearte/accurest-maven-plugin</projectId>
|
||||
<ribbonOrientation>right</ribbonOrientation>
|
||||
@@ -29,6 +26,11 @@
|
||||
<body>
|
||||
<menu name="Overview">
|
||||
<item name="Introduction" href="index.html"/>
|
||||
<item name="Usage" href="usage.html"/>
|
||||
<item name="Goals" href="plugin-info.html"/>
|
||||
</menu>
|
||||
<menu name="Related Projects">
|
||||
<item name="Accurate REST" href="https://github.com/Codearte/accurest"/>
|
||||
</menu>
|
||||
<menu ref="reports" />
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user