On 13/11/06, Daniel Kulp <[EMAIL PROTECTED]> wrote:
> > Hi Martin, that's odd, since mina 1.0.0 exists under the central > > repository at http://repo1.maven.org/maven2: > > > > <http://repo1.maven.org/maven2/org/apache/mina/> > > > > Maybe you just hit a network glitch or something like that? > > I am seeing exactly the same problem - have tried a few times. Is > there any special configuration required?
The problem was this: "Maven 2.0.4 and lower, doesn't support https and proxy so if you're in that case (and you're in that case if you're behind a proxy because java.net website uses https protocol) there is still a workaround; use the following system properties when using maven : -Dhttps.proxyHost=[proxy] -Dhttps.proxyPort=[port]" This was resolved when the order was changed in the POM. RG
