From e9060cce76d6ff9da281c05e6b99ccf29e5501f6 Mon Sep 17 00:00:00 2001 From: Mahmoud Ben Hassine Date: Thu, 12 Nov 2015 23:15:57 +0100 Subject: [PATCH] remove reporting plugins, replaced with sonar analysis --- easyrules-core/pom.xml | 38 -------------------------------------- easyrules-jmx/pom.xml | 38 -------------------------------------- easyrules-quartz/pom.xml | 38 -------------------------------------- 3 files changed, 114 deletions(-) diff --git a/easyrules-core/pom.xml b/easyrules-core/pom.xml index 5ea9e3c..2bc950c 100644 --- a/easyrules-core/pom.xml +++ b/easyrules-core/pom.xml @@ -67,42 +67,4 @@ - - - - org.apache.maven.plugins - maven-checkstyle-plugin - ${maven-checkstyle-plugin.version} - - - - checkstyle - - - - - - org.apache.maven.plugins - maven-pmd-plugin - ${maven-pmd-plugin.version} - - true - ${project.build.sourceEncoding} - 100 - 1.5 - - - - org.codehaus.mojo - findbugs-maven-plugin - ${findbugs-maven-plugin.version} - - - org.codehaus.mojo - cobertura-maven-plugin - ${cobertura-maven-plugin.version} - - - - diff --git a/easyrules-jmx/pom.xml b/easyrules-jmx/pom.xml index b7f2c08..f192dcf 100644 --- a/easyrules-jmx/pom.xml +++ b/easyrules-jmx/pom.xml @@ -71,42 +71,4 @@ - - - - org.apache.maven.plugins - maven-checkstyle-plugin - ${maven-checkstyle-plugin.version} - - - - checkstyle - - - - - - org.apache.maven.plugins - maven-pmd-plugin - ${maven-pmd-plugin.version} - - true - ${project.build.sourceEncoding} - 100 - 1.5 - - - - org.codehaus.mojo - findbugs-maven-plugin - ${findbugs-maven-plugin.version} - - - org.codehaus.mojo - cobertura-maven-plugin - ${cobertura-maven-plugin.version} - - - - diff --git a/easyrules-quartz/pom.xml b/easyrules-quartz/pom.xml index 797f9f1..2a54dae 100644 --- a/easyrules-quartz/pom.xml +++ b/easyrules-quartz/pom.xml @@ -77,42 +77,4 @@ - - - - org.apache.maven.plugins - maven-checkstyle-plugin - ${maven-checkstyle-plugin.version} - - - - checkstyle - - - - - - org.apache.maven.plugins - maven-pmd-plugin - ${maven-pmd-plugin.version} - - true - ${project.build.sourceEncoding} - 100 - 1.5 - - - - org.codehaus.mojo - findbugs-maven-plugin - ${findbugs-maven-plugin.version} - - - org.codehaus.mojo - cobertura-maven-plugin - ${cobertura-maven-plugin.version} - - - -