aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Barboni <skygo@apache.org>2014-04-10 19:47:10 +0200
committerEric Barboni <skygo@apache.org>2014-04-10 19:50:12 +0200
commitef3ac5c1ee19180f8e1209f8961f07b0567f5226 (patch)
tree7e8afb12d4cfdd72e9a276b755532e1ba20e6ef8
parentd6c28781b0b0f9de8142c8b96b810ab6c415cb26 (diff)
downloadarchiva-ef3ac5c1ee19180f8e1209f8961f07b0567f5226.tar.gz
archiva-ef3ac5c1ee19180f8e1209f8961f07b0567f5226.zip
format md for github
-rw-r--r--README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index 73c9ec88b..6343e3876 100644
--- a/README.md
+++ b/README.md
@@ -20,10 +20,12 @@ Test Registration email
Redback can send email on registration by default the mail jndi si configured to use localhost.
You can use your gmail accout for testing purpose
In your ~/.m2/settings.xml add a property with a path to a tomcat context file:
+```
<tomcatContextXml>/Users/olamy/dev/tomcat-context-archiva-gmail.xml</tomcatContextXml>
-
+```
This file must contains:
+```
<Context path="/archiva">
<Resource name="jdbc/users" auth="Container" type="javax.sql.DataSource"
username="sa"
@@ -42,6 +44,7 @@ This file must contains:
mail.smtp.socketFactory.class="javax.net.ssl.SSLSocketFactory"/>
</Context>
+```
Using with cassandra as metadata storage
========================