Hi, On Tue, Jul 24, 2018 at 12:55 AM Dan Haywood <[email protected]> wrote: > [1] and [2] look correct to me, though - the ":" is there. Perhaps a bit > tricky to see depending on resolution?
Yeah, I have a valid excuse for a new Retina display! > An alternative approach is to define a profile in the parent module, eg: > > <profiles> > <profile> > <id>enhance</id> > <activation> > <property> > <name>enhance</name> > </property> > </activation> > <modules> > <module>module-customer</module> > <module>module-order</module> > </modules> > </profile> > </profiles> > > Then you could use: > > mvn -Denhance datanucleus:enhance -o This is exactly what I was looking for. Thank you very much, Marc
