Details
Description
When I'm trying to deploy my jars to OSS repository, and I got error message:
Failed to execute goal org.apache.maven.plugins:maven-deploy-plugin:2.5:deploy (default-deploy) on project Elk: Failed to deploy artifacts: Could not transfer artifact com.toozhao.ioc:Elk:jar:0.0.1-20130505.074519-1 from/to nexus-oss (https://oss.sonatype.org/content/repositories/snapshots): Access denied to: https://oss.sonatype.org/content/repositories/snapshots/com/toozhao/ioc/Elk/0.0.1-SNAPSHOT/Elk-0.0.1-20130505.074519-1.jar -> [Help 1]
I've already set the username and access token in my maven's settings file.
Thanks.