MVN

org.eclipse.tycho.nexus : unzip-repository-plugin-parent

Maven & Gradle

Aug 19, 2014

Nexus Unzip Plugin - Parent (Incubation) · The Unzip Repository is a Nexus repository type that shadows the build results of a standard Maven 2 repository and allows to browse into zip and jar artifacts. The use case for Tycho is to to offer p2 repositories that were build with Tycho and deployed to Nexus as zip so that other Tycho projects can reference them.

<dependency>
    <groupId>org.eclipse.tycho.nexus</groupId>
    <artifactId>unzip-repository-plugin-parent</artifactId>
    <version>0.14.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.eclipse.tycho.nexus : unzip-repository-plugin-parent to add to Maven - Latest Versions:

  • Latest Stable: 0.14.0

All Versions

Choose a version of org.eclipse.tycho.nexus : unzip-repository-plugin-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
0.14.x
unzip-repository-plugin-parent-0.14.0
0.13.x
unzip-repository-plugin-parent-0.13.0
0.12.x
unzip-repository-plugin-parent-0.12.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.eclipse.tycho.nexus</groupId>
    <artifactId>unzip-repository-plugin-parent</artifactId>
    <version>0.14.0</version>
</dependency>