Maven Install 时报错
1.maven打包时报test错误
解决方案:打包时加上-DskipTests参数即可
2.eclipse 中 如果加入了 其他了xfire 等其他xml解析包的话,使用org.w3c.dom.Node下的getTextContent()方法会出现The method getTextContent() is undefined for the type Node 提示
解决方法: project–>properties->java build path–>order and export 把JRE System 提升到顶部既可,前提记得是java版本是jdk1.5以上