How to add a plugin to Maven
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>org.wso2.maven</groupId>
<artifactId>wso2-general-project-plugin</artifactId>
<version>5.2.42</version>
</plugin>