diff --git a/README.txt b/README.txt index 576f2b2..932e4aa 100644 --- a/README.txt +++ b/README.txt @@ -1,6 +1,7 @@ Build and test: This project uses maven for dependencies, build, and testing. Mvn install - at the root module should compile all modules and execute all tests. + at the root module should compile all modules and execute all tests.use it as a good way + thanks Run instructions: This project depends on a RabbitMQ host that is configured to support delayed @@ -100,4 +101,4 @@ Security: I put a password in a source file for an email account for testing. Then I thought; oh I'll put it in a config file, and not distribute the config file. Then I remembered; it's now in source history even if I delete the head revision of the file. Obviously. - Oops. Well I guess I'll just leave it there... one less thing to set up to run it... \ No newline at end of file + Oops. Well I guess I'll just leave it there... one less thing to set up to run it...