Tag Archives: maven

Maven: check what it really executes

      How to aggregate your pom? Sometimes, the need arises to debug a pom file and then you want to have a clear idea of what Maven really executes. This command shows your pom file after the inheritance, profiles and … Continue reading

Posted in Tips and tricks | Tagged | Leave a comment

Maven: sources and javadoc (…where available)

      How to display the dependencies in your project as a list? mvn dependency:resolve How to display the dependencies in your project as a tree? mvn dependency:tree How to download the source code for the dependencies in your pom? … Continue reading

Posted in Tips and tricks | Tagged | Leave a comment