I've done a lot of research on this and have not been able to find a solution. Hopefully some of you maven experts can help me out with this.
There is a developer that created a new project which has yet not been added/checked into our remote repository. When running a mvn install on the new project we get the following error message: INFO] Building pricingutility [INFO] task-segment: [install] [INFO] ------------------------------------------------------------------------ [INFO] [buildnumber:create {execution: default}] [INFO] Checking for local modifications: skipped. [INFO] Updating project files from SCM: skipped. Provider message: The svn command failed. Command output: svn: '.' is not a working copy [INFO] ------------------------------------------------------------------------ [ERROR] BUILD ERROR [INFO] ------------------------------------------------------------------------ [INFO] Cannot get the revision information from the scm repository : Error! [INFO] ------------------------------------------------------------------------ [INFO] For more information, run Maven with the -e switch [INFO] ------------------------------------------------------------------------ [INFO] Total time: 2 seconds [INFO] Finished at: Tue Jul 21 12:10:52 MDT 2009 [INFO] Final Memory: 11M/22M [INFO] ------------------------------------------------------------------------ It seems as if maven is trying to download or update from SVN? Is there any way that I can build this project without having to check it into the SVN repo? Thanks for your help. -- View this message in context: http://www.nabble.com/Unable-to-build-mvn-project-on-my-local-box.-tp24592799p24592799.html Sent from the Maven - Issues mailing list archive at Nabble.com.