Relative Content

Tag Archive for maven

Separating java projects

I have a large java project, and we use maven for our build cycle. This one project is used extensively – in other projects, in various applications, some of which are contained in it and some which are elsewhere… To be honest, it’s a bit of a mess (various bits added on at different times for specific purposes), and I’d like to clean it up a bit. Also, it’s not fully tested (lots of bits have been added on without proper unit and integration testing), and there are some tests that take a long time to run or don’t actually pass… (uh-oh) – so tests are switched off in the maven build cycle (again, uh-oh).

Hibernate set up for beginner

I am learning Hibernate (OR Mapping). I am using Maven for project management. However, I am currently reading a Hibernate book by O’Reilly, and they use ANT for their example. So my question is are there any difference between setting up hibernate with ANT and Maven?

What are the advantages of Maven when it comes to single man, educational projects

I’ve spend a few hours playing around with Maven + reading some stuff on the apache official site and also a few random googled articles. By this I mean that I really tried to find the answers myself – both by reading and by doing things on my own. Also maybe worth to mention that I installed the m2e plugin so most of the time I’ve tried things out from Eclipse and not using the command line too much.

Custom maven mojo and tools

I’m writing maven plugin which depends on several java tools. I’m quite happy with it and want to share it with the community. I’m interested in correct way to handle dependency to these tools: