diff options
author | Simon Brandhof <simon.brandhof@gmail.com> | 2011-09-30 13:30:22 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@gmail.com> | 2011-09-30 13:30:22 +0200 |
commit | dc30e55e56000ad1b44ef6c387e1370885f68c4b (patch) | |
tree | a6716447c4b62bfcf05439b62c2c0880aa0ddd10 /pom.xml | |
parent | 3d4da0c8c9d101a02feec363b2b09e3faa69a10a (diff) | |
download | sonarqube-dc30e55e56000ad1b44ef6c387e1370885f68c4b.tar.gz sonarqube-dc30e55e56000ad1b44ef6c387e1370885f68c4b.zip |
SONAR-2797 end of support of maven archetypes
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 19 |
1 files changed, 1 insertions, 18 deletions
@@ -12,8 +12,6 @@ <modules> <!-- public artifacts to be deployed to central repository --> - <module>archetypes/sonar-basic-plugin</module> - <module>archetypes/sonar-gwt-plugin</module> <module>sonar-application</module> <module>sonar-batch</module> <module>sonar-batch-bootstrapper</module> @@ -120,7 +118,7 @@ </extensions> <pluginManagement> - <!-- Plugins ordered by shortname (archetype, assembly ...) --> + <!-- Plugins ordered by shortname (assembly, antrun ...) --> <plugins> <plugin> <groupId>org.codehaus.mojo</groupId> @@ -133,12 +131,6 @@ <version>1.6</version> </plugin> <plugin> - <!-- not thread safe --> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-archetype-plugin</artifactId> - <version>2.0-alpha-4</version> - </plugin> - <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-assembly-plugin</artifactId> <version>2.2.1</version> @@ -1046,15 +1038,6 @@ </developers> <profiles> - <profile> - <id>all</id> - <activation> - <activeByDefault>true</activeByDefault> - </activation> - <modules> - <module>samples</module> - </modules> - </profile> <profile> <id>dev</id> |