What are different types of build profiles?
Answer / Jabar Singh
Build Profiles in Apache Maven allow you to configure different sets of properties and plugins for different environments or configurations. The main types of build profiles are Active Profile, Default Profile, and Property Profiles.
| Is This Answer Correct ? | 0 Yes | 0 No |
Difference between maven and ant?
List out the dependency scope in Maven?
What is a central repository?
What is a maven dependency?
what is Maven Repository? What are their types?
How does maven looks for a dependency or resource?
Is there a way I can configure maven to always download sources and javadocs?
What are the default values for the packaging element? If there is no packaging element defined? What is the default value for that?
What are the tasks which are performed by maven?
What is the role of a build tool in apache maven?
Difference between maven scope compile and provided for jar packaging?
How do you build fat jar using maven?