did an svn update on latest log4j- sandbox projects, tried a mvn
install:
Paul-Smiths-Computer:/workspace/log4j-component paulsmith$ mvn install
[INFO] Scanning for projects...
[INFO]
------------------------------------------------------------------------
----
[INFO] Building Apache Component Companion for log4j 1.2.
[INFO] task-segment: [install]
[INFO]
------------------------------------------------------------------------
----
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO]
------------------------------------------------------------------------
[INFO] The plugin 'org.codehaus.mojo:cobertura-maven-plugin' does not
exist or no valid version could be found
[INFO]
------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 3 seconds
[INFO] Finished at: Mon Apr 23 09:03:05 EST 2007
[INFO] Final Memory: 3M/6M
[INFO]
------------------------------------------------------------------------
I'm obviously not a maven expert, but I'm using the default settings,
which is actually no settings.xml in the ~/.m2/ directory, which
should use the default repo, but it doesn't seem to want to
automatically download this.
The standard repo seems to have it..
http://repo1.maven.org/maven2/org/codehaus/mojo/cobertura-maven-
plugin/2.1/
Any help?
Paul