【发布时间】:2012-09-28 16:50:47
【问题描述】:
我已经收到这个 maven 错误有一段时间了:
Plugin execution not covered by lifecycle configuration: com.cerner.engineering:cerner- osgi-plugin:3.1.1:generate-osgi-manifest (execution: default, phase:
compile)
这是我的 pom 的 sn-p 有问题。
<execution>
<goals>
<goal>generate-osgi-manifest</goal>
<goal>generate-test-osgi-manifest</goal>
</goals>
</execution>
有人见过吗?
【问题讨论】: