This is happenning lots now with many dependencies.  I managed to resolve
the sdo->woodstox dependency yesterday, only to find that I next hit jaxen
in the same way.

Here's something that Rick pointed out yesterday when I was trying to
resolve my issues.  If you look at the URL
http://repo1.maven.org/maven/woodstox/jars/ you see a directory listing of
the repository,  but if you click on any of the pom files they give
Not Found

The requested URL /maven2/woodstox/wstx-asl/3.0.1/wstx-asl-3.0.1.pom was not
found on this server.
------------------------------
Apache/2.0.52 (Red Hat) Server at repo1.maven.org Port 80

 I don't understand why this might be.  Anyone got any ideas?

On 12/01/07, Luciano Resende <[EMAIL PROTECTED]> wrote:

Looks like forcing the version of maven plugin got me further trying to
build, I have added the following in the parent pom.xml

                   <plugin>
                        <groupId>org.apache.maven.plugins</groupId>
                        <artifactId>maven-compiler-plugin</artifactId>
                        <version>2.0.1</version>
                        ................

, but now I'm getting :

[INFO]
------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO]
------------------------------------------------------------------------
[INFO] Error building POM (may not be this project's POM).


Project ID: org.eclipse.xsd:xsd

Reason: Error getting POM for 'org.eclipse.xsd:xsd' from the repository:
Error transferring file
  org.eclipse.xsd:xsd:pom:2.2.1

from the specified remote repositories:
  central (http://repo1.maven.org/maven2),
  apache.incubator (
http://people.apache.org/repo/m2-incubating-repository/
),
  apache.ws.m1.snapshots (http://ws.zones.apache.org/repository),
  apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository),
  codehaus (http://repository.codehaus.org/),
  eclipse.emf (http://download.eclipse.org/tools/emf/maven2)


--
Luciano Resende
http://people.apache.org/~lresende

On 1/11/07, Ignacio Silva-Lepe <[EMAIL PROTECTED]> wrote:
>
> Yes, I see the same error, was wondering if it was just me as well.
>
> On 1/11/07, Luciano Resende <[EMAIL PROTECTED]> wrote:
> >
> > [INFO]
> >
------------------------------------------------------------------------
> > [ERROR] BUILD ERROR
> > [INFO]
> >
------------------------------------------------------------------------
> > [INFO] Failed to resolve artifact.
> >
> > GroupId: org.apache.maven.plugins
> > ArtifactId: maven-plugins
> > Version: 8-SNAPSHOT
> >
> > Reason: Unable to download the artifact from any repository
> >
> > org.apache.maven.plugins:maven-plugins:pom:8-SNAPSHOT
> >
> > from the specified remote repositories:
> > codehaus.org (http://snapshots.repository.codehaus.org/),
> > central (http://repo1.maven.org/maven2),
> > apache.incubator (
http://people.apache.org/repo/m2-incubating-repository
> ),
> > apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository
),
> > codehaus-snapshot (http://snapshots.repository.codehaus.org)
> >
> >
> > [INFO]
> >
------------------------------------------------------------------------
> > --
> > Luciano Resende
> > http://people.apache.org/~lresende
> >
> >
>
>


Reply via email to