InterviewSolution
Saved Bookmarks
| 1. |
What are various build and deploy tools apart from Maven used in the industry? |
|
Answer» Maven builds the code and manages dependencies on the fly. Also due to its ability for SUPPORTING deployments Maven is used wide-spread. Maven makes a lot of post-development tasks easy. There are a bunch of other tools you can use instead of Maven.
Gradel suggests a polyglot build system that integrates the project with different technologies and programming languages. Gradle makes version management easier than Maven with the help of dynamic versioning. |
|