maven nexus release版本老报错

问题描述

[INFO] Downloaded: http://192.168.21.199:8081/nexus/content/groups/public/com/thoughtworks/xstream/xstream/1.3.1/xstream-1.3.1.jar (422 KB at 2340.5 KB/sec)[INFO] [INFO] Downloaded: http://192.168.21.199:8081/nexus/content/groups/public/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.jar (25 KB at 308.5 KB/sec)[INFO] [INFO] Packaging webapp[INFO] [INFO] Assembling webapp [resolveexcel] in [/home/zhuyong/workspace/resolveexcel/target/resolveexcel][INFO] [INFO] Processing war project[INFO] [INFO] Copying webapp webResources [/home/zhuyong/workspace/resolveexcel/WebContent] to [/home/zhuyong/workspace/resolveexcel/target/resolveexcel][INFO] [INFO] Webapp assembled in [109 msecs][INFO] [INFO] Building war: /home/zhuyong/workspace/resolveexcel/target/resolveexcel.war[INFO] [INFO] WEB-INF/web.xml already added, skipping[INFO] [INFO] ------------------------------------------------------------------------[INFO] [INFO] BUILD SUCCESS[INFO] [INFO] ------------------------------------------------------------------------[INFO] [INFO] Total time: 9.625s[INFO] [INFO] Finished at: Sun Jan 26 16:48:10 CST 2014[INFO] [INFO] Final Memory: 12M/30M[INFO] [INFO] ------------------------------------------------------------------------[INFO] Checking in modified POMs...[INFO] Executing: /bin/sh -c cd /home/zhuyong/workspace/resolveexcel && svn --non-interactive commit --file /tmp/maven-scm-679551824.commit --targets /tmp/maven-scm-3437704661245412224-targets[INFO] Working directory: /home/zhuyong/workspace/resolveexcel[INFO] ------------------------------------------------------------------------[INFO] BUILD FAILURE[INFO] ------------------------------------------------------------------------[INFO] Total time: 14.575s[INFO] Finished at: Sun Jan 26 16:48:10 CST 2014[INFO] Final Memory: 7M/18M[INFO] ------------------------------------------------------------------------[ERROR] Failed to execute goal org.apache.maven.plugins:maven-release-plugin:2.4.2:prepare (default-cli) on project resolveexcel: Unable to commit files[ERROR] Provider message:[ERROR] The svn command failed.[ERROR] Command output:[ERROR] svn: E155007: '/home/zhuyong/workspace/resolveexcel/pom.xml' is not a working copy[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:大神求解决方法。svn版本都一致。我在同一服务器的不同用户下 Release的。但老报上面的错误。。。啊啊啊啊啊

解决方案

这個看上去和 Nexus 貌似没有什么关联关系,纯粹是你的 SVN 本地客户端上出现了版本混乱,目前/home/zhuyong/workspace/resolveexcel/pom.xml是你本地的吧,建议把和这個目录有关的文件或者文件夹仔细查下,或者在各层目录上做下clean up后再重新update,确保 SVN 的各项操作没有问题之后,最后再试试编译能不能通过。

时间: 2024-10-11 03:50:25

maven nexus release版本老报错的相关文章

但在release版本下报错"

问题描述 VS2010下,一个解决方案,在Debug版本下可以,但在release版本下报错 VS2010下,一个解决方案(共7个项目),在Debug版本下可以编译通过,但在release版本下报错 解决方案 解决VS+opencv中Debug版本与Release版本lib切换的问题为什么我的程序debug版本运行没有问题,而release版本总是报错?为什么我的程序debug版本运行没有问题,而release版本总是报错? (curefull)

maven 项目tomcat启动总是报错,而且项目是直接从团队git仓库下的,是我的环境配置问题吗

问题描述 maven 项目tomcat启动总是报错,而且项目是直接从团队git仓库下的,是我的环境配置问题吗 org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'com.github.diamond.client.spring.MessagePropertyPlaceholderConfigurer#0': Invocation of init method failed;

mysql-再往数据库中添加数据时,起初可以添加进去,之后不知道是把电脑关了还是怎么老报错,而且添加不进去了

问题描述 再往数据库中添加数据时,起初可以添加进去,之后不知道是把电脑关了还是怎么老报错,而且添加不进去了 Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if

mybatis-spring老报错Unable to instantiate Configuration.

问题描述 spring老报错Unable to instantiate Configuration. spring+MyBatis动态SQL查询写了一个测试方法老报错 ApplicationContext ctx = new ClassPathXmlApplicationContext("applicationContext.xml"); EmpDao dao = ctx.getBean(EmpDao.class); 这个配置文件老读不出来,不知道哪里的问题 ![图片说明](http:

matlab-vs 2010 跟MATLAB混合编程老报错

问题描述 vs 2010 跟MATLAB混合编程老报错 执行到MATLAB函数时软件会报错:Precision Design.exe 中的 0x758f812f 处有未经处理的异常: Microsoft C++ 异常: 内存位置 0x0e79f60c 处的 mwException. 并且在MATLAB函数处中断 我用的方法是dll文件混合编程的,然后我单步执行时会出现这样的情况:无可用源 解决方案 参考:http://blog.csdn.net/wangyaninglm/article/deta

创建Maven项目 pom.xml文件报错

问题描述 创建Maven项目 pom.xml文件报错 创建maven项目 pom.xml文件提示错误: Failure to transfer org.apache.maven.surefire:surefire:pom:2.10 from http://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update inter

Intellij 14用maven构建时pom.xml报错

问题描述 Intellij 14用maven构建时pom.xml报错 Intellij 14用maven构建时pom.xml报错,Dependency '''org.apache.commons:com.springsource.org.apache.commons.logging:1.1.1''' not found less... Inspects a Maven model for resolution problems.求助 解决方案 'org.apache.commons:com.sp

cocos2d x-在Xcode中安装cocos2d-x老报错求大神指教

问题描述 在Xcode中安装cocos2d-x老报错求大神指教 taorenwangtekiMacBook-Pro:~ taorenwang$ cd /Users/taorenwang/Desktop taorenwangtekiMacBook-Pro:Desktop taorenwang$ cd cocos2d-2.1rc0-x-2.1.3/ taorenwangtekiMacBook-Pro:cocos2d-2.1rc0-x-2.1.3 taorenwang$ ./install-templ

jar-web项目转换为maven项目,项目各种报错的问题

问题描述 web项目转换为maven项目,项目各种报错的问题 有一个比较大的web项目,原本是不支持maven的.jar包什么的 都是手动打,现在需要改成 maven来管理的.我通过右键项目configure里面的convert to Maven project之后,项目报错. 难道是我漏掉了什么地方?还是说不能直接点击convert to Maven project?请大神 错误类似于这种.提示全都是 XXX cannot be resolved to a type 解决方案 这个错误,,就是