From: simonbrandhof Date: Mon, 8 Nov 2010 14:27:01 +0000 (+0000) Subject: fix plugin keys in archetypes X-Git-Tag: 2.6~624 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=7ccbbfdbd03d7960d2fa3b62072b730b3968d9be;p=sonarqube.git fix plugin keys in archetypes --- 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