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

Commit

Permalink
we call this "kettle"
Browse files Browse the repository at this point in the history
  • Loading branch information
jmazzitelli committed Feb 20, 2015
1 parent 4b3afef commit 0b6a3d4
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 6 deletions.
7 changes: 4 additions & 3 deletions integration-distro-test/pom.xml → kettle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,14 @@
<parent>
<groupId>org.hawkular</groupId>
<artifactId>hawkular-parent</artifactId>
<version>5</version>
<version>6</version>
</parent>

<artifactId>hawkular-integration-test</artifactId>
<artifactId>hawkular-kettle</artifactId>
<version>1.0.0.Alpha1-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Hawkular Integration Distribution</name>
<name>Hawkular Kettle</name>
<description>Hawkular distribution that integrates all components into a single server.</description>

<properties>
<checkstyle.suppressions.file>${basedir}/src/main/scripts/checkstyle-suppressions.xml</checkstyle.suppressions.file>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<modules>
<module>ui/console</module>
<module>modules/pinger</module>
<module>integration-distro-test</module>
<module>kettle</module>
</modules>

<scm>
Expand Down
5 changes: 3 additions & 2 deletions ui/console/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,9 @@
<packaging>war</packaging>

<properties>
<hawkular.console.context>/hawkular-console</hawkular.console.context>
<hawkular.console.index.html.base.href>/hawkular-console/</hawkular.console.index.html.base.href>
<!-- TODO: should be /hawkular-console and /hawkular-console/ -->
<hawkular.console.context>/</hawkular.console.context>
<hawkular.console.index.html.base.href>/</hawkular.console.index.html.base.href>
</properties>

<build>
Expand Down

0 comments on commit 0b6a3d4

Please sign in to comment.