From 6383829aa3b6b25975da1fe7c618e3f611d8c6e1 Mon Sep 17 00:00:00 2001 From: Elena Vilchik Date: Thu, 14 Jun 2018 17:40:32 +0200 Subject: Integrate stylelint inside plugin (#42) --- sonar-css-plugin/pom.xml | 61 ++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 59 insertions(+), 2 deletions(-) (limited to 'sonar-css-plugin/pom.xml') diff --git a/sonar-css-plugin/pom.xml b/sonar-css-plugin/pom.xml index a1b3ecc..ee91ea8 100644 --- a/sonar-css-plugin/pom.xml +++ b/sonar-css-plugin/pom.xml @@ -61,6 +61,14 @@ commons-lang 2.6 + + commons-io + commons-io + + + com.google.code.gson + gson + @@ -115,8 +123,8 @@ - 10000 - 200000 + 5000000 + 6000000 ${project.build.directory}/${project.build.finalName}.jar @@ -127,6 +135,55 @@ + + + com.github.eirslett + frontend-maven-plugin + 1.4 + + css-bundle + target + v8.9.4 + 5.6.0 + + + + install node and npm + + install-node-and-npm + + + + npm install + + npm + + + + + + + maven-assembly-plugin + 3.0.0 + + + src/sonarcss-assembly.xml + + target/classes + css-bundle + false + + + + make-assembly + prepare-package + + single + + + + + -- cgit v1.2.3