From 7ccbbfdbd03d7960d2fa3b62072b730b3968d9be Mon Sep 17 00:00:00 2001 From: simonbrandhof Date: Mon, 8 Nov 2010 14:27:01 +0000 Subject: fix plugin keys in archetypes --- archetypes/sonar-basic-plugin/project/pom.xml | 1 - .../sonar-basic-plugin/src/main/resources/archetype-resources/pom.xml | 1 - archetypes/sonar-gwt-plugin/project/pom.xml | 2 -- .../sonar-gwt-plugin/src/main/resources/archetype-resources/pom.xml | 2 -- 4 files changed, 6 deletions(-) diff --git a/archetypes/sonar-basic-plugin/project/pom.xml b/archetypes/sonar-basic-plugin/project/pom.xml index 494fb4c9085..1f583d5b964 100644 --- a/archetypes/sonar-basic-plugin/project/pom.xml +++ b/archetypes/sonar-basic-plugin/project/pom.xml @@ -41,7 +41,6 @@ 0.4 true - sample ${package}.SamplePlugin diff --git a/archetypes/sonar-basic-plugin/src/main/resources/archetype-resources/pom.xml b/archetypes/sonar-basic-plugin/src/main/resources/archetype-resources/pom.xml index 4af5ef172d4..84e631cabff 100644 --- a/archetypes/sonar-basic-plugin/src/main/resources/archetype-resources/pom.xml +++ b/archetypes/sonar-basic-plugin/src/main/resources/archetype-resources/pom.xml @@ -40,7 +40,6 @@ 0.4 true - sample ${package}.SamplePlugin diff --git a/archetypes/sonar-gwt-plugin/project/pom.xml b/archetypes/sonar-gwt-plugin/project/pom.xml index c285e4b6dac..4b078d689f5 100644 --- a/archetypes/sonar-gwt-plugin/project/pom.xml +++ b/archetypes/sonar-gwt-plugin/project/pom.xml @@ -84,8 +84,6 @@ 0.4 true - gwt-sample - GWT Sample ${package}.GwtSamplePlugin diff --git a/archetypes/sonar-gwt-plugin/src/main/resources/archetype-resources/pom.xml b/archetypes/sonar-gwt-plugin/src/main/resources/archetype-resources/pom.xml index 18683f9560a..d03dc24f81a 100644 --- a/archetypes/sonar-gwt-plugin/src/main/resources/archetype-resources/pom.xml +++ b/archetypes/sonar-gwt-plugin/src/main/resources/archetype-resources/pom.xml @@ -82,8 +82,6 @@ 0.4 true - gwt-sample - GWT Sample ${package}.GwtSamplePlugin -- cgit v1.2.3