Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
use hawtio-default by default in mvn exec:java
  • Loading branch information
jstrachan committed Jul 12, 2013
1 parent e80cf49 commit e81f2d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hawtio-embedded/pom.xml
Expand Up @@ -52,7 +52,7 @@
<mainClass>io.hawt.embedded.Main</mainClass>
<classpathScope>test</classpathScope>
<arguments>
<argument>${basedir}/../hawtio-web/target</argument>
<argument>${basedir}/../hawtio-default/target</argument>
<argument>${jettyPort}</argument>
<argument>${context}</argument>
</arguments>
Expand Down

0 comments on commit e81f2d9

Please sign in to comment.