Re: Need to run a jar from a folder on cloud!
Lee Porte
Is the thinking to include your dependencies for running the jar? If so I'd
toggle quoted messageShow quoted text
recommend using the Apache Maven Shade plugin https://maven.apache.org/plugins/maven-shade-plugin/ this will pack all of of your deps into a fat jar, this can then be uploaded and run.
On 26 June 2017 at 05:42, Johannes Hiemer <jvhiemer(a)gmail.com> wrote:
Hi Pranith,
|
|