aboutsummaryrefslogtreecommitdiffstats
path: root/archetypes
diff options
context:
space:
mode:
authorsimonbrandhof <simon.brandhof@gmail.com>2010-11-08 14:27:01 +0000
committersimonbrandhof <simon.brandhof@gmail.com>2010-11-08 14:27:01 +0000
commit7ccbbfdbd03d7960d2fa3b62072b730b3968d9be (patch)
treecac5e7bfad0593d0b84d3726530b36f9a32ea756 /archetypes
parenta46321d145080607106a385ed07c48b6e0ba8f88 (diff)
downloadsonarqube-7ccbbfdbd03d7960d2fa3b62072b730b3968d9be.tar.gz
sonarqube-7ccbbfdbd03d7960d2fa3b62072b730b3968d9be.zip
fix plugin keys in archetypes
Diffstat (limited to 'archetypes')
-rw-r--r--archetypes/sonar-basic-plugin/project/pom.xml1
-rw-r--r--archetypes/sonar-basic-plugin/src/main/resources/archetype-resources/pom.xml1
-rw-r--r--archetypes/sonar-gwt-plugin/project/pom.xml2
-rw-r--r--archetypes/sonar-gwt-plugin/src/main/resources/archetype-resources/pom.xml2
4 files changed, 0 insertions, 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 @@
<version>0.4</version>
<extensions>true</extensions>
<configuration>
- <pluginKey>sample</pluginKey>
<pluginClass>${package}.SamplePlugin</pluginClass>
</configuration>
</plugin>
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 @@
<version>0.4</version>
<extensions>true</extensions>
<configuration>
- <pluginKey>sample</pluginKey>
<pluginClass>${package}.SamplePlugin</pluginClass>
</configuration>
</plugin>
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 @@
<version>0.4</version>
<extensions>true</extensions>
<configuration>
- <pluginKey>gwt-sample</pluginKey>
- <pluginName>GWT Sample</pluginName>
<pluginClass>${package}.GwtSamplePlugin</pluginClass>
</configuration>
</plugin>
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 @@
<version>0.4</version>
<extensions>true</extensions>
<configuration>
- <pluginKey>gwt-sample</pluginKey>
- <pluginName>GWT Sample</pluginName>
<pluginClass>${package}.GwtSamplePlugin</pluginClass>
</configuration>
</plugin>