Currently I'm getting the same error I got before when running release:prepare and release:perform; not sure if it's a problem with my key or if it's lacking some permissions on nexus:
[INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ mahout-buildtools --- [INFO] Uploading: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/mahout/mahout-buildtools/0.11.0/mahout-buildtools-0.11.0.jar [INFO] 2/15 KB [INFO] 4/15 KB [INFO] 6/15 KB [INFO] 8/15 KB [INFO] 10/15 KB [INFO] 12/15 KB [INFO] 14/15 KB [INFO] 15/15 KB [INFO] [INFO] Uploading: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/mahout/mahout-buildtools/0.11.0/mahout-buildtools-0.11.0.pom [INFO] 2/5 KB [INFO] 4/5 KB [INFO] 5/5 KB [INFO] [INFO] [INFO] ------------------------------------------------------------------------ [INFO] [INFO] Reactor Summary: [INFO] [INFO] [INFO] [INFO] Mahout Build Tools ................................. FAILURE [ 10.232 s] [INFO] [INFO] Apache Mahout ...................................... SKIPPED [INFO] [INFO] Mahout Math ........................................ SKIPPED [INFO] [INFO] Mahout HDFS ........................................ SKIPPED [INFO] [INFO] Mahout Map-Reduce .................................. SKIPPED [INFO] [INFO] Mahout Integration ................................. SKIPPED [INFO] [INFO] Mahout Examples .................................... SKIPPED [INFO] [INFO] Mahout Math Scala bindings ......................... SKIPPED [INFO] [INFO] Mahout H2O backend ................................. SKIPPED [INFO] [INFO] Mahout Spark bindings .............................. SKIPPED [INFO] [INFO] Mahout Spark bindings shell ........................ SKIPPED [INFO] [INFO] Mahout Release Package ............................. SKIPPED [INFO] [INFO] ------------------------------------------------------------------------ [INFO] [INFO] BUILD FAILURE [INFO] [INFO] ------------------------------------------------------------------------ [INFO] [INFO] Total time: 11.267 s [INFO] [INFO] Finished at: 2015-08-05T19:36:21-07:00 [INFO] [INFO] Final Memory: 37M/354M [INFO] [INFO] ------------------------------------------------------------------------ [INFO] [ERROR] Failed to execute goal org.apache.maven.plugins:maven-deploy-plugin:2.8.2:deploy (default-deploy) on project mahout-buildtools: Failed to deploy artifacts: Could not transfer artifact org.apache.mahout:mahout-buildtools:jar:0.11.0 from/to apache.releases.https ( https://repository.apache.org/service/local/staging/deploy/maven2): Failed to transfer file: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/mahout/mahout-buildtools/0.11.0/mahout-buildtools-0.11.0.jar. Return code is: 401, ReasonPhrase: Unauthorized. -> [Help 1] [INFO] [ERROR] [INFO] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [INFO] [ERROR] Re-run Maven using the -X switch to enable full debug logging. [INFO] [ERROR] [INFO] [ERROR] For more information about the errors and possible solutions, please read the following articles: [INFO] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] Mahout Build Tools ................................. SKIPPED [INFO] Apache Mahout ...................................... FAILURE [14:05 min] [INFO] Mahout Math ........................................ SKIPPED [INFO] Mahout HDFS ........................................ SKIPPED [INFO] Mahout Map-Reduce .................................. SKIPPED [INFO] Mahout Integration ................................. SKIPPED [INFO] Mahout Examples .................................... SKIPPED [INFO] Mahout Math Scala bindings ......................... SKIPPED [INFO] Mahout H2O backend ................................. SKIPPED [INFO] Mahout Spark bindings .............................. SKIPPED [INFO] Mahout Spark bindings shell ........................ SKIPPED [INFO] Mahout Release Package ............................. SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 14:11 min [INFO] Finished at: 2015-08-05T19:36:21-07:00 [INFO] Final Memory: 27M/236M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-release-plugin:2.5.2:perform (default-cli) on project mahout: Maven execution failed, exit code: '1' -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn <goals> -rf :mahout
