Skip to content

Commit

Permalink
Add maven-deluxe installation instructions for OS X
Browse files Browse the repository at this point in the history
  • Loading branch information
jcgay committed Jul 19, 2015
1 parent 3cdb7c4 commit 81427af
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,25 @@ A time execution recorder for Maven which log time taken by each mojo in your bu

##Installation

`$M2_HOME` refers to maven installation folder.

```
.
├── bin
├── boot
├── conf
└── lib
```

### OS X ?

You can install a pre-packaged maven named [maven-deluxe](https://github.com/jcgay/homebrew-jcgay#maven-deluxe) using `brew`.
It comes with [maven-color](https://github.com/jcgay/maven-color), [maven-notifier](https://github.com/jcgay/maven-notifier) and [maven-profiler](https://github.com/jcgay/maven-profiler).
It is based on latest maven release.

brew tap jcgay/jcgay
brew install maven-deluxe

### Maven >= 3.3.x

Get [maven-profiler](http://dl.bintray.com/jcgay/maven/fr/jcgay/maven/maven-profiler/2.2/maven-profiler-2.2-shaded.jar) and copy it in `%M2_HOME%/lib/ext` folder.
Expand Down

0 comments on commit 81427af

Please sign in to comment.