From 08a1c2020e755e3a5a46876a553ef61642976f0b Mon Sep 17 00:00:00 2001 From: John Mazzitelli Date: Wed, 18 Feb 2015 15:35:33 -0500 Subject: [PATCH] put resources (images) and .js file in dist where index.html wants it --- ui/console/pom.xml | 5 +---- .../main/webapp}/resources/img/hawkular.png | Bin 2 files changed, 1 insertion(+), 4 deletions(-) rename ui/console/{ => src/main/webapp}/resources/img/hawkular.png (100%) diff --git a/ui/console/pom.xml b/ui/console/pom.xml index 0d802285..e743d98d 100644 --- a/ui/console/pom.xml +++ b/ui/console/pom.xml @@ -120,14 +120,11 @@ maven-war-plugin - - target/dist - false - target libs/** + dist/** false diff --git a/ui/console/resources/img/hawkular.png b/ui/console/src/main/webapp/resources/img/hawkular.png similarity index 100% rename from ui/console/resources/img/hawkular.png rename to ui/console/src/main/webapp/resources/img/hawkular.png