From 8686eb0ad4d94840f6bf4f032caa1f8aeaa33cde Mon Sep 17 00:00:00 2001 From: Ezequiel Bergamaschi Date: Mon, 18 Aug 2014 20:09:26 -0300 Subject: [PATCH] Revert "removing unnecesary build" This reverts commit 52cac830ae8b97dd1487be294b1d8f3eeee3f331. --- wise-editor/pom.xml | 57 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) diff --git a/wise-editor/pom.xml b/wise-editor/pom.xml index 6c8b8935..9f6efa4f 100644 --- a/wise-editor/pom.xml +++ b/wise-editor/pom.xml @@ -27,5 +27,62 @@ + + + + org.mortbay.jetty + jetty-maven-plugin + 8.1.14.v20131031 + + + + 8080 + 60000 + + + ${project.build.directory}/wise-editor-${com.wisemapping.version}.war + + + + + maven-war-plugin + 2.1.1 + + js/mindplot-min.js + + + org.wisemapping + core-js + jar + js + + *.js + + + + org.wisemapping + mindplot + jar + css + + **/*.css + **/*.html + + + + org.wisemapping + mindplot + jar + js + + *.js + + + + + + + +