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
>
>