X-Git-Url: https://juplo.de/gitweb/?p=website;a=blobdiff_plain;f=pom.xml;h=6eea9bab2be3e7dc2e2cc7facc461f5c4a3c99c9;hp=8af44c82c0617aa07557391c729aeb4de0a8ce59;hb=4847c7b7a47021ac0fed26b5f3538f4e8c230cb0;hpb=0aae9ac342885e8ae9681e758c793b704d175987 diff --git a/pom.xml b/pom.xml index 8af44c82..6eea9bab 100644 --- a/pom.xml +++ b/pom.xml @@ -45,6 +45,7 @@ 1.5.8 3.2.4.RELEASE 3.0.1 + 1.7.2 @@ -136,17 +137,33 @@ - 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 + + maven-war-plugin + + + WEB-INF/wro.*, + js/**, + less/** + + + org.apache.maven.plugins maven-source-plugin @@ -163,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