当我们尝试在nexus存储库中第一次上传我们的工件时,我收到以下错误
Error retrieving previous build number for artifact 'foo.bar:bar:pom':
repository metadata for: 'snapshot foo.bar:bar:0.0.1-SNAPSHOT' could
not be retrieved from repository: InternalSnapshots due to an error:
Authorization failed: Not authorized.
我仔细检查了我的nexus用户名和priveleges,并对照maven settings.xml中指定的用户进行了验证,发现它们是正确的。还有什么我可能会失踪的吗?