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?

Thanks
Vijay

On 10/9/06, Jeremy Boynes <[EMAIL PROTECTED]> wrote:

Most likely problem is that your machine is having problems accessing
the repo at java.net where that is hosted.
I'd simply try again or try downloading that artifact by hand (to see
if you are firewalled).
--
Jeremy

On Oct 9, 2006, at 2:35 PM, Vijay Ganesan wrote:

> I'm trying to build the latest source following the instructions here:
> http://incubator.apache.org/tuscany/java-projects.html
>
> I get the following errors. Can someone pl help?
>
> [ERROR] BUILD ERROR
> [INFO]
> ----------------------------------------------------------------------
> --
> [INFO] Error building POM (may not be this project's POM).
>
>
> Project ID: com.sun.tools.xjc.maven2:maven-jaxb-plugin
>
> Reason: Error getting POM for 'com.sun.tools.xjc.maven2:maven-jaxb-
> plugin'
> from the repository: Erro
> r transferring file
>  com.sun.tools.xjc.maven2:maven-jaxb-plugin:pom:1.0
>
> from the specified remote repositories:
>  central (http://repo1.maven.org/maven2),
>  apache.m1 (http://people.apache.org/repository),
>  apache.incubator (http://people.apache.org/repo/m2-incubating-
> repository/
> ),
>  java.net (https://maven-repository.dev.java.net/repository),
>  apache.snapshots (http://people.apache.org/repo/m2-snapshot-
> repository),
>  codehaus-snapshot (http://snapshots.repository.codehaus.org)
>
> Thanks
> Vijay


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


Reply via email to