7

!rant
I fucking hate maven and its shitty principles and the pain in the ass it fucking is to fucking use a dependency from another fucking repo that isn't in your fucking artifactory yet and how it can't fucking resolve it even when you downloaded it manually to your fucking m2 cache

Comments
  • 2
    Sometimes it sucks, because when you need multiple dependencies and there are clashing classes or something you're fucked. But I've learned that if you get the right ones in the right way half your troubles will be gone.
  • 0
    @dtaposh I wasted the whole afternoon yesterday because I needed to update a plugin but the original one doesn't get updates anymore. Found a new forked one which wasn't in any repository known to our environment. Had to add it to artifactory first and tried everything I could possibly set to fetch the jar/refresh the m2 cache and the artifactory cached remote repo. Not a chance. Hoping on caches getting it right today
Add Comment