Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
add alerts to integration server - includes the alerts ear, the examp…
Browse files Browse the repository at this point in the history
…le GUI, and the email notifier
  • Loading branch information
jmazzitelli committed Feb 5, 2015
1 parent b14547f commit aa06b30
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
19 changes: 19 additions & 0 deletions integration-distro-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
<!-- The versions of the components that go into our integration distribution -->
<version.org.hawkular.nest>1.0.0.Alpha1-SNAPSHOT</version.org.hawkular.nest>
<version.org.hawkular.inventory>1.0-SNAPSHOT</version.org.hawkular.inventory>
<version.org.hawkular.alerts>1.0.0.Alpha1-SNAPSHOT</version.org.hawkular.alerts>
</properties>

<dependencies>
Expand All @@ -53,6 +54,24 @@
<version>${version.org.hawkular.inventory}</version>
<type>war</type>
</dependency>
<dependency>
<groupId>org.hawkular.alerts</groupId>
<artifactId>hawkular-alerts-ear</artifactId>
<version>${version.org.hawkular.alerts}</version>
<type>ear</type>
</dependency>
<dependency>
<groupId>org.hawkular.alerts</groupId>
<artifactId>example-alerts-ui</artifactId>
<version>${version.org.hawkular.alerts}</version>
<type>war</type>
</dependency>
<dependency>
<groupId>org.hawkular.alerts</groupId>
<artifactId>hawkular-notifiers-email</artifactId>
<version>${version.org.hawkular.alerts}</version>
<type>war</type>
</dependency>
</dependencies>

<build>
Expand Down
2 changes: 2 additions & 0 deletions integration-distro-test/src/main/scripts/distro-assembly.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@
<useProjectArtifact>false</useProjectArtifact>
<includes>
<include>org.hawkular.inventory:rest-api</include>
<include>org.hawkular.alerts:hawkular-alerts-ear</include>
<include>org.hawkular.alerts:hawkular-notifiers-email</include>
</includes>
<unpack>false</unpack>
<fileMode>0644</fileMode>
Expand Down

0 comments on commit aa06b30

Please sign in to comment.