Skip to content

Commit

Permalink
Merge pull request #145 from lucasponce/master
Browse files Browse the repository at this point in the history
Update proper profiles on readme
  • Loading branch information
jshaughn committed Jan 11, 2016
2 parents 27fb92b + 27a3264 commit 7e605eb
Showing 1 changed file with 6 additions and 12 deletions.
18 changes: 6 additions & 12 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ It includes a rules engine as part of the implementation details.
| hawkular-alerts-rest |
This is a public REST API for alerts component. +
It is a wrapper of the main *hawkular-alerts-api*.
| hawkular-alerts-bus-api |
Common message API used to interact with the bus.
| hawkular-alerts-bus |
This component is responsible for the communication between the alerts engine and the bus. +
*hawkular-alerts-engine* is decoupled from the bus, so it can be used in other scenarios +
Expand All @@ -50,6 +52,8 @@ Alert actions plugins. +
Main responsabilities are: +
- Publish supported properties. +
- Process actions messages.
| hawkular-alerts-metrics |
Optional component used to offer advance evaluation of complex Metrics expressions that interact with the Alerts system.
|=======================

== Getting started
Expand All @@ -66,20 +70,10 @@ Main responsabilities are: +

There is a integration test suite that downloads a wildfly server and deploys *hawkular-alerts* with an embedded
cassandra service.
These integration tests can be executed using *-Prest* profile:

```shell
mvn clean install -Prest
```

== Standalone tests

There is a integration test suite that downloads a wildfly server and deploys *hawkular-alerts* with an embedded
cassandra service.
These integration tests can be executed using *-Prest* profile:
These integration tests can be executed using *-Pitest* profile:

```shell
mvn clean install -Pstandalone
mvn clean install -Pitest
```

== Performance tests
Expand Down

0 comments on commit 7e605eb

Please sign in to comment.