README.md in capistrano-maven-0.0.2 vs README.md in capistrano-maven-0.0.3
- old
+ new
@@ -18,12 +18,12 @@
## Usage
This recipes will try to do following things during Capistrano `deploy:setup` and `deploy` tasks.
-(1) Download and install Maven for current project
-(2) Prepare Maven's settings.xml for current project (optional)
-(3) Build Maven project remotely (default) or locally
+1. Download and install Maven for current project
+2. Prepare Maven's settings.xml for current project (optional)
+3. Build Maven project remotely (default) or locally
To build you Maven projects during Capistrano `deploy` tasks, add following in you `config/deploy.rb`. By default, Maven build will run after the Capistrano's `deploy:finalize_update`.
# in "config/deploy.rb"
require 'capistrano-maven'