Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[tycho-user] Deploy into existing p2 repo

Hello everybody,

i am trying to instantiate a continous integration process where i want to deploy single bundle/feature artifacts into an existing p2 repository after the unit tests for them pass valid.
I had no success in finding informations about how to realize this with tycho only.
My last attempt was to use the tycho-p2-extras-plugin to append the artifact to the existing repo, but this lead to the following errormessage.
 
1) No implementation for org.eclipse.sisu.equinox.launching.internal.P2ApplicationLauncher was bound.
while locating org.eclipse.tycho.plugins.p2.extras.PublishFeaturesAndBundlesMojo
at ClassRealm[plugin>org.eclipse.tycho.extras:tycho-p2-extras-plugin:0.18.0, parent: sun.misc.Launcher$AppClassLoader@17182c1]
while locating org.apache.maven.plugin.Mojo annotated with @com.google.inject.name.Named(value=org.eclipse.tycho.extras:tycho-p2-extras-plugin:0.18.0:publish-features-and-bundles)
 
I think that this is an average use case so i hope that somebody can guide me, because i am runing out of ideas.

Greetings
     Matthias

Back to the top