eclipse-archived / packagedrone

Eclipse Package Drone
http://eclipse.org/package-drone
Eclipse Public License 1.0
66 stars 39 forks source link

Imported Maven artifacts without classifiers end up with wrong filename (extra dash) in the Maven view #131

Open shimikano opened 6 years ago

shimikano commented 6 years ago

Steps to reproduce:

  1. Create a channel with a Maven Repository aspect.
  2. Go to Import / Maven 2 Importer and import an artifact from the Maven Central, e.g., junit:junit:4.12, with sources, POM and javadoc.
  3. While in the Content view, all imported artifacts look all right and can be downloaded, if you go the Maven view by clicking the Maven dropdown, the filenames of the .jar and .pom artifacts contain an extra hyphen/dash. This leads to download errors by consumers browsing the channel as Maven repository.

image

Using version 0.14.3.20180416-0937 on Ubuntu.

ctron commented 6 years ago

This definitely looks like a bug. Could you provide a fix for this?