aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-application
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@gmail.com>2012-01-10 17:21:42 +0100
committerSimon Brandhof <simon.brandhof@gmail.com>2012-01-10 17:21:42 +0100
commitca80a1cdd578afa21ec1b43b49408b76bfab9180 (patch)
tree81c3909a1f2f506598afc15cad6edb67a07b7058 /sonar-application
parent069084d00755056ae2dfbf1aa236d3c2fc98280b (diff)
downloadsonarqube-ca80a1cdd578afa21ec1b43b49408b76bfab9180.tar.gz
sonarqube-ca80a1cdd578afa21ec1b43b49408b76bfab9180.zip
SONAR-2416 Remove the internal Maven repository that is used by Sonar Mojo 1.0-beta-1
Diffstat (limited to 'sonar-application')
-rw-r--r--sonar-application/assembly.xml7
-rw-r--r--sonar-application/pom.xml8
2 files changed, 0 insertions, 15 deletions
diff --git a/sonar-application/assembly.xml b/sonar-application/assembly.xml
index 3eb47c2311d..4af1370b983 100644
--- a/sonar-application/assembly.xml
+++ b/sonar-application/assembly.xml
@@ -20,13 +20,6 @@
<exclude>org.codehaus.sonar.runtime:*</exclude>
</excludes>
</dependencySet>
- <dependencySet>
- <outputDirectory>lib/deprecated-maven-plugin</outputDirectory>
- <useTransitiveDependencies>false</useTransitiveDependencies>
- <includes>
- <include>org.codehaus.sonar.runtime:sonar-core-maven-plugin</include>
- </includes>
- </dependencySet>
<!-- Plugins -->
<dependencySet>
<outputDirectory>lib/core-plugins</outputDirectory>
diff --git a/sonar-application/pom.xml b/sonar-application/pom.xml
index e80a1063c99..aeee33634ab 100644
--- a/sonar-application/pom.xml
+++ b/sonar-application/pom.xml
@@ -107,14 +107,6 @@
<artifactId>jetty-ajp</artifactId>
</dependency>
- <!-- deprecated -->
- <dependency>
- <groupId>org.codehaus.sonar.runtime</groupId>
- <artifactId>sonar-core-maven-plugin</artifactId>
- <version>${project.version}</version>
- <scope>runtime</scope>
- </dependency>
-
<!-- core plugins -->
<dependency>
<groupId>org.codehaus.sonar.plugins</groupId>