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 a central repository?
What is pom in maven?
What are the types of maven plugins?
Why do we say “maven uses convention over configuration”?
What are the default values for the packaging element? If there is no packaging element defined? What is the default value for that?
Can you tell me the default location of your local repository?
What is the use of snapshot in maven?
If you fail to define any information, where does your pom inherits that information from?
How do you convert input stream into string?
What is a transitive dependency? Can we override transitive dependency version and if yes, how?
Define archetype.
How do you know the version of mvn you are using?