What are the different types of profile in maven?
Answer / Yogender Kumar
The two main types of profiles in Maven are Activation Profiles and Properties Profiles. Activation Profiles can be activated based on conditions like environment, while Properties Profiles allow for overriding properties at runtime.
| Is This Answer Correct ? | 0 Yes | 0 No |
List out the dependency scope in Maven?
How do you force maven to copy dependencies into target/lib?
What is maven tool?
What is the use of plugins in maven?
What are different types of build profiles?
What is mojo?
Why should one use maven?
What is a transitive dependency in maven?
What is archetype?
What is maven project?
What is a central repository?
What is meant by mojo in maven?