From fb56fdc0dc18d277ccfae2cdb948e9da367377ea Mon Sep 17 00:00:00 2001 From: Elena Vilchik Date: Tue, 12 Jun 2018 13:34:33 +0200 Subject: Create CSS language and set up trivial ITs (#39) --- its/plugin/pom.xml | 88 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 88 insertions(+) create mode 100644 its/plugin/pom.xml (limited to 'its/plugin/pom.xml') diff --git a/its/plugin/pom.xml b/its/plugin/pom.xml new file mode 100644 index 0000000..24aa42c --- /dev/null +++ b/its/plugin/pom.xml @@ -0,0 +1,88 @@ + + + + its + org.sonarsource.css + 1.0.0-SNAPSHOT + + 4.0.0 + + plugin + + + + + org.sonarsource.orchestrator + sonar-orchestrator + + + org.sonarsource.sonarqube + sonar-ws + ${sonar.version} + test + + + org.assertj + assertj-core + + + + + + + maven-surefire-plugin + + + **/Tests.java + + + + + + + + + qa + + + env.SONARSOURCE_QA + true + + + + + + org.apache.maven.plugins + maven-dependency-plugin + 2.10 + + + copy-plugin + generate-test-resources + + copy + + + + + ${project.groupId} + sonar-css-plugin + ${project.version} + sonar-plugin + true + + + ../../sonar-css-plugin/target + true + true + + + + + + + + + -- cgit v1.2.3