Thursday, November 24, 2011

Review for Maven 3.0 Cook Book of PacktPublishing

http://www.packtpub.com/apache-maven-3-0-cookbook/book
review: of http://java.dzone.com/articles/apache-maven-3-cookbook

This book is targeted to people that are not familiar with maven at all.
Good start point, and nothing else for close to advanced user.

Smth that I found useful:
- shell command "tree -a" to show folder structure in terminal.
- few active profiles could be used in build "mvn install -P profile1, profile2"    or "mvn install !profile1, !profile2"
in maven2 I had problem with profiles to generate maven site, look like in maven3 it is fixed.

Attention. As usually right books appear after few useless:
Free good books from Sonatype - http://www.sonatype.com/Support/Books

No comments:

Post a Comment