【发布时间】:2020-08-19 23:41:27
【问题描述】:
将 Drools 从 6.5.0.Final 迁移到 Drools 7.36.1.Final ,我在解决 org.kie:kie-maven-plugin:7.36.0.Final 依赖问题时遇到问题,如下所示
[ERROR] [ERROR] Some problems were encountered while processing the POMs:
[ERROR] Unresolveable build extension: Plugin org.kie:kie-maven-plugin:7.36.0.Final or one of its dependencies could not be resolved: The following artifacts could not be resolved: xmlpull:xmlpull:jar:1.2.0, xpp3:xpp3_min:jar:1.2.0: Could not find artifact xmlpull:xmlpull:jar:1.2.0
POM 条目
<plugin>
<groupId>org.kie</groupId>
<artifactId>kie-maven-plugin</artifactId>
<version>7.36.1.Final</version>
<extensions>true</extensions>
</plugin>
【问题讨论】:
标签: drools maven-plugin kie maven-extension