adamkewley / jobson

A platform for transforming command-line applications into a job service.
Apache License 2.0
256 stars 20 forks source link

Refactor project into multimodule maven project #22

Closed adamkewley closed 6 years ago

adamkewley commented 6 years ago

At the moment, it's a single maven project that produces a jar, runtime bash script, tarball, etc. As more packaging outputs start to propagate (windows, docker, etc.) it would be easier to manage it all as separate maven modules rather than as one massive build.