También puede utilizar las herramientas de construcción de plugins de Eclipse como m2eclipse o IAM (anteriormente Q4e).
IAM puede ser instalado siguiente those instructions, y ha s una gran dependency viewer
Diferencias entre m2eclipse y IAM se discuten here, there y here.
Q4E is event-oriented, I believe that m2e uses the console and stdin/out.
A bigger one is that m2eclipse forks and uses an external maven (for running maven goals) while iam/q4e
only uses the embedder.
Our position here is that it is the way to go, allowing deep integration and better performance.
It certainly has allowed us to quickly do things like the dependency analysis view and some other "magic" in the maven incremental builder.
¿Usa cualquier herramienta de construcción, i. mi. ¿Hormiga o Maven o Ivy? Ellos pueden ayudarlo con la administración de la dependencia. –
referirme a un enlace para saber más sobre ellos y su uso – rover12
http://ant.apache.org/ http://maven.apache.org/ http://ant.apache.org/ivy/ –