+1 vote
in Maven - Coalescing Pipeline by
What is the use of the execution element in pom file?

1 Answer

0 votes
by

The <execution> element contains the information required for the execution of a plugin.

...