Hello,

I just faced a problem and would like your input if it is really a problem
or not.
I have a multimodule project where dependencies are like:

A --> B --> C --> D    (A depends upon B which depends upon C and so on...)

I would have expected those 2 commands to exhibit the exact same behaviour:

1- mvn package -pl :A,:C -T 1C
2- mvn package -pl :A,:C

but the problem is that when command 1 is run, both projects are built
simultaneously (the logs are interweaved). It should not be the case
because A depends transitively upon C.
When command 2 is run, project C is built before project A which is what I
expect.

I'm using mvn 3.9.9

Best regards





*- - - - -François Marot06 50 91 96 38*

Reply via email to