jira-importer commented on issue #724: URL: https://github.com/apache/maven-scm/issues/724#issuecomment-2964615180
**[Lóránt Pintér](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=lptr)** commented Using http://localhost:8000 is not a solution when you want to use the release pluign's localCheckout feature. It produces this error on Windows: ``` C:\Workspaces\Eclipse\Test-TOPclipse-3.7\tis-parent>mvn release:perform -DlocalCheckout=true [INFO] Scanning for projects... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building TIS Parent 3.1-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-release-plugin:2.2.1:perform (default-cli) @ tis-parent --- [INFO] Checking out the project to perform the release ... [INFO] Performing a LOCAL checkout from scm:hg:file://C:\Workspaces\Eclipse\Test-TOPclipse-3.7\tis-parent [ERROR] The scm url is invalid. [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 2.325s [INFO] Finished at: Tue Aug 02 14:34:57 CEST 2011 [INFO] Final Memory: 7M/105M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-release-plugin:2.2.1:perform (default-cli) on project tis-parent: The scm url is invalid. [ERROR] - An hg 'file' url must be on the form 'file:///' or 'file://localhost/'. [ERROR] -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
