What phases does a clean lifecycle consist of?
Answer / Tirgun Kumar
The clean lifecycle in Apache Maven consists of only one phase, which is the `clean` phase. This phase cleans up all output directories generated during the build process.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is build profile?
In maven what are the two setting files called and what is their location?
Explain what is maven? How does it work?
For POM what are the minimum required elements?
What types of maven repository?
What is the difference between a release version and snapshot version in maven?
What are the maven’s order of inheritance?
Is there a particular sequence in which maven searches for dependency libraries?
How to tackle duplicate classes in maven build?
What is maven build life cycle?
List all the dependency scope in maven.
Where are maven dependencies stored?