Github user jongyoul commented on the pull request:
https://github.com/apache/incubator-zeppelin/pull/101#issuecomment-112733552
I tested it again as same as moon's command
From
```
$ time mvn clean install -DskipTests -pl
'!zeppelin-web,!zeppelin-distribution'
[INFO] Total time: 01:21 min
[INFO] Finished at: 2015-06-17T18:19:18+09:00
[INFO] Final Memory: 130M/1758M
[INFO]
------------------------------------------------------------------------
real 1m23.240s
user 2m15.990s
sys 0m7.428s
```
To
```
$ time mvn clean package -DskipTests -pl
'!zeppelin-web,!zeppelin-distribution'
[INFO] Total time: 43.344 s
[INFO] Finished at: 2015-06-17T18:22:39+09:00
[INFO] Final Memory: 110M/1478M
[INFO]
------------------------------------------------------------------------
real 0m45.127s
user 1m17.309s
sys 0m4.092s
```
LGTM !
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---