Maven does have proxy settings you can configure. Not sure if it will help:
http://maven.apache.org/guides/mini/guide-proxies.html -Scott -Scott Battaglia PGP Public Key Id: 0x383733AA LinkedIn: http://www.linkedin.com/in/scottbattaglia On Tue, Feb 24, 2009 at 12:21 PM, schneisc <[email protected]> wrote: > I am trying to build 3.3.1 server and when running mvn tasks which execute > the tests I get the following failures (this works fine when not behind a > proxy). I can run with skip_tests=true, but we need to make changes to the > source and I'd rather not delete/disable tests. I'm sure others have > encountered this, so I wanted to see if there was a good solution (other > than deleting the offending tests). > > Failed tests: > > testValidProxyTicketWithoutQueryString(org.jasig.cas.ticket.proxy.support.Cas20ProxyHandlerTests) > > testValidProxyTicketWithQueryString(org.jasig.cas.ticket.proxy.support.Cas20ProxyHandlerTests) > testOkayUrl(org.jasig.cas.util.HttpClientTests) > > testAcceptsProperCertificateCredentials(org.jasig.cas.authentication.handler.support.HttpBasedServiceCredentialsAuthenticationHandlerTests) > > testAcceptsNonHttpsCredentials(org.jasig.cas.authentication.handler.support.HttpBasedServiceCredentialsAuthenticationHandlerTests) > > Tests in error: > > testDelegateTicketGrantingTicketWithValidCredentials(org.jasig.cas.remoting.server.RemoteCentralAuthenticationServiceTests) > > testDelegateTicketGrantingTicketWithProperParams(org.jasig.cas.CentralAuthenticationServiceImplTests) > > testNoResolverFound(org.jasig.cas.authentication.AuthenticationManagerImplTests) > > -- > You are currently subscribed to [email protected] as: > [email protected] > To unsubscribe, change settings or access archives, see > http://www.ja-sig.org/wiki/display/JSG/cas-user > > -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user
