> This http://cvs.dev.com would be the URL to my tomcat server but we need a > password to access that sever. So instead of using maven.repo.remote > should > I use > > maven.proxy.host = cvs.dev.com > maven.proxy.port = 8080 > maven.proxy.username = username > maven.proxy.password = password >
The Maven repository must provide unauthenticated access. Proxy settings are required only if your repository server isn't directly accessible. In other words, the above settings will not help. > > Would there be any permissions issues or anything like that should be > taken > care of on tomcat. You have to open access to your Maven repository hosted by Tomcat. > > Thanks a lot for all ur help guys. > > Vikas > Sri --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
