Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] How to use the tycho-nexus-unzip plugin?

If I understand the question correctly there are two parts to this:

* The Nexus unpack plugin. It used to be a Nexus Pro plugin but I think it is now (or is planned to be) open sourced. It's not installed by default but you need to install it.
https://github.com/sonatype/nexus-unpack-plugin

* You then need to create a zip (or similar) as part of your tycho build that is uploaded to a special Nexus Url. Have a look at the feature-build profile in this parent pom:
http://search.maven.org/remotecontent?filepath=io/tesla/tycho/tycho-support/0.0.6/tycho-support-0.0.6.pom
For a working example have a look at this project:
https://github.com/sonatype/m2eclipse-egit

/Anders



On Wed, Nov 14, 2012 at 9:30 AM, Mickael Istria <mistria@xxxxxxxxxx> wrote:
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:
* From a repository producer POV, is a "mvn deploy" enough to get the repo ready-to-be-consumed from Nexus?
* From a consumer POV, how to reference this repository? By direct URL?
You could write down these how-tos in a wiki page and send a link as answer ;)

Cheers,

[1] https://bugs.eclipse.org/bugs/show_bug.cgi?id=393309
[2] http://git.eclipse.org/c/tycho/org.eclipse.tycho.nexus.git
--
Mickael Istria
Eclipse developer at JBoss, by Red Hat
My blog - My Tweets

_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/tycho-user



Back to the top