Just because the project moved, doesn't mean they necessarily deleted old artifacts from the Maven repo.

Strange, though.

As I said, I deleted my entire local Maven repo and it worked fine for me. Any one else have any ideas?

One thing I noticed, for me it downloaded 1.0-alpha-3...not sure why...

-> richard

On 12/1/09 12:23, Nick Wilson wrote:
Definitely a problem for me. Just tried it again without the pom file
change:

        [INFO]
------------------------------------------------------------------------
        [INFO] snapshot
org.codehaus.mojo:rat-maven-plugin:1.0-alpha-4-SNAPSHOT: checkin
        g for updates from apache.snapshots
        [INFO]
------------------------------------------------------------------------
        [ERROR] BUILD ERROR
        [INFO]
------------------------------------------------------------------------
        [INFO] Error building POM (may not be this project's POM).


        Project ID: org.codehaus.mojo:rat-maven-plugin

        Reason: Error getting POM for
'org.codehaus.mojo:rat-maven-plugin' from the repo
        sitory: Failed to resolve artifact, possibly due to a repository
list that is no
        t appropriately equipped for this artifact's metadata.
        org.codehaus.mojo:rat-maven-plugin:pom:1.0-alpha-4-SNAPSHOT

        from the specified remote repositories:
        apache.snapshots (http://repository.apache.org/snapshots),
        maven-proxy
(http://releaseserver:8080/maven-proxy-webapp/repository/)

        for project org.codehaus.mojo:rat-maven-plugin


The website for it also mentions that it has moved:
http://mojo.codehaus.org/rat-maven-plugin/

Regards,

Nick



-----Original Message-----
From: Richard S. Hall [mailto:[email protected]]
Sent: 01 December 2009 16:54
To: [email protected]
Subject: Re: Felix framework build problem

I removed my local repo and rebuilt the framework and it built fine. Are

you sure this is an issue?

->  richard

On 11/27/09 12:07, Nick Wilson wrote:
I checked the framework out from SVN last night but couldn't build it
as
the RAT maven plugin has been moved. I think the pom file needs
changing
from:



        ...

        <plugin>

          <groupId>org.codehaus.mojo</groupId>

          <artifactId>rat-maven-plugin</artifactId>

        ...

to

        ...

        <plugin>

          <groupId>org.apache.rat</groupId>

          <artifactId>apache-rat-plugin</artifactId>

        ...



Regards,



Nick





---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to