I've been getting this maven error for a while now:
Plugin execution not covered by lifecycle configuration: com.cerner.engineering:cerner- osgi-plugin:3.1.1:generate-osgi-manifest (execution: default, phase:
compile)
This is the snippet of my pom that is having the problem.
<execution>
<goals>
<goal>generate-osgi-manifest</goal>
<goal>generate-test-osgi-manifest</goal>
</goals>
</execution>
Has anybody seen this before?