我有一个 Zip 格式的 Maven 工件,其中包含编译我的项目所需的 jar。
我尝试使用 unpack-dependencies 目标,但似乎 Mavan 没有选择 jar 作为依赖项。
Is it doable to use jars withing a zip artifact to compile the project?
These jars are not associated its own group id or artifact id
我有一个 Zip 格式的 Maven 工件,其中包含编译我的项目所需的 jar。
我尝试使用 unpack-dependencies 目标,但似乎 Mavan 没有选择 jar 作为依赖项。
Is it doable to use jars withing a zip artifact to compile the project?
These jars are not associated its own group id or artifact id