Tags
ActiveMQ agile Bosanac Build Industrialization Command Continuous Integration cool craftsmanship Davies driver Eclipse geek JDBC Jenkins JMS Linux Locations manifesto Manning maven Messaging MOM Mylyn Offline Oracle OSGI powershell Reverse Engineer smartphone Snyder Software Development Sonar Spring Roo Unix Update whereis which Windows-
Recent Posts
Archives
Categories
Meta
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
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