Re: Building aggregate module using -pl option

2019-12-30 Thread Kypros Chrysanthou
?orderby=created+DESC%2C+priority+DESC%2C+updated+DESC Regards, Kypros Chrysanthou On Mon, Dec 30, 2019 at 4:57 PM Jason Young wrote: > Does the Maven documentation actually say anywhere that the > project-submodule relationship and the parent-child relationship should be > in any way r

Re: Building aggregate module using -pl option

2019-12-27 Thread Kypros Chrysanthou
to configure "mvn -pl ." to be equivalent to "mvn ". Regards, Kypros Chrysanthou On Fri, Dec 27, 2019 at 12:30 PM Robert Scholte wrote: > Hi, > > apart from the awkward project setup (moduleC not pointing to the same > parent), it looks like a potential bug to

Re: Building aggregate module using -pl option

2019-12-26 Thread Kypros Chrysanthou
ct using -pl": https://lists.apache.org/thread.html/5590fe115ea792f86c114744efa7f1edf1b2988d0f231249098b95f4%40%3Cusers.maven.apache.org%3E Kind regards, Kypros Chrysanthou On Thu, Dec 26, 2019 at 6:36 PM Kypros Chrysanthou wrote: > Hello, > > I am trying to build an a aggregate module

Building aggregate module using -pl option

2019-12-26 Thread Kypros Chrysanthou
Hello, I am trying to build an a aggregate module using the -pl option but I don't seem to be able to configure the build to pick up the sub-modules when they are not child projects. When a sub-module is a child project it can be picked up using the -amd option. I created a dummy project for t

Building multi-module project using -pl

2019-12-23 Thread Kypros Chrysanthou
. Also, if this behaviour is expected, how should I go about doing this? Kind regards, Kypros Chrysanthou