しばらくの間、このMavenエラーが発生しています:
Plugin execution not covered by lifecycle configuration: com.cerner.engineering:cerner- osgi-plugin:3.1.1:generate-osgi-manifest (execution: default, phase:
compile)
これは、問題が発生している私のポンのスニペットです。
<execution>
<goals>
<goal>generate-osgi-manifest</goal>
<goal>generate-test-osgi-manifest</goal>
</goals>
</execution>
誰もこれを見たことがありますか?