blog.kdgregory.com
Showing posts with label
maven
.
Show all posts
Showing posts with label
maven
.
Show all posts
Saturday, April 30, 2016
Taming Maven: Transitive Dependency Pitfalls
›
Like much of Maven, transitive dependencies are a huge benefit that brings with them the potential for pain. And while I titled this pi...
Thursday, August 2, 2012
Taming Maven: A Local Repository Server
›
While Maven's automatic dependency retrieval is a great feature, it does have limitations. And one of the biggest of those limitations...
Wednesday, August 1, 2012
Taming Maven: Dependency Management
›
Once you have a parent POM, you can add a <dependencyManagement> section. In my view, it's often more trouble than its worth (in...
Tuesday, July 31, 2012
Taming Maven: Parent POMs
›
When faced with a development environment that has dozens or hundreds of distinct projects, version properties are only a first step. Even ...
Monday, July 30, 2012
Taming Maven: Version Properties
›
Getting started with Maven is easy , and once you use its dependency management feature, you'll wonder why you waited so long. For sim...
Friday, December 4, 2009
Integration Tests with Maven
›
Maven is simultaneously one of the most useful and most frustrating tools that I have ever used. As long as you stay within its “standard b...
›
Home
View web version