From 735c42dcf1be196164e1f5e166ddb6c63e0988a6 Mon Sep 17 00:00:00 2001 From: Olivier Lamy Date: Fri, 9 Dec 2011 14:50:55 +0000 Subject: [PATCH] dd notes in README on how to run webapp js and test registration email git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1212456 13f79535-47bb-0310-9956-ffa450edef68 --- README.txt | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/README.txt b/README.txt index c9854b265..921f57141 100644 --- a/README.txt +++ b/README.txt @@ -15,3 +15,35 @@ and hit in your browser : http://localhost:9091/archiva note with dev profile admin account is automatically created with password admin123 see file : archiva-modules/archiva-web/archiva-webapp/src/test/tomcat/auto-admin-creation.properties +Running webapp full js +======================== +As webapp js is in dev and won't probably be released soon, the module is not activated by default and it's included only in a profile +mvn tomcat:run -pl :archiva-webapp-js -Pjs -am -Pdev + +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: +/Users/olamy/dev/tomcat-context-archiva-gmail.xml + +This file must contains: + + + + + + -- 2.39.5