sramirez / spark-infotheoretic-feature-selection

This package contains a generic implementation of greedy Information Theoretic Feature Selection (FS) methods. The implementation is based on the common theoretic framework presented by Gavin Brown. Implementations of mRMR, InfoGain, JMI and other commonly used FS filters are provided.
http://sci2s.ugr.es/BigData
Apache License 2.0
134 stars 46 forks source link

Could you deploy a sources jar to maven along with the executable jar? #14

Closed jconwell closed 5 years ago

jconwell commented 6 years ago

Would it be possible to build and deploy a sources jar along with the execution jar when you deploy to the maven repository? Having the source makes it easy to debug and follow the code during execution.

Its pretty easy, just add the sources plugin section (link below) to the pom file and it'll create the sources jar when you run package.

https://maven.apache.org/plugin-developers/cookbook/attach-source-javadoc-artifacts.html

ssimeonov commented 6 years ago

👍

sramirez commented 6 years ago

Please, create a PR with the changes, and I will accept it ASAP.