finmath-lib icon indicating copy to clipboard operation
finmath-lib copied to clipboard

Suggestion - use Travis to include jars in release

Open IanMayo opened this issue 7 years ago • 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.

IanMayo avatar Jan 25 '18 11:01 IanMayo

Thank you very much! I will check it out!

cfries avatar Feb 03 '18 14:02 cfries