diff options
author | simonbrandhof <simon.brandhof@gmail.com> | 2011-06-10 15:22:56 +0200 |
---|---|---|
committer | simonbrandhof <simon.brandhof@gmail.com> | 2011-06-10 15:22:56 +0200 |
commit | 3203b81516eb93052a05b74c6e0a5ddc7f1977ca (patch) | |
tree | 0ed2965aeb22d9bcbe481d499a2c34196645fdfe | |
parent | 23d30654116e9088b92cbbe8ed70fc71e5598854 (diff) | |
download | sonarqube-3203b81516eb93052a05b74c6e0a5ddc7f1977ca.tar.gz sonarqube-3203b81516eb93052a05b74c6e0a5ddc7f1977ca.zip |
Revert deleted files
-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, 3 insertions, 0 deletions
diff --git a/sonar-server/src/main/webapp/deploy/maven/README.txt b/sonar-server/src/main/webapp/deploy/maven/README.txt new file mode 100644 index 00000000000..358b92c24d7 --- /dev/null +++ b/sonar-server/src/main/webapp/deploy/maven/README.txt @@ -0,0 +1 @@ +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 new file mode 100644 index 00000000000..2919c62bf6d --- /dev/null +++ b/sonar-server/src/main/webapp/deploy/maven/index.html @@ -0,0 +1,2 @@ +<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 |