Skip to content

Commit

Permalink
Fixing README
Browse files Browse the repository at this point in the history
  • Loading branch information
asoldano committed Aug 8, 2016
1 parent b994738 commit 0dc2ca1
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
------------------------------------
| JBOSS WISE - CORE |
------------------------------------
# JBOSS WISE - CORE

[![Build Status](https://travis-ci.org/jboss-wise/wise-core.svg?branch=master)](https://travis-ci.org/jboss-wise/wise-core)


Expand All @@ -10,9 +9,10 @@
The build follows the usual Maven flow; a wilflyXYZ profile has to be specified to tell the project which target container to use for integration tests; if no wildflyXYZ profile is specified, the integration tests are skipped.

To run the full integration testsuite against the currently supported target containers use:
> mvn -Pwildfly800 clean integration-test
> mvn -Pwildfly810 clean integration-test
> mvn -Pwildfly821 clean integration-test
> mvn -Pwildfly902 clean integration-test
> mvn -Pwildfly1000 clean integration-test

- mvn -Pwildfly800 clean integration-test
- mvn -Pwildfly810 clean integration-test
- mvn -Pwildfly821 clean integration-test
- mvn -Pwildfly902 clean integration-test
- mvn -Pwildfly1000 clean integration-test

0 comments on commit 0dc2ca1

Please sign in to comment.