[m2]Guide to Developing Ant Plugins error

2006-01-20 Thread Alexandre Russel
Hi, I am following the Guide to Developing Ant Plugins, first example hello world plugin: here is the error and at the end of the mail the exact file I used(cut/paste from the guide): mvn install [INFO] Scanning for projects... [INFO]

Re: [m2]Guide to Developing Ant Plugins error

2006-01-20 Thread Henrik Mejlgaard
Hi Alexandre, I had the same problem. It seems there is a problem in the transitive dependencies somewhere. My very ugly hack to get past this error was to copy the 2.0.1 versions into the 2.0 versions of maven-plugin-tools-api in my local repository - renaming the version of the file of course.