Trying to upload the third party jar into AWS Code Artifact
mvn deploy:deploy-file -DgroupId=xxx -DartifactId=xxx -Dversion=1.0 -Dfile=C:\maven383\lib\xxx.jar -Dpackaging=jar -DrepositoryId=xxx-java -Durl=https://xxx-xxx.d.codeartifact.us-west-1.amazonaws.com/maven/java/
Getting error as, Software caused connection abort: socket write error
changed the parameter values but still not working