Skip to content

Commit

Permalink
remark on how to run tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mkristian committed Oct 13, 2014
1 parent bc8b98e commit 1f32577
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,14 @@ for more example look into the integration test of the various plugins
* [jruby-maven-plugin/src/it](https://github.com/torquebox/jruby-maven-plugins/tree/master/jruby-maven-plugin/src/it)
* [gem-maven-plugin/src/it](https://github.com/torquebox/jruby-maven-plugins/tree/master/gem-maven-plugin/src/it)
* . . .

running the intergration tests
------------------------------

```
mvn clean install -Pintegration-test -Pall
```


contributing
------------
Expand Down

0 comments on commit 1f32577

Please sign in to comment.