I have a scenario as below:
we don't use the module and cant auto build.
there are four projects depend one by one, just simple dependency such as
D Service:
<dependency>
<groupId>c</groupId>
<artifactId>c</artifactId>
</dependency>
C service:
<dependency>
<groupId>B</groupId>
<artifactId>B</artifactId>
</dependency>
...
if we modify A, we must mvn insall the project one by one. So my question is "does the maven provide the command to install all the service one time?"