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
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
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
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'
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