Generate P2 Repository From Maven Artifacts In 2017
Sep 22, 2017 · 4 min read · eclipse rcp equinox maven repository maven tycho osgi p2 p2-repository ·Some years ago, I wrote a blog post about how to generate a P2 repository based on Maven artifacts. That described approach is obsolete nowadays and I'd like to show a new approach that is based on the p2-maven-plugin that was created to solve exactly this problem. P2-Maven-Plugin Integration in Maven Build Life Cycle …
Read MoreMigration Sonatype Nexus 2 to Nexus 3
I'd like to share my experience with migration Sonatype Nexus 2 to Nexus 3. Starting Point I used two Nexus instances: A Nexus 2 Instance for Maven Repositories (2.13) A Nexus 3 Instance for Bower Repositories (3.0.1) Both instances had several types of repositories (host, proxy, group). The reason for this set up …
Read More