So, for today I bring you a real-time problem which I and my teammates faced. One of my teammates contributed to an open-source library, Scanamo, and the contribution which was being made was very crucial for the next release of our project. We could not keep waiting for the next release of the library to happen, so we learned a workaround for that. That is, using a snapshot of a library dependency. Fortunately, the library I'm are talking about, releases its snapshot version after small updates to the code. So, let's find out what was the workaround I learned,
1. Adding OSS Sonatype Repository To Maven Project To Use Snapshot of the Library
Firstly, we need to enable our project to look for a snapshot version of a library that we want to add to our project. To do that, add below snippet to pom.xml
from DZone.com Feed https://ift.tt/2EaieN3
No comments:
Post a Comment