From 257f4eaf740749bc67f572cf70e053cf112bb9fd Mon Sep 17 00:00:00 2001 From: Evgeny Mandrikov Date: Fri, 4 Mar 2011 12:48:04 +0300 Subject: [PATCH] Remove useless configuration of maven-deploy-plugin --- archetypes/sonar-basic-plugin/pom.xml | 6 ------ archetypes/sonar-gwt-plugin/pom.xml | 6 ------ sonar-check-api/pom.xml | 13 +------------ sonar-core-maven-plugin/pom.xml | 10 +++++----- sonar-gwt-api/pom.xml | 13 +++---------- sonar-plugin-api/pom.xml | 6 ------ sonar-testing-harness/pom.xml | 10 ---------- 7 files changed, 9 insertions(+), 55 deletions(-) diff --git a/archetypes/sonar-basic-plugin/pom.xml b/archetypes/sonar-basic-plugin/pom.xml index 42131201289..c8897f0c21a 100644 --- a/archetypes/sonar-basic-plugin/pom.xml +++ b/archetypes/sonar-basic-plugin/pom.xml @@ -47,12 +47,6 @@ 2.0-alpha-4 true - - maven-deploy-plugin - - false - - diff --git a/archetypes/sonar-gwt-plugin/pom.xml b/archetypes/sonar-gwt-plugin/pom.xml index 30f0226d350..d58228708f2 100644 --- a/archetypes/sonar-gwt-plugin/pom.xml +++ b/archetypes/sonar-gwt-plugin/pom.xml @@ -54,12 +54,6 @@ 2.0-alpha-4 true - - maven-deploy-plugin - - false - - diff --git a/sonar-check-api/pom.xml b/sonar-check-api/pom.xml index 30542f36dc1..c34dba850a8 100644 --- a/sonar-check-api/pom.xml +++ b/sonar-check-api/pom.xml @@ -18,15 +18,4 @@ test - - - - - maven-deploy-plugin - - false - - - - - \ No newline at end of file + diff --git a/sonar-core-maven-plugin/pom.xml b/sonar-core-maven-plugin/pom.xml index 5c2e89a4c41..ede7ac39eeb 100644 --- a/sonar-core-maven-plugin/pom.xml +++ b/sonar-core-maven-plugin/pom.xml @@ -92,11 +92,11 @@ - maven-deploy-plugin - - true - + maven-deploy-plugin + + true + - \ No newline at end of file + diff --git a/sonar-gwt-api/pom.xml b/sonar-gwt-api/pom.xml index a8189a24097..60635c15dc3 100644 --- a/sonar-gwt-api/pom.xml +++ b/sonar-gwt-api/pom.xml @@ -12,12 +12,11 @@ - org.codehaus.sonar sonar-ws-client - + org.codehaus.sonar sonar-ws-client sources @@ -44,7 +43,7 @@ src/main/resources - + org.apache.maven.plugins @@ -75,12 +74,6 @@ - - maven-deploy-plugin - - false - - - \ No newline at end of file + diff --git a/sonar-plugin-api/pom.xml b/sonar-plugin-api/pom.xml index e47337f1f31..4056cff7740 100644 --- a/sonar-plugin-api/pom.xml +++ b/sonar-plugin-api/pom.xml @@ -35,12 +35,6 @@ - - maven-deploy-plugin - - false - - diff --git a/sonar-testing-harness/pom.xml b/sonar-testing-harness/pom.xml index 4ea1966956a..e62e9e22406 100644 --- a/sonar-testing-harness/pom.xml +++ b/sonar-testing-harness/pom.xml @@ -10,16 +10,6 @@ jar Sonar :: Testing Harness - - - - maven-deploy-plugin - - false - - - - junit -- 2.39.5