aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core/pom.xml
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2015-05-29 10:29:04 +0200
committerSimon Brandhof <simon.brandhof@sonarsource.com>2015-06-05 09:54:04 +0200
commit0956511c8c9d6aa6639d4378f47d73877cdc18de (patch)
treec7a14388d2eec8a5f1f1d7d25fb48894ee4aae9f /sonar-core/pom.xml
parentb1a02efd650918249cd828bd19f4ebf2118d8a79 (diff)
downloadsonarqube-0956511c8c9d6aa6639d4378f47d73877cdc18de.tar.gz
sonarqube-0956511c8c9d6aa6639d4378f47d73877cdc18de.zip
SONAR-6370 isolate plugin classloader from core classes
Diffstat (limited to 'sonar-core/pom.xml')
-rw-r--r--sonar-core/pom.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/sonar-core/pom.xml b/sonar-core/pom.xml
index 39383aa7962..069d94c38ff 100644
--- a/sonar-core/pom.xml
+++ b/sonar-core/pom.xml
@@ -118,6 +118,7 @@
<groupId>org.codehaus.sonar</groupId>
<artifactId>sonar-plugin-api-deps</artifactId>
<version>${project.version}</version>
+ <optional>true</optional>
<scope>runtime</scope>
</dependency>
@@ -199,7 +200,7 @@
<executions>
<execution>
<id>copy-deprecated-api-deps</id>
- <phase>process-resources</phase>
+ <phase>generate-resources</phase>
<goals>
<goal>copy</goal>
</goals>