Description
Ran into a problem when refreshing my local wink repository. I deleted the old wink code that I had which was out of date and which I had used eclipse on. After deleting the code the eclipse .metadata directory still existed. I checked out the trunk and ran mvn install and received a build failure due to files missing the license header in the .metadata directory. The fix is to change the includes for the maven-license-plugin plugin from */.xml to **/pom.xml.