> maven.repo.remote=http://supportweb/maven/,http://www.ibiblio.org/maven/
You can also create a directory e.g. _extern and configure Apache to act as a proxy for /maven/_extern. httpd.conf --%<-- ProxyPass /maven/_extern/ http://www.ibiblio.org/maven/ ProxyRemote * http://<your-proxy-server>:<port> --%<-- If done the entry in project.properties looks like --%<-- (in a single line) maven.repo.remote=http://<internal-server>/maven/,http://<internal-server>/maven/_extern --%<-- Switching the ibiblio repository is then easily done by changing the proxy configuration on Apache server side. You don't have to change project.properties on every single client. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
