Earlier today i was just doing some work on a maven project i just imported in and i was having some trouble with it. It wasn\'t getting a certain dependency. I tried deleti
I had the same error. I removed the directory containing the different versions of the maven-war-plugin from my local repository. After this I startet the build with mvn install -U to update all the plugins.
The plugin was downloaded again and the error was gone.