Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8875961
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T19:06:21+00:00 2026-06-14T19:06:21+00:00

Lars Vogel has a nice tutorial of how to build an eclipse plugin or

  • 0

Lars Vogel has a nice tutorial of how to build an eclipse plugin or rcp application with tycho (http://www.vogella.com/articles/EclipseTycho/article.html). This works well but there are two things I don’t like. It builds against a repository that is somewhere and not in my control

  <repositories>
     <repository>
       <id>juno</id>
       <layout>p2</layout>
       <url>http://download.eclipse.org/releases/juno</url>
     </repository>
  </repositories>

and it does not show how the artifact can be used by another build.
If possible I would like to build against a nexus repository where the target platform should be hosted and also the deployment of my build should be uploaded, so that another build can reference this as his target platform.

I have seen that there are some p2 plugins for nexus and also a nexus-unzip-plugin (https://bugs.eclipse.org/bugs/show_bug.cgi?id=393309) that can be used to navigate into an artifact but I have not enough knowledge to see how to stick these things together to be able building a eclipse plugin or rcp app against a nexus repository. Does someone one can show me the way to do that?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-14T19:06:22+00:00Added an answer on June 14, 2026 at 7:06 pm

    You should not need the nexus-p2-plugin. If you deploy your p2 repository as a zip file to your maven repository you should be able to use the unzip plugin. See the wiki page – http://wiki.eclipse.org/Tycho/Nexus_Unzip_Plugin for instructions on configuring it. I’ve extracted some of the steps here;

    1. Clone the repository (assuming git is installed)

      git clone git://git.eclipse.org/gitroot/tycho/org.eclipse.tycho.nexus.git

    2. Build the plugin (assuming maven is installed)

      mvn clean install

    — See “Deploying the plug-in” in the wiki page

    1. Stop your nexus installation

    2. Unzip org.eclipse.tycho.nexus.git/target/unzip-repository-plugin–bundle.jar into your sonatype-work/nexus/plugin-repository/

    3. Start your nexus installation

    4. See “Configuring an unzip repository” in the wiki page

    5. If your main repository is public and you have created a virtual unzip repository called public.unzip, a deployed p2 repository zip available at e.g.

      http://<NEXUS_HOST>/nexus/content/repositories/public/org/example/demo/org.example.demo.repository/0.1.0/org.example.demo.repository-0.1.0.zip
      

    should be available as;

        http://<NEXUS_HOST>/nexus/content/repositories/public.unzip/org/example/demo/org.example.demo.repository/0.1.0/org.example.demo.repository-0.1.0.zip-unzip
    

    You should be able to use that URL as your p2 repository URL in your builds.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I followed the Eclipse 4 tutorial by Lars Vogel and I am trying to
To implement database access in my application I followed Lars Vogel tutorial , but
To implement database access in my application I followed Lars Vogel tutorial , but
default SBT log level is info (see http://code.google.com/p/simple-build-tool/wiki/RunningSbt ). How do I set it
Our project is an Eclipse RCP application using Hibernate as an ORM. I recently
Im following Lars Haendel's Functor tutorial on newty.de to setup a callback system. I
MySQL has a nice statement: LOAD XML LOCAL INFILE For example, if you have
I'm developing a complex web application and now I'm at the point to refactor
In my Hibernated system, I have a class Picture that has some simple data,
I'm developing a a pure Eclipse E4Application and got a task to support Help

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.