«« Next » « Previous
«« Next » « Previous

Link Details

Link 64217 thumbnail
User 160772 avatar

By sdevijver
via java.dzone.com
Published: Jan 31 2008 / 14:00

Now that the Maven 2 hunting season has been officially opened here's my top 5 of Maven 2 design issues and their workarounds.
  • 13
  • 2
  • 981
  • 394

Comments

Add your comment
User 161244 avatar

hohonuuli replied ago:

0 votes Vote down Vote up Reply

"Transitive dependencies: they are a liability."

Groan...this post has got to be a joke.

Transitive dependencies are a reality in all Java projects. When I want to add Hibernate to my project, I'd much rather add a single dependency to my POM and have Maven sort 'em out than individually add the 2 dozen or so required by hibernate.

User 236137 avatar

dzonelurker replied ago:

0 votes Vote down Vote up Reply

At least it's one way to resolve conflicts between different versions of the same lib in your build path.

Add your comment


Html tags not supported. Reply is editable for 5 minutes. Use [code lang="java|ruby|sql|css|xml"][/code] to post code snippets.