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.
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.
Steps to reproduce:
Maven Repository
aspect.Import
/Maven 2 Importer
and import an artifact from the Maven Central, e.g.,junit:junit:4.12
, with sources, POM and javadoc.Content
view, all imported artifacts look all right and can be downloaded, if you go the Maven view by clicking theMaven
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.Using version 0.14.3.20180416-0937 on Ubuntu.