Below is my pom.xml snippet
<parent> ---Getting Error Here
<groupId>com.Brink</groupId>
<artifactId>scheduler</artifactId>
<version>${revision}</version>
</parent>
Error is: Plugin execution not covered by lifecycle configuration: org.codehaus.mojo:flatten-maven-plugin:1.0:flatten (execution: flatten, phase: process-resources)
May I now please, What's wrong here ?
Thanks