I having one problem but i don't know solve this, I search all web, however nothing can help me.
I'm using "mvn release:prepare" to compile one project in my local repository, but happens the following error : " The svn command failed. Command output: svn: E155007: 'C:\foundation\pom.xml' is not a working copy ".
This project contains submodules, the foundation is principal module of project, the submodules are core,presentation,security, these submodules contain a pom.xml that points to configuration from parent pom in module foundation.
Previously happened the same error in pom.xml from core module, because the version tag was different from version tag in parent pom.xml, I solved this put 3.2.2.1-SNAPSHOT in all submodules,but now get error in pom.xml from root module that is foundation.
Help me , I have not any idea to solve this.
Att;