It's probably too soon to ask this question but I hope someone has already had the same problem as me.
I have to build a jar
that run on a centos7
, openjdk-7
machine.
I created a docker machine in a ridiculously short time :) but my issue is more a maven one.
My questions is :
How to generate a jar on remote machine (container powered by kitematic on mac for example :p) with the jdk and environment of this machine ?
Any help we'll be welcome.
--- EDIT
I develop on my mac and I would like to launch the build on a "remote" machine which is, in local, my docker container on the kitematic vm.