Friday, March 1, 2013

Maven Niceties


While I am not condoning the use of maven, I am stuck using it most of the time.

Anyways "mvn dependency:tree" is nice for finding out why a dependency was included.

Also "mvn archetype:generate" is nice in a project especially if you have a multi module project, as you can enter this inside the
parent to generate child projects.

Intellij also has a nice feature to display a maven dependency tree.

No comments:

Post a Comment