Incorrect maven sources jar setup
RX14 opened this issue ยท 1 comments
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.
Fixed via cbb246d