OPI Blog
Learn from experts in their fields

Browsing Tags: maven

Converting Maven Dependencies to Gradle
I had the, er, honor of converting an old ANT build to Gradle. It was one of those with the directories filled with jars and was having a hard time figuring out what dependency was ...
Grails 2.2 – Publishing your Plugins as Maven Artifacts To Resolve Dependency Resolution Issues
Grails developers may have noticed that since version 2.1, there have been a lot of features added for Maven support. It probably won’t be long before Ivy is phased out, if this article is any ...
Jan 26, 2012
Building with Gradle
Recently I was on a project that needed to chose a build system. We looked at the usual suspects, ant and maven and after having less then wonderful experiences with both I looked for an ...
Configuring Eclipse to support WTP for Maven web projects
You want your Eclipse project to integrate with Maven for build and dependency management but you also want to utilize WTP (Web Tools Platform) support for web app development. It seems like it should work ...
Leveraging Apache CXF and Maven to Generate Client Side Web Service Bindings
At a recent client, our team had the frequent need to integrate with internal and external systems via web services. Because we were consistently on very tight time lines and were not typically provided with ...