This repository was archived by the owner on Mar 5, 2021. It is now read-only.

Description
System under test
CentOS 7 (Vagrant machine)
Packagedrone 0.14.1
Channel's aspects
- Mime
- Hasher
- OSGi
- Maven Repository
- Maven Information
- P2 Metadata Generator
- P2 Repository
- Eclipse Source Bundle
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?