Project Red - Exploration

Project Red - Exploration

27M Downloads

Incorrect maven sources jar setup

RX14 opened this issue ยท 1 comments

commented

The maven standard is for sources jars to have the classifier "sources" instead of "src". This breaks IDE integration because the IDE's are looking for the source code on maven in the "sources" jar instead of "src".

The fix for this would be simply changing the classifier to "sources". This would then allow IDEs to automagically download the source for your project via maven, instead of the user having to do this manually.

commented

Fixed via cbb246d