How to add a plugin to Maven
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>com.hpe.adm.nga.sdk</groupId>
<artifactId>sdk-generate-entity-models-maven-plugin</artifactId>
<version>12.60.16</version>
</plugin>