Hi mentors,
I was trying to use
$> mvn -Papache-release -DskipTests -Dgpg.passphrase=${GPG_PASSPHRASE}
deploy
to upload eagle's jars to
https://repository.apache.org/service/local/staging/deploy/maven2, but it
always return 400 error, as below fragment:
********************
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-deploy-plugin:2.8.1:deploy (default-deploy)
on project eagle-parent: Failed to deploy artifacts: Could not transfer
artifact org.apache.eagle:eagle-parent:pom:0.4.0-incubating 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/eagle/eagle-parent/0.4.0-incubating/eagle-parent-0.4.0-incubating.pom.
Return code is: 400, ReasonPhrase: Bad Request. -> [Help 1]
********************
Could you instruct me, whether it's caused by the lack of access to the
repository and which mailing list I should get connected with to solve this
issue, please? Thanks.
Michael