Login
Remember
Register
Ask a Question
What is the use of the execution element in pom file?
+1
vote
asked
Oct 25, 2021
in
Maven - Coalescing Pipeline
by
Robin
What is the use of the execution element in pom file?
execution-element
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Oct 25, 2021
by
Robin
The <execution> element contains the information required for the execution of a plugin.
...