There are two different Nexus plug-ins that can be used to achieve an overall similar workflow:
* The Nexus Unzip Plugin<http://wiki.eclipse.org/Tycho/Nexus_Unzip_Plugin> (provided by the Eclipse Tycho project), and
* The Nexus Unpack Plugin (provided by Sonatype on Github<https://github.com/sonatype/nexus-unpack-plugin>).
I would recommend to use the former because I think it is superior to the latter in certain details, e.g. in the support for SNAPSHOTS.
Regards
Tobias
From: tycho-user-***@eclipse.org [mailto:tycho-user-***@eclipse.org] On Behalf Of Anders Hammar
Sent: Mittwoch, 14. November 2012 10:40
To: Tycho user list
Subject: Re: [tycho-user] How to use the tycho-nexus-unzip plugin?
So, just for the record, what I explained is a different solution. Sorry for any confusion.
/Anders
On Wed, Nov 14, 2012 at 10:34 AM, Sievers, Jan <***@sap.com<mailto:***@sap.com>> wrote:
it's in an early stage right now (no release done yet, no official builds) , but here is some info
http://wiki.eclipse.org/Tycho/Nexus_Unzip_Plugin
yes, mvn deploy is enough.
yes, from a consumer you reference the repo via URL to virtual unzip repo
Jan
From: tycho-user-***@eclipse.org<mailto:tycho-user-***@eclipse.org> [mailto:tycho-user-***@eclipse.org<mailto:tycho-user-***@eclipse.org>] On Behalf Of Mickael Istria
Sent: Mittwoch, 14. November 2012 09:31
To: Tycho user list
Subject: [tycho-user] How to use the tycho-nexus-unzip plugin?
Hi all,
I heard that tycho-nexus-unzip plugin for Nexus was recently put into Tycho codebase [1] [2]. I'm highly interested in using since it would remove a big piece of the publishing process we currently have to deal with.
However, I could not find a documentaion on how to use it.
My general questions are: