[ci skip]
This commit is contained in:
Mariusz Smykula
2016-04-21 18:58:19 +02:00
parent 3689fdffd5
commit f660250bcf
3 changed files with 35 additions and 4 deletions

View File

@@ -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>

View 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>
----

View File

@@ -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>