I have installed maven 2 and following the tutorial as mentioned in the below link
maven.apache.org/guides/getting-started/maven-in-five-minutes.html
But whi
I had the same error :D, and what I did was modifying the permission of the folder in which I was creating my project folder (in you case 'my-app'). Indeed, I was just following the maven tutorial's guidelines when I came into this error.
Changing '/usr/local/apache-maven/' folder permission to 775 or to 777 should make it!