Dylan BEHETRE

Results 2 comments of Dylan BEHETRE

Hello, Same problem for me. I tried the configuration below for the version `1.6.0` : ``` org.codehaus.mojo exec-maven-plugin Add execution rigths on bash scripts initialize exec chmod 755 ${project.basedir}/env_dev/scripts/*.sh ```...

Same problem with this gradle.build : plugins { id 'java' id 'war' id "org.akhikhl.gretty" version "2.0.0" } repositories { jcenter() mavenCentral() } ext { jerseyVersion = '2.26-b09' log4jVersion = '2.8.2'...