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
What are the types of Maven Plugins?
Home
Maven - Coalescing Pipeline
What are the types of Maven Plugins?
0
votes
asked
Sep 1, 2023
in
Maven - Coalescing Pipeline
by
JackTerrance
What are the types of Maven Plugins?
maven-interview-questions-answers
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Sep 1, 2023
by
JackTerrance
There are two types of Maven Plugins:
Build plugins – These plugins are executed during the build and are configured in the <build/> element of pom.xml
Reporting plugins – These plugins are executed during the stage generation and are configured in the <reporting/> element of the pom.xml.
...