Spring Boot - Advanced Patterns
In a multi-module project, you want to run integration tests that require all modules to be built and available. Which Maven command ensures this?
-am means "also make" dependencies of the specified modules.mvn clean install -am builds the specified module and its dependencies, ensuring all modules are built.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions