]> source.dussan.org Git - archiva.git/commitdiff
format md for github
authorEric Barboni <skygo@apache.org>
Thu, 10 Apr 2014 17:47:10 +0000 (19:47 +0200)
committerEric Barboni <skygo@apache.org>
Thu, 10 Apr 2014 17:50:12 +0000 (19:50 +0200)
README.md

index 73c9ec88b31415e654a505b5e15afb4fb8405209..6343e3876eef093c54ae426f05953f2c6ef5a33b 100644 (file)
--- 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
 ========================