If you are building apache tuscany from source and you get errors about a bunch of jars and plugins missing in the maven repository you are pointing to, point your repository to http://repository.apache.org/content/repositories/central
Note that the browser would redirect it to https but you can use http so that maven does not crib about certificates
EDIT: well apache changed their behavior to 302 my requests from http to https
you can now specify https://repository.apache.org/content/repositories/central as the url
be sure to import the certificate before you want to see javax.net.ssl.SSLHandshakeException
No comments:
Post a Comment