Login
Remember
Register
Ask a Question
What does the build tool?
0
votes
asked
Apr 6, 2021
in
Maven - Coalescing Pipeline
by
SakshiSharma
What does the build tool?
#build-tools
maven
maven-interview-questions
maven-mcq-questions
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Apr 6, 2021
by
SakshiSharma
Below are the Build tools does:
Generates source code (if the auto-generated code is used)
Generates documentation from source code
Compiles source code
Packages compiled code into a JAR or ZIP file
Installs the packaged code in the local repository, server repository, or central repository
...