How to add a plugin to Maven
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>io.github.fslev</groupId>
<artifactId>maven-cucumber-reporting-extended</artifactId>
<version>5.4.12</version>
</plugin>