从 pom.xml

问题描述

我有一个依赖包如下

<!-- language: lang-html -->

<groupId>ABC</groupId>
<artifactId>XYZ</artifactId>
<type>pom</type>

<!-- end snippet -->

类型为POM时如何提取JAR?

如果你知道这个,请帮助我......

TIA 贾根

解决方法

要么有JAR,那么你可以省略类型来添加它。

或者没有JAR,只有POM,那么就不能添加JAR。