You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 5, 2021. It is now read-only.
I found a strange behaviour of the resulting p2 repository of a channel, where artifacts got uploaded via gradle (maven-publish).
I was able to sucessfully upload my OSGi-Bundles and the p2 metadata (OSGi metadata and Manifest headers) is generated/extracted correctly, as I can see in the channel's content.
When it comes to add the p2 repository to a target definition file in my Eclipse, no Bundles (or Features) are shown.
Creating a Feature (in Packagedrone directly or as uploaded artifact), that includes the OSGi Bundles, did not help either.
Strangely the provided repo.zip file contains the Bundles correctly.
System under test
CentOS 7 (Vagrant machine)
Packagedrone 0.14.1
Channel's aspects
Description
I found a strange behaviour of the resulting p2 repository of a channel, where artifacts got uploaded via gradle (maven-publish).
I was able to sucessfully upload my OSGi-Bundles and the p2 metadata (OSGi metadata and Manifest headers) is generated/extracted correctly, as I can see in the channel's content.
When it comes to add the p2 repository to a target definition file in my Eclipse, no Bundles (or Features) are shown.
Creating a Feature (in Packagedrone directly or as uploaded artifact), that includes the OSGi Bundles, did not help either.
Strangely the provided repo.zip file contains the Bundles correctly.
Am I missing something or is this an actual bug?