Skip to content

Commit

Permalink
refactor(deploy): merge hawtio-base.war with hawtio-default.war
Browse files Browse the repository at this point in the history
Fix #2997
  • Loading branch information
tadayosi committed Nov 13, 2023
1 parent ceb296d commit bf46f0a
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 92 deletions.
4 changes: 0 additions & 4 deletions deploy/hawtio-base/.gitignore

This file was deleted.

76 changes: 0 additions & 76 deletions deploy/hawtio-base/pom.xml

This file was deleted.

9 changes: 0 additions & 9 deletions deploy/hawtio-base/src/main/resources/log4j2.properties

This file was deleted.

4 changes: 2 additions & 2 deletions deploy/hawtio-default/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@

<dependency>
<groupId>io.hawt</groupId>
<artifactId>hawtio-base</artifactId>
<artifactId>hawtio-war</artifactId>
<version>${project.version}</version>
<!--
NOTE this WAR dependency type which enables this WAR to
inherit all the plugins and content from the core hawtio-base WAR
inherit all the plugins and content from the core hawtio-war WAR
-->
<type>war</type>
</dependency>
Expand Down
Empty file.
1 change: 0 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@
<modules>
<module>bom</module>
<module>console</module>
<module>deploy/hawtio-base</module>
<module>deploy/hawtio-default</module>
<module>deploy/hawtio-embedded</module>
<module>examples/quarkus</module>
Expand Down

0 comments on commit bf46f0a

Please sign in to comment.