Note that there are some explanatory texts on larger screens.

plurals
  1. POsvn command fail from Maven
    text
    copied!<p>I have imported a project with Maven that has a module using STP-SCA Tools. The <a href="http://websvn.ow2.org/filedetails.php?repname=frascati&amp;path=/trunk/org.eclipse.stp.sca.model/pom.xml" rel="nofollow">POM</a> of this module tries to download the STP-SCA Tools by SVN.</p> <p>When I do a <code>mvn install</code> of this <code>POM.xml</code> I get the following on cmd</p> <pre><code>[INFO] [INFO] --- maven-scm-plugin:1.6:checkout (checkout) @ sca-model --- [INFO] Removing C:\WorkSpace\FrascatiTrunk\org.eclipse.stp.sca.model\org.eclipse .stp.sca\target\checkout [INFO] Executing: cmd.exe /X /C "svn --non-interactive checkout svn://dev.eclips e.org/svnroot/soa/org.eclipse.stp.sca-tools/org.eclipse.stp.sca/tags/3.5SR1/org. eclipse.stp.sca C:\WorkSpace\FrascatiTrunk\org.eclipse.stp.sca.model\org.eclipse .stp.sca\target\checkout" [INFO] Working directory: C:\WorkSpace\FrascatiTrunk\org.eclipse.stp.sca.model\o rg.eclipse.stp.sca\target [ERROR] Provider message: [ERROR] The svn command failed. [ERROR] Command output: [ERROR] "svn" no se reconoce como un comando interno o externo, programa o archivo por lotes ejecutable. [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 1.778s [INFO] Finished at: Mon Oct 01 16:30:13 CEST 2012 [INFO] Final Memory: 7M/108M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-scm-plugin:1.6:che ckout (checkout) on project sca-model: Command failed.The svn command failed. </code></pre> <p>If I try that svn dir on Eclipse it works.</p> <p>Why does the svn command fail from Maven?</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload