From ca29b301338da32bb143e8d2c622864ce8dd8067 Mon Sep 17 00:00:00 2001 From: Imran M Yousuf Date: Sun, 26 Jul 2009 13:39:16 +0700 Subject: [PATCH] Move sonar plugin config in a profile to be activated by -Dsonar.enabled=true Signed-off-by: Imran M Yousuf --- pom.xml | 23 ++++++++++++++++++----- 1 file changed, 18 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 28026d1..e03bebe 100644 --- a/pom.xml +++ b/pom.xml @@ -226,11 +226,6 @@ - - org.codehaus.mojo - sonar-maven-plugin - ${sonar.plugin.version} - @@ -444,6 +439,24 @@ + + sonar-config + + + sonar.enabled + true + + + + + + org.codehaus.mojo + sonar-maven-plugin + ${sonar.plugin.version} + + + + smart-hibernate-abstract-dao -- 2.11.4.GIT