Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Cannot Reproduce
-
2.0.10, 2.1.0, 2.2.0
-
None
-
None
-
OS 10.5.7, Maven 2.2.0, Java 1.5, Nexus 1.2.1
Description
I have a 28MB WAR file.
release:prepare works fine.
Behavior of release:perform with different maven versions is different, however, all fail
Distribution Repository URL is: http://maven.xxx.com:8080/nexus/content/repositories/xxx-private
-
-
- 2.2.0 ***
uploads go on forever.... note that 142789 > 28557
- 2.2.0 ***
-
...
[INFO] 142779/28557K
[INFO] 142783/28557K
[INFO] 142787/28557K
[INFO] 142789/28557K
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [ERROR] BUILD ERROR
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Error deploying artifact: The server maven.xxx.com failed to respond
-
-
- 2.1.0 ***
-
upload hangs after reaching max
...
[INFO] 28540/28557K
[INFO] 28544/28557K
[INFO] 28548/28557K
[INFO] 28552/28557K
[INFO] 28556/28557K
[INFO] 28557/28557K
-
-
- 2.0.10 ***
-
slightly different output, but upload still hangs
...
[INFO] 28536/28557K
[INFO] 28540/28557K
[INFO] 28544/28557K
[INFO] 28548/28557K
[INFO] 28552/28557K
[INFO] 28556/28557K
[INFO] 28557/28557K
[INFO] 28557K uploaded
I ended up uploading manually through the nexus UI, and that worked fine.