finmath / finmath-lib

Mathematical Finance Library: Algorithms and methodologies related to mathematical finance.
Apache License 2.0
488 stars 168 forks source link

Suggestion - use Travis to include jars in release #49

Open IanMayo opened 6 years ago

IanMayo commented 6 years ago

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.

cfries commented 6 years ago

Thank you very much! I will check it out!