Reporting
[ci skip]
This commit is contained in:
10
src/site/asciidoc/index.adoc
Normal file
10
src/site/asciidoc/index.adoc
Normal file
@@ -0,0 +1,10 @@
|
||||
= Accurest Maven Plugin
|
||||
|
||||
Just to make long story short - Accurest is a tool that enables Consumer Driven Contract (CDC) development of JVM-based applications.
|
||||
|
||||
* Stubs mappings to be used by WireMock when doing integration testing on the client code (client tests).
|
||||
|
||||
* Acceptance tests used to verify if server-side implementation of the API is compliant with the contract (server tests).
|
||||
|
||||
Accurest moves TDD to the level of software architecture.
|
||||
|
||||
35
src/site/site.xml
Normal file
35
src/site/site.xml
Normal file
@@ -0,0 +1,35 @@
|
||||
<project name="Android Maven Plugin">
|
||||
<bannerLeft>
|
||||
<name>${project.name}</name>
|
||||
</bannerLeft>
|
||||
<bannerRight>
|
||||
<src></src>
|
||||
</bannerRight>
|
||||
<skin>
|
||||
<groupId>org.apache.maven.skins</groupId>
|
||||
<artifactId>maven-fluido-skin</artifactId>
|
||||
<version>1.4</version>
|
||||
</skin>
|
||||
<custom>
|
||||
<fluidoSkin>
|
||||
<topBarEnabled>true</topBarEnabled>
|
||||
<sideBarEnabled>true</sideBarEnabled>
|
||||
<googleSearch>
|
||||
<sitesearch/>
|
||||
</googleSearch>
|
||||
<gitHub>
|
||||
<projectId>codearte/accurest-maven-plugin</projectId>
|
||||
<ribbonOrientation>right</ribbonOrientation>
|
||||
<ribbonColor>orange</ribbonColor>
|
||||
</gitHub>
|
||||
<breadcrumbDivider>»</breadcrumbDivider>
|
||||
</fluidoSkin>
|
||||
</custom>
|
||||
|
||||
<body>
|
||||
<menu name="Overview">
|
||||
<item name="Introduction" href="index.html"/>
|
||||
</menu>
|
||||
<menu ref="reports" />
|
||||
</body>
|
||||
</project>
|
||||
Reference in New Issue
Block a user