Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
Why are Maven Plugins used?
Home
Maven - Coalescing Pipeline
Why are Maven Plugins used?
0
votes
asked
Sep 1, 2023
in
Maven - Coalescing Pipeline
by
JackTerrance
Why are Maven Plugins used?
maven-interview-questions-answers
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Sep 1, 2023
by
JackTerrance
Maven Plugins are used to:
Create a JAR file.
Create a WAR file.
Compile code files.
Unit testing of code.
Create project documentation.
Create project reports.
...