> <distributionManagement> > <repository> > <id>inhouse</id> > <name>Inhouse Internal Release Repository</name> > <url>http://myserver/maven/inhouse</url> > </repository> > <snapshotRepository> > <id>inhouse_snapshot</id> > <name>Inhouse Internal Snapshot > Repository</name> > <url>http://myserver/maven/inhouse_snapshot</url> > <uniqueVersion>true</uniqueVersion> > </snapshotRepository> > </distributionManagement> > > > But when I run 'mvn deploy' I get the following error:
I know it works via scp. I doubt http worked unless wagon was doing WebDAV stuff, in which case you would have had to setup that in apache. Err, are you following the guide I am writing at http://docs.codehaus.org/display/MAVENUSER/Using+Maven+in+a+corporate+enviro nment ?? Let me know if I need to make changes. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
