Maven – Unable to process dependency X due to zip file is empty
When trying to run a mvn verify
I’m encountering the following:
Choosing between Single or multiple projects in a git repository?
In a git
environment, where we have modularized most projects, we’re facing the one project per repository or multiple projects per repository design issue. Let’s consider a modularized project:
Maven Build Cache Extension Cache Hit Metric
I am experimenting with Maven Build Cache Extension 1.2.0 and Maven 3.9.9 in a multi-module Maven project.
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).
Best practices for versioning project after dependency upgrade
Say, my project have dependency N with version 1.0.0.
Then something have changed, and I should depend on newer version – let it be 1.0.1.
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?
Supporting and testing multiple versions of a software library in a Maven project
My company has several versions of its core software in use by our customers at any one time. My job is to write bespoke Java software for the customers based on the version of core software they happen to be running.
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:
Should my small software library avoid using other libraries?
I’ve just released a small Java library that offers only a few classes and methods. Since I built the project with Maven, I immediately used several third-party libraries to achieve my goals, specifically: