How to specify the sequence in which sub modules needs to be built?
Answer / Payal Agrawal
To specify the sequence in which sub-modules need to be built, you can use the `<build>` section within each module's POM.xml file and define the `<dependencies>`, `<dependencyManagement>`, and `<plugins>` elements accordingly.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is a central repository?
What are the different phases of a maven build lifecycle?
Is there a way I can configure maven to always download sources and javadocs?
What is mojo?
what is Maven? How does it work?
Name the 3 build lifecycle of maven.
What is maven lifecycle?
List the differences between ant and maven.
What are the benefits of transitive dependency in maven?
What is the use of maven clean?
What is the dependency scope? Name all the dependency scope.
What are different dependency scopes in maven?