Skip to content

Commit

Permalink
Update README with Maven coordinates
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex authored and ChutneyDevelopers committed Apr 16, 2015
1 parent 5973751 commit 953f34d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ junit-rules

A collection of useful JUnit rules from Unruly's codebases

## Install from Maven Central

```xml
<dependency>
<groupId>co.unruly</groupId>
<artifactId>junit-rules</artifactId>
<version>1.0</version>
</dependency>
```

## Ignore tests until a certain date.

This allows you to write an acceptance/integration test before implementing a feature, and integrate it into your codebase before the implementation is complete.
Expand Down

0 comments on commit 953f34d

Please sign in to comment.