aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api
diff options
context:
space:
mode:
authorGodin <mandrikov@gmail.com>2010-12-03 15:42:00 +0000
committerGodin <mandrikov@gmail.com>2010-12-03 15:42:00 +0000
commite0c44a1486144da97f75279b0f30c7110de94e96 (patch)
tree044be57441fc0f6f78b44d5643a1316dcf4c3cfc /sonar-plugin-api
parent5b1b89db6993585f7ecd9c4d69ab10774e4f9a9c (diff)
downloadsonarqube-e0c44a1486144da97f75279b0f30c7110de94e96.tar.gz
sonarqube-e0c44a1486144da97f75279b0f30c7110de94e96.zip
SONAR-2011: Remove dependency on maven-core from sonar-plugin-api
Diffstat (limited to 'sonar-plugin-api')
-rw-r--r--sonar-plugin-api/pom.xml5
-rw-r--r--sonar-plugin-api/src/main/java/org/sonar/api/resources/Project.java7
2 files changed, 4 insertions, 8 deletions
diff --git a/sonar-plugin-api/pom.xml b/sonar-plugin-api/pom.xml
index dcf05f40727..0c7a16c1d6f 100644
--- a/sonar-plugin-api/pom.xml
+++ b/sonar-plugin-api/pom.xml
@@ -112,11 +112,6 @@
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
- <artifactId>maven-core</artifactId>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>org.apache.maven</groupId>
<artifactId>maven-project</artifactId>
<scope>provided</scope>
</dependency>
diff --git a/sonar-plugin-api/src/main/java/org/sonar/api/resources/Project.java b/sonar-plugin-api/src/main/java/org/sonar/api/resources/Project.java
index d4d37e95fae..9f7dcbaac71 100644
--- a/sonar-plugin-api/src/main/java/org/sonar/api/resources/Project.java
+++ b/sonar-plugin-api/src/main/java/org/sonar/api/resources/Project.java
@@ -367,6 +367,9 @@ public class Project extends Resource {
return fileSystem;
}
+ /**
+ * For internal use only.
+ */
public Project setFileSystem(ProjectFileSystem fs) {
this.fileSystem = fs;
return this;
@@ -387,9 +390,7 @@ public class Project extends Resource {
}
/**
- * Sets the configuration
- *
- * @return the current object
+ * For internal use only.
*/
public final Project setConfiguration(Configuration configuration) {
this.configuration = configuration;
/stable28'>backport/46013/stable28 Nextcloud server, a safe home for all your data: https://github.com/nextcloud/serverwww-data
aboutsummaryrefslogtreecommitdiffstats
path: root/autotest-js.sh
blob: 475a61df59e21c49f05dcc03ce7c3a290c603bd2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28