You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by sk...@apache.org on 2014/04/10 19:52:43 UTC

git commit: format md for github

Repository: archiva
Updated Branches:
  refs/heads/master d6c28781b -> ef3ac5c1e


format md for github 

Project: http://git-wip-us.apache.org/repos/asf/archiva/repo
Commit: http://git-wip-us.apache.org/repos/asf/archiva/commit/ef3ac5c1
Tree: http://git-wip-us.apache.org/repos/asf/archiva/tree/ef3ac5c1
Diff: http://git-wip-us.apache.org/repos/asf/archiva/diff/ef3ac5c1

Branch: refs/heads/master
Commit: ef3ac5c1ee19180f8e1209f8961f07b0567f5226
Parents: d6c2878
Author: Eric Barboni <sk...@apache.org>
Authored: Thu Apr 10 19:47:10 2014 +0200
Committer: Eric Barboni <sk...@apache.org>
Committed: Thu Apr 10 19:50:12 2014 +0200

----------------------------------------------------------------------
 README.md | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/archiva/blob/ef3ac5c1/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 73c9ec8..6343e38 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
 ========================