0 votes
in Maven - Coalescing Pipeline by
What is meant by the term ‘Build Tool’ in Maven?

1 Answer

0 votes
by

A build tool is essential for the process of building. It is needed for the following procedures:

  • Generating source code.
  • Generating documentation from the source code.
  • Compiling of source code.
  • Packaging of the compiled codes into JAR files.
  • Installing the packaged code in a local repository, server, or central repository.
...