Я новичок в Maven, так что это, вероятно, просто.Относительные части POM:
<dependency>
<groupId>fast-md5</groupId>
<artifactId>fast-md5</artifactId>
<version>2.5</version>
<type>pom</type>
</dependency>
и:
<repository>
<id>jboss-public-repository-group</id>
<name>JBoss Public Maven Repository Group</name>
<url>https://repository.jboss.org/nexus/content/groups/public-jboss/</url>
</repository>
Теперь, когда я проверяю путь и выполняю детализацию, похоже, что все должно совпадать.Однако я получаю эту ошибку:
[INFO] Copying 1 resource
Downloading: http://nmtg-maven:9081/nexus/content/groups/nmtg-ems-group//fast-md5/fast-md5/2.5/fast-md5-2.5.pom
[INFO] Unable to find resource 'fast-md5:fast-md5:pom:2.5' in repository central (http://central)
Downloading: http://nmtg-maven:9081/nexus/content/groups/nmtg-ems-group//fast-md5/fast-md5/2.5/fast-md5-2.5.pom
[INFO] Unable to find resource 'fast-md5:fast-md5:pom:2.5' in repository com.springsource.repository.bundles.release (http://repository.springsource.com/maven/bundles/release)
Downloading: http://nmtg-maven:9081/nexus/content/groups/nmtg-ems-group//fast-md5/fast-md5/2.5/fast-md5-2.5.pom
[INFO] Unable to find resource 'fast-md5:fast-md5:pom:2.5' in repository com.springsource.repository.bundles.external (http://repository.springsource.com/maven/bundles/external)
Downloading: http://nmtg-maven:9081/nexus/content/groups/nmtg-ems-group//fast-md5/fast-md5/2.5/fast-md5-2.5.pom
[INFO] Unable to find resource 'fast-md5:fast-md5:pom:2.5' in repository com.springsource.repository.bundles.milestone (http://repository.springsource.com/maven/bundles/milestone)
Downloading: http://nmtg-maven:9081/nexus/content/groups/nmtg-ems-group//fast-md5/fast-md5/2.5/fast-md5-2.5.pom
[INFO] Unable to find resource 'fast-md5:fast-md5:pom:2.5' in repository com.springsource.repository.bundles.snapshot (http://repository.springsource.com/maven/bundles/snapshot)
Downloading: http://nmtg-maven:9081/nexus/content/groups/nmtg-ems-group//fast-md5/fast-md5/2.5/fast-md5-2.5.pom
[INFO] Unable to find resource 'fast-md5:fast-md5:pom:2.5' in repository jboss-public-repository-group (https://repository.jboss.org/nexus/content/groups/public-jboss/)
Downloading: http://nmtg-maven:9081/nexus/content/groups/nmtg-ems-group//fast-md5/fast-md5/2.5/fast-md5-2.5.pom
[INFO] Unable to find resource 'fast-md5:fast-md5:pom:2.5' in repository central (http://central)
Downloading: http://nmtg-maven:9081/nexus/content/groups/nmtg-ems-group//fast-md5/fast-md5/2.5/fast-md5-2.5.pom
[INFO] Unable to find resource 'fast-md5:fast-md5:pom:2.5' in repository com.springsource.repository.bundles.release (http://repository.springsource.com/maven/bundles/release)
Downloading: http://nmtg-maven:9081/nexus/content/groups/nmtg-ems-group//fast-md5/fast-md5/2.5/fast-md5-2.5.pom
[INFO] Unable to find resource 'fast-md5:fast-md5:pom:2.5' in repository com.springsource.repository.bundles.external (http://repository.springsource.com/maven/bundles/external)
Downloading: http://nmtg-maven:9081/nexus/content/groups/nmtg-ems-group//fast-md5/fast-md5/2.5/fast-md5-2.5.pom
[INFO] Unable to find resource 'fast-md5:fast-md5:pom:2.5' in repository com.springsource.repository.bundles.milestone (http://repository.springsource.com/maven/bundles/milestone)
Downloading: http://nmtg-maven:9081/nexus/content/groups/nmtg-ems-group//fast-md5/fast-md5/2.5/fast-md5-2.5.pom
[INFO] Unable to find resource 'fast-md5:fast-md5:pom:2.5' in repository com.springsource.repository.bundles.snapshot (http://repository.springsource.com/maven/bundles/snapshot)
Downloading: http://nmtg-maven:9081/nexus/content/groups/nmtg-ems-group//fast-md5/fast-md5/2.5/fast-md5-2.5.pom
[INFO] Unable to find resource 'fast-md5:fast-md5:pom:2.5' in repository jboss-public-repository-group (https://repository.jboss.org/nexus/content/groups/public-jboss/)
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Failed to resolve artifact.
Что я сделал не так и что в "nmtg"?