首页 新闻 赞助 找找看

maven 提交svn失败

0
悬赏园豆:10 [已关闭问题] 关闭于 2013-12-20 16:20

[INFO]
[INFO] --- maven-scm-plugin:1.8:export (scm) @ com.mpr.mprsp.seb.emnp.www.portal.home ---
[INFO] Removing E:\xm13\emnp\www\portal\home\target\classes\WEB-INF\template\common
[INFO] Executing: cmd.exe /X /C "svn --username zhouqiang --password ***** --no-auth-cache --non-interactive export --force http://172.16.10.201:8443/svn/MPRSP/branch_version/v1.0.0.9/seb2/emnp/www/host/src/main/resources/resources/template E:\xm13\emnp\www\portal\home\target\classes\WEB-INF\template\common"
[INFO] Working directory: E:\xm13\emnp\www\portal\home\target\classes\WEB-INF\template\common
[ERROR] Provider message:
[ERROR] The svn command failed.
[ERROR] Command output:
[ERROR] 'svn' 不是内部或外部命令,也不是可运行的程序

或批处理文件。

[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 5.663s
[INFO] Finished at: Fri Dec 20 14:57:36 CST 2013
[INFO] Final Memory: 7M/19M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-scm-plugin:1.8:export (scm) on project com.mpr.mprsp.seb.emnp.www.portal.home: Command failed.The svn command failed. -> [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/MojoExecutionException

问题补充:

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-scm-plugin</artifactId>
<version>1.8</version>
<executions>
<execution>
<id>scm</id>
<phase>compile</phase>
<goals>
<goal>export</goal>
</goals>
<configuration>
<basedir>${basedir}/src</basedir>
<exportDirectory>${basedir}/target/classes/WEB-INF/template/common</exportDirectory>
<connectionUrl>scm:svn:http://172.16.10.201:8443/svn/MPRSP/branch_version/v1.0.0.9/seb2/emnp/www/host/src/main/resources/resources/template</connectionUrl>
<username>zhouqiang</username>
<password>zhouqiang</password>
<skipExportIfExists>false</skipExportIfExists>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>

qsa的主页 qsa | 菜鸟二级 | 园豆:202
提问于:2013-12-20 14:58
< >
分享
清除回答草稿
   您需要登录以后才能回答,未注册用户请先注册