Showing posts with label maven-2. Show all posts
Showing posts with label maven-2. Show all posts

Sunday, June 10, 2012

Why does Maven have such a bad rep?


There is a lot of talk on the internet about how Maven is bad. I have been using some features of Maven for a few years now and the most important benefit in my view is the dependency management.

Wednesday, April 25, 2012

Problem building executable jar with maven


I am trying to generate an executable jar for a small home project called "logmanager" using maven, just like this:

Thursday, March 8, 2012

Find Oracle JDBC driver in Maven repository


I want to add the oracle jdbc driver to my project as dependency (runtime scope) - ojdbc14. In MVNrepository site the dependency to put in the POM is: