On Tuesday 27 April 2004 17:41, Jaroslaw Palka wrote:

I would suspect that you have not cleaned up the Maven 'internals' recently. 
Do (the equiv if on Windows)

    rm $MAVEN_HOME/plugins/avalon*
    rm -rf `find $HOME/.maven -name "avalon-*"`
    rm -rf `find $HOME/.maven -name "*.cache"`

First line, remove all files with a name starting with "avalon-".

Second line, remove all directories in the ".maven" directory, and any of its 
subdirectories, starting with the name "avalon-*"

Third line, remove all files ending with the name ".cache" anywhere in the 
".maven" hierarchy.

I don't think you will get that exception if you do the above, but it may 
still not work 100%.

Cheers
Niclas
-- 
+---------//-------------------+
|   http://www.bali.ac         |
|  http://niclas.hedhman.org   |
+------//----------------------+

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to