X-Git-Url: https://juplo.de/gitweb/?p=website;a=blobdiff_plain;f=pom.xml;h=b9e7a1b33e2a70c6552f53228fc9522462843f03;hp=aae2e137d9ccb91d46d3e71a61820f435bb09f80;hb=697279a7b2b206ef6d274ed0c56c795dd28559f6;hpb=333d6535bf30e4811ca4b1b62b02ce8658a7b777 diff --git a/pom.xml b/pom.xml index aae2e137..b9e7a1b3 100644 --- a/pom.xml +++ b/pom.xml @@ -45,6 +45,7 @@ 1.5.8 3.2.4.RELEASE 3.0.1 + 1.7.3-SNAPSHOT @@ -136,26 +137,31 @@ - org.lesscss - lesscss-maven-plugin - 1.3.3 + ro.isdc.wro4j + wro4j-maven-plugin + ${wro4j.version} + + ro.isdc.wro.maven.plugin.manager.factory.ConfigurableWroManagerFactory + ${project.build.directory}/${project.build.finalName}/css/ + ${project.build.directory}/${project.build.finalName}/js/ + + prepare-package - compile + run - - ${project.basedir}/src/main/webapp/less - ${project.build.directory}/${project.build.finalName}/css - true - maven-war-plugin - less/** + + WEB-INF/wro.*, + js/**, + less/** + @@ -174,6 +180,101 @@ org.eclipse.jetty jetty-maven-plugin + + + ${project.basedir}/src/test/resources/jetty-web.xml + + + + + ro.isdc.wro4j + wro4j-core + ${wro4j.version} + + + ro.isdc.wro4j + wro4j-extensions + ${wro4j.version} + + + javax.servlet + servlet-api + + + org.apache.commons + commons-lang3 + + + commons-io + commons-io + + + org.springframework + spring-web + + + com.google.code.gson + gson + + + com.google.javascript + closure-compiler + + + com.github.lltyk + dojo-shrinksafe + + + org.jruby + jruby-core + + + org.jruby + jruby-stdlib + + + me.n4u.sass + sass-gems + + + nz.co.edmi + bourbon-gem-jar + + + org.codehaus.gmaven.runtime + gmaven-runtime-1.7 + + + org.webjars + jshint + + + org.webjars + emberjs + + + org.webjars + handlebars + + + org.webjars + coffee-script + + + org.webjars + jslint + + + org.webjars + json2 + + + org.webjars + jquery + + + + org.codehaus.mojo