Hello All
I am getting error in pom.xml if i uncomment or add application model generator plugin steps.Error is coming at the step marked in BOLD below. Error says "Plugin execution not covered by lifecycle configuration: com.hpe.lft:appmodel-generator-mojo:2021.0.0:generate (execution: default, phase: validate)"
<plugin>
<groupId>com.hpe.lft</groupId>
<artifactId>appmodel-generator-mojo</artifactId>
<version>2021.0.0</version>
<executions>
<execution>
<phase>validate</phase>
<goals>
<goal>generate</goal>
</goals>
</execution>
</executions>
<!--optional parameters -->
<configuration>
</configuration>
</plugin>
Can someone please suggest? I have already added below to repository as mentioned in guide
AppModel code generator (helper) JAR.
appmodel-code-generator-mojo-2021.0.0.jar
appmodel-code-generator-mojo-2021.0.0-pom.xml