Re: Installer error

2017-06-28 Thread Francesco Chicchiriccò
On 28/06/2017 16:33, Colm O hEigeartaigh wrote: Thanks! Some of the warnings relate to the fact that there are duplicate "syncope-core-workflow-activiti" dependencies if you select Activiti. In the archetype, the "syncope-core-workflow-activiti" is added as part of the "all" profile already, and

Re: Installer error

2017-06-28 Thread Colm O hEigeartaigh
Thanks! Some of the warnings relate to the fact that there are duplicate "syncope-core-workflow-activiti" dependencies if you select Activiti. In the archetype, the "syncope-core-workflow-activiti" is added as part of the "all" profile already, and then the installer adds in another one if activiti

Re: Installer error

2017-06-28 Thread Francesco Chicchiriccò
Hi Colm, the problems with installer (actually, with archetype) on master are now fixed by http://git-wip-us.apache.org/repos/asf/syncope/commit/750247e6 Regarding the warning messages produced by Maven, feel free to fix :-) Regards. On 23/06/2017 15:32, Colm O hEigeartaigh wrote: It works

Re: Installer error

2017-06-23 Thread Colm O hEigeartaigh
It works fine on 2.0.x but the pom there still looks a bit dodgy after the installer is done with it. The plugin appears twice under build/plugins and also under profiles. Colm. On Fri, Jun 23, 2017 at 2:29 PM, Francesco Chicchiriccò wrote: > Colm O hEigeartaigh wrote: > > > Hi all, > > > > I'

Re: Installer error

2017-06-23 Thread Francesco Chicchiriccò
Colm O hEigeartaigh wrote: > Hi all, > > I'm seeing an error with the installer on master, where I'm ending up with > an invalid console pom.xml, as it's copying an extra "setupActivitiModeler" > plugin. The code in the installer manually adds this plugin in > ArchetypeProcess. Has something cha