diff options
author | simonbrandhof <simon.brandhof@gmail.com> | 2011-06-10 00:15:37 +0200 |
---|---|---|
committer | simonbrandhof <simon.brandhof@gmail.com> | 2011-06-10 00:15:37 +0200 |
commit | d574f6dd70fefa9b2e9818c71ae58a51e934697c (patch) | |
tree | 76a7df2dc3c794c02fff45e9a517ccf560cc2351 /sonar-server/src/main/webapp/deploy | |
parent | 39bca3376660b2ad6edbd4ec9fabf527a16ffe78 (diff) | |
download | sonarqube-d574f6dd70fefa9b2e9818c71ae58a51e934697c.tar.gz sonarqube-d574f6dd70fefa9b2e9818c71ae58a51e934697c.zip |
SONAR-2507 Batch must load plugins without connecting to database
Diffstat (limited to 'sonar-server/src/main/webapp/deploy')
-rw-r--r-- | sonar-server/src/main/webapp/deploy/maven/README.txt | 1 | ||||
-rw-r--r-- | sonar-server/src/main/webapp/deploy/maven/index.html | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/sonar-server/src/main/webapp/deploy/maven/README.txt b/sonar-server/src/main/webapp/deploy/maven/README.txt deleted file mode 100644 index 8065c44c4b8..00000000000 --- a/sonar-server/src/main/webapp/deploy/maven/README.txt +++ /dev/null @@ -1 +0,0 @@ -This is the maven repository started by sonar. It automatically publishes JAR files of JDBC drivers and extensions.
\ No newline at end of file diff --git a/sonar-server/src/main/webapp/deploy/maven/index.html b/sonar-server/src/main/webapp/deploy/maven/index.html deleted file mode 100644 index 2919c62bf6d..00000000000 --- a/sonar-server/src/main/webapp/deploy/maven/index.html +++ /dev/null @@ -1,2 +0,0 @@ -<p>This is the maven repository managed internally by sonar.</p> -<p>This file is used to bypass the auto blocking feature introduced in Nexus 1.6. See http://jira.codehaus.org/browse/SONAR-603</p>
\ No newline at end of file |