I would ensure something like your firewall is not blocking Maven from downloading jars.
Another thing to try is go to <your_local_maven_repo>\org\apache\maven\plugins\maven-war-plugin\2.1.1 and check for files called *.lastUpdated. If any exist, delete them and try again.
Actually, that message reads like you're attempting to UPLOAD a change to the master Maven repository, not download it like one normally would.
You'd have to be specifically authorized by the Maven people for that, and they'd only do that if you were a maven developer/committer, not an ordinary maven user.
I'm going to be a "small government" candidate. I'll be the government. Just me. No one else.
Another thing to try is go to <your_local_maven_repo>\org\apache\maven\plugins\maven-war-plugin\2.1.1 and check for files called *.lastUpdated. If any exist, delete them and try again.
Just a FYI - Instead of manually looking for and deleting those files, you can use the -U option of Maven: