Maven hangs when it tries to download the maven-metadata.xml file. However
uploading artifacts works fine.
This happens with both mvn release:perform and mvn deploy
[INFO] Downloading:
scp://build/srv/maven/releases/com/mycomp/myproject/maven-metadata.xml
[INFO] 421/421 B
[INFO] 422/421 B
It doesn't offer any error messages for why it hangs.
I have tried running with -X and -debug
Trying to SCP the file myself works fine:
username@machine:~> scp
build:/srv/maven/releases/com/mycom/myproject/maven-metadata.xml .
maven-metadata.xml
100% 421 0.4KB/s 00:00
--
View this message in context:
http://maven.40175.n5.nabble.com/Hangs-when-downloading-maven-metadata-xml-tp5791924.html
Sent from the Maven - Users mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]