finmath/finmath-lib

Suggestion - use Travis to include jars in release

IanMayo opened this issue · 1 comments

Hi,
just adopted the lib. It's solving an optimisation problem that kept tripping up Apache Maths Common. Thanks!

Quick suggestion. You have a releases page for the project. This includes the source for each tagged release version.

It is possible to configure Travis to push the compiled jars to the release folder:
https://docs.travis-ci.com/user/deployment/releases/

Here's an example of a repo that includes compiled jars in the release:
https://github.com/ngageoint/geopackage-android/releases

Oh, while I'm begging... At very low cost (effort), it would be straightforward for you to modify your maven build to construct javadoc and source jar files.

Thank you very much! I will check it out!