Posts tagged with nexus
-
Private NuGet repository with Sonatype Nexus Repository OSS
Mar 17, 2018In this post, I’m setting up a private NuGet repository using Sonatype Nexus Repository OSS.
-
Publishing my first Maven package with Travis
Mar 29, 2017A little bit more than a month ago, I created an improved Maven archetype project. Similar to the default quickstart archetype, but for Java 8 and with recent jUnit dependency. In order for someone to use it, they’d have to clone the repo, as I had not published it in Maven. After a bit of studying, I figured out what is needed to make the package public. More importantly, I implemented the process in Travis, so that a new version gets published automatically.
-
On the left-pad drama
Mar 26, 2016This week the internet exploded in drama after 11 lines of code got unpublished from npm. If you didn’t read about it, the summary is that the developer of left-pad removed his package from npm, after npm renamed another package of his because of some name conflict with some other company’s trademark or so. Lots of other packages broke because of this due to the missing dependency. What is interesting here, is that this removed left-pad package consists of a single function (only 11 lines of code). How can that tiny package break the internet?