Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[tycho-user] (no subject)

Hi,
 
is there a Tycho Maven plugin which can deploy a Eclipse plugin to an external P2 repository? 

As far as I have understood the Tycho Maven plugin deploys the plugin to the Maven repository attaching the P2 descriptors. The
Structure is

  group
    artefact
      version
        P2 metadata
 
There is a P2 repository per version. Is this right?

What I would like to have are:

- a P2 repository at an arbitrary location in the local file system 
  which might be added to a target platform definition file as location 
  or as repository to another pom

- a P2 repository which contains many artefacts and many versions at
  once.

Somewhat off topic: Has anybody expierences how to deploy a pom-first
osgi bundle (built by Apache Felix maven plugin) to a P2 repository?

Thank you!

Michael



Back to the top