Re: [DISCUSS] Enabling Apache Maven wrapper

2019-09-26 Thread Francesco Chicchiriccò
rom: "Francesco Chicchiriccò" >> To: "dev" >> Sent: Wednesday, September 25, 2019 1:50:24 PM >> Subject: Re: [DISCUSS] Enabling Apache Maven wrapper >> On 25/09/19 10:05, Misagh Moayyed wrote: >>> Hello all, >>> >>> I have proposed a

Re: [DISCUSS] Enabling Apache Maven wrapper

2019-09-25 Thread Misagh Moayyed
This is fair; no problem. Based on your list, I certainly agree that #3 and #4 are complications best not dealt with :) --Misagh - Original Message - > From: "Francesco Chicchiriccò" > To: "dev" > Sent: Wednesday, September 25, 2019 1:50:24 PM > Subjec

Re: [DISCUSS] Enabling Apache Maven wrapper

2019-09-25 Thread Francesco Chicchiriccò
On 25/09/19 10:05, Misagh Moayyed wrote: > Hello all, > > I have proposed a pull request [1] to enable the maven wrapper plugin for > Syncope. This is a plugin that allows one to build and run Syncope from > source without having to install Maven locally. It's able to download and > configure

Re: [DISCUSS] Enabling Apache Maven wrapper

2019-09-25 Thread Andrea Patricelli
Il 25/09/19 10:51, Misagh Moayyed ha scritto: Maybe is out of the scope of the plugin, but my only concern is about the JDK on which maven relies (and Syncope needs to be built to have a consistent artifact). Often the main build problems for users come from "wrong" JDK versions used. Does

Re: [DISCUSS] Enabling Apache Maven wrapper

2019-09-25 Thread Misagh Moayyed
> Maybe is out of the scope of the plugin, but my only concern is about > the JDK on which maven relies (and Syncope needs to be built to have a > consistent artifact). Often the main build problems for users come from > "wrong" JDK versions used. Does this plugin also handles JDK versions in >

Re: [DISCUSS] Enabling Apache Maven wrapper

2019-09-25 Thread Andrea Patricelli
Hi Misagh, I've never heard about this plugin, but sounds good. I'm a fan of self-contained solutions :) So +1 for me. Maybe is out of the scope of the plugin, but my only concern is about the JDK on which maven relies (and Syncope needs to be built to have a consistent artifact). Often

[DISCUSS] Enabling Apache Maven wrapper

2019-09-25 Thread Misagh Moayyed
Hello all, I have proposed a pull request [1] to enable the maven wrapper plugin for Syncope. This is a plugin that allows one to build and run Syncope from source without having to install Maven locally. It's able to download and configure the appropriate maven version automatically, and then