diff options
-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 |