This issue has resolved itself. The change I made was that I had
repositories in settings.xml which did not have the recommended
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>false</enabled>
</snapshots>
settings. I added them to speed up the mvn build, and the problem
is now gone. Though, I have to admit I don't understand why.
--CB
On Mon, 2007-10-15 at 18:28 +0000, cbrown wrote:
> when i 'mvn clean' I get
>
> The plugin 'org.apache.maven.plugins:maven-clean-plugin' does not exist
> or no valid version could be found
>
> Also, when I 'mvn -U', I get
>
> [INFO] artifact org.apache.maven.plugins:maven-site-plugin: checking for
> updates from central
> [WARNING] *** CHECKSUM FAILED - Error retrieving checksum file for
> org/apache/maven/plugins/maven-site-plugin/maven-metadata.xml - IGNORING
>
>
> I tried adding a proxy repository for
> http://people.apache.org/maven-snapshot-repository/, and directing it to
> Archiva's 'internal', which I have configured as a mirrorOf *.
>
> What should I have?
|