Login
Remember
Register
Ask a Question
What are the uses of Maven Plugins?
0
votes
asked
Apr 7, 2021
in
Maven - Coalescing Pipeline
by
SakshiSharma
What are the uses of Maven Plugins?
#maven-plugins
plugin-use
maven-plugin-use
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Apr 7, 2021
by
SakshiSharma
Maven Plugins are used to -
create jar file.
create war file.
compile code files.
unit testing of code.
create project documentation.
create project reports.
...