Neil, In addition to other responses (use http, not file): 1. Check the repo url in your output. I think the trailing slash in your pom.xml url will result in two slashes in the actual url (id did in mine). 2. I assume the repo entry is a child of distributionManagement and that your id matches settings.xml servers entry or you would get a bad url or auth error - can't tell from what you posted.
Post your fix if you get it. I am still struggling with a 400 error myself. Neil Chaudhuri-2 wrote: > > We have an internal Maven repository that I can view in my browser at > http://myserver:8081/nexus/content/repositories/myRepo/. I am simply > trying to upload my generated WAR file to this repository. I have set up > credentials in settings.xml, and my pom is set up as follows: > > <repository> > <id>my-maven-repo</id> > <name>Internal Maven Repository</name> > > <url>file://myserver:8081/nexus/content/repositories/myRepo/</url> > </repository> > > > This work great and I get a BUILD SUCCESSFUL message. > > The problem is that when I go back to > http://myserver:8081/nexus/content/repositories/myRepo/, I can't see it. > > Any ideas as to what is going on here? > > Thanks. > > -- View this message in context: http://old.nabble.com/Using-the-Maven-Deploy-Plugin-tp26325832p26581431.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]
