maven分类器

时间:2015-09-15 07:23:06

标签: java maven maven-3

我们的分类器(wf-8.2)中有一个点,我们的本地nexus存储库报告工件的类型为2.jar。这可能会在某个地方引起问题,还是这只是一个连接错误?

e.g:

<dependency>
  <groupId>org.example</groupId>
  <artifactId>artifact</artifactId>
  <version>1.0.0</version>
  <classifier>wf-8</classifier>
  <type>2.jar</type>
</dependency>

我们可以通过将依赖关系的分类器指定为wf-8.2来使用该工件,但我想知道我们是否使用了无效字符,但无法找到任何信息对此。

0 个答案:

没有答案
相关问题