On Oct 9, 2006, at 4:01 PM, Vijay Ganesan wrote:
Yes the problem seems to be downloading from: https://maven-
repository.dev.java.net/repository/com.sun.tools.xjc.maven2/poms/
maven-ja
xb-plugin-1.0.pom
I am able to download from other sites. Something to do with https?
I have a
proxy configured as:
<!-- proxy
| Specification for one proxy, to be used in connecting to the
network.
|
-->
<proxy>
<id>optional</id>
<active>true</active>
<protocol>http</protocol>
<username>proxyuser</username>
<password>proxypass</password>
<host>www-proxy.mycompany.com</host>
<port>80</port>
<nonProxyHosts>localhost</nonProxyHosts>
</proxy>
If I manually download the .pom file where do I stick it?
I've never needed to use a proxy with Maven so I'd point you at the
maven lists for that. If it's HTTPS, do you also need config for port
443?
The downloaded files I have are in ~/.m2/repository/com/sun/tools/xjc/
maven2/maven-jaxb-plugin/1.0/
$ ls -l ~/.m2/repository/com/sun/tools/xjc/maven2/maven-jaxb-plugin/1.0/
total 56
-rw-r--r-- 1 jboynes jboynes 10072 Sep 16 06:59 maven-jaxb-
plugin-1.0.jar
-rw-r--r-- 1 jboynes jboynes 40 Sep 16 06:59 maven-jaxb-
plugin-1.0.jar.sha1
-rw-r--r-- 1 jboynes jboynes 4249 Sep 16 06:59 maven-jaxb-
plugin-1.0.pom
-rw-r--r-- 1 jboynes jboynes 40 Sep 16 06:59 maven-jaxb-
plugin-1.0.pom.sha1
and
$ ls -l ~/.m2/repository/com/sun/xml/jaxb-xjc/2.0EA3
total 5664
-rw-r--r-- 1 jboynes jboynes 2885724 Jul 23 11:19 jaxb-
xjc-2.0EA3.jar
-rw-r--r-- 1 jboynes jboynes 40 Jul 23 11:19 jaxb-
xjc-2.0EA3.jar.sha1
-rw-r--r-- 1 jboynes jboynes 690 Jul 23 11:17 jaxb-
xjc-2.0EA3.pom
-rw-r--r-- 1 jboynes jboynes 44 Jul 23 11:17 jaxb-
xjc-2.0EA3.pom.sha1
You get the idea :-)
Hope that helps
--
Jeremy
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]