Reporting

[ci skip]
This commit is contained in:
Mariusz Smykula
2016-04-21 18:19:25 +02:00
parent 69d227839a
commit 3689fdffd5
3 changed files with 126 additions and 1 deletions

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