Skip to content
This repository has been archived by the owner on Dec 14, 2018. It is now read-only.

Latest commit

 

History

History
18 lines (14 loc) · 1.27 KB

CONTRIBUTING.md

File metadata and controls

18 lines (14 loc) · 1.27 KB

Contribute to the Allure Spock Adaptor

In order to build Allure Spock Adaptor, you need:

  • JDK 1.7 or above (tested with Oracle JDK on different platforms) to compile and run.
  • Maven 3.0.4 or above to build.

When editing the code, please configure your preferred IDE to use UTF-8 for all files and 4-space indentation. To build the project, you need to run:

$ mvn clean install

Pull requests

In addition, you should know that we declare minor versions of Allure fully compatible, so the produced XML format shouldn't change in your pull request. If you would like to introduce changes to the XML, please contact us before implementing.