InterviewSolution
Saved Bookmarks
| 1. |
What Is Build Profile? |
|
Answer» A Build PROFILE is a set of configuration values which can be USED to set or OVERRIDE default values of Maven build. USING a build profile, you can customize build for different ENVIRONMENTS such as Production v/s Development environments. A Build profile is a set of configuration values which can be used to set or override default values of Maven build. Using a build profile, you can customize build for different environments such as Production v/s Development environments. |
|