首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 软件管理 > 软件开发 >

maven 编译错误:com.thoughtworks.xstream.converters.ConversionException(转

2013-08-04 
maven 编译异常:com.thoughtworks.xstream.converters.ConversionException(转今天用maven编译,报以奇怪异

maven 编译异常:com.thoughtworks.xstream.converters.ConversionException(转
今天用maven编译,报以奇怪异常:

mvn package -Dmaven.test.skip=true



[INFO] ------------------------------------

[INFO] Trace

com.thoughtworks.xstream.converters.ConversionException: Cannot construct org.ap

ache.maven.plugin.war.util.WebappStructure as it does not have a no-args constru

ctor

---- Debugging information ----

message             : Cannot construct org.apache.maven.plugin.war.util.WebappSt

ructure as it does not have a no-args constructor

cause-exception     : com.thoughtworks.xstream.converters.reflection.ObjectAcces

sException

cause-message       : Cannot construct org.apache.maven.plugin.war.util.WebappSt

ructure as it does not have a no-args constructor

class               : org.apache.maven.plugin.war.util.WebappStructure

required-type       : org.apache.maven.plugin.war.util.WebappStructure

path                : /webapp-structure

line number         : 1

-------------------------------



经查与JDK版本有关,1.7版本会报以上错误。换成1.6,果断成功。

热点排行