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 + + + + + + + +