Re: deploying war artifact to nexus is failing; packaging as jar works.

2014-11-23 Thread Mirko Friedenhagen
Just a wild guess: as a war the artifact will probably be much bigger because of the packaged dependencies. Running mvn -e deploy will show more information. Am 22.11.2014 11:48 schrieb John Smith jszjsm...@googlemail.com: Hello, I'm trying to distribute my war's artifact to nexus but I'm

deploying war artifact to nexus is failing; packaging as jar works.

2014-11-22 Thread John Smith
Hello, I'm trying to distribute my war's artifact to nexus but I'm getting the following error below. If I change the packaging in the pom.xml to jar it will deploy fine. Can anyone see what I am doing wrong? thanks, John. [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @

Re: deploying war artifact to nexus is failing; packaging as jar works.

2014-11-22 Thread Sartaj Hundal
You're getting an IOException (unexpected end of stream). Are you using the right URL? Just an idea. You might have to set some property to 'false' so that maven actually starts reading. Sorry if I couldn't be more help, it's been awhile.. but your problem is definitely to do with IO. On Sat, Nov

Re: deploying war artifact to nexus is failing; packaging as jar works.

2014-11-22 Thread Karl Heinz Marbaise
Hi, have you checked in Nexus if there where errors in the logs? Kind regards Karl Heinz Marbaise On 11/22/14 9:35 PM, Sartaj Hundal wrote: You're getting an IOException (unexpected end of stream). Are you using the right URL? Just an idea. You might have to set some property to 'false' so