You asked me how you can use a GitHub repository as a Maven repository. I figured it out and here it is: Deploying Maven artifacts to a GitHub repository is not even that difficult! ► All Maven Episodes Share this:
Ever loose sight of the big picture while diving into some particular approach for solving your problem? Here’s how I mitigate this. ► All My Insights Share this:
Maven caches dependencies locally, to reduce load on repositories. If we reference a Snapshot repository and want dependencies to always resolve to the newest deployed version, we have to tell Maven to do so. ► All Maven Episodes Share this:
You ever made overhours or went home with a bad feeling, because you started a too-big task too late in the day? Me to. Here’s what I try to do about it. ► All My Insights Share this:
Now we’ve deployed/released our stuff to repositories. What remains to be done is referencing these repositories from another project, to resolve the dependencies from it. ► All Maven Episodes Share this:
You ever worked on a problem for like forever and then, just by talking about it to somebody else, solved it in minutes? This motivates Pair Programming, Mob Programming, and… Rubber Duck Debugging. Hail the Duck! ► All My Insights Share this:
Some of you guys reported that the Maven project wizards is broken for you and only creates part of the project scaffolding. Though I highly recommend fixing your setup (you know, where one thing’s broken, probably others are, too) you can easily live without the wizard. In this episode, I […]