Reinl, Greg wrote:
I am trying to build jetspeed-2 and am getting the following error when
I try to Start the Hypersonic database:

Attempting to download hsqldb-1.7.1.jar.
Error retrieving artifact from
[http://www.bluesunrise.com/maven/hsqldb/jars/hsqldb-1.7.1.jar]:
java.net.UnknownHostException: www.bluesunrise.com

I believe this is because I am behind a proxy server that requires a
user id and password to pass through. I can get to the above .jar file
on bluesunrise.com just fine from a browser.


Is there a way to configure Maven to use my proxy server user id &
password when it tries to download the plugins it wants?  Is there
another way around this problem?

What about downloading and installing the Jetspeed-2 binaries?  I see
that they are available but didn't find any installation instructions.

Any help would be appreciated.

Thanks.

Try these settings for accessing remote repositories through a firewall:

maven.proxy.host
maven.proxy.port
maven.proxy.username(if required)
maven.proxy.password(if required)

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to