文章详情

  • 游戏榜单
  • 软件榜单
关闭导航
热搜榜
热门下载
热门标签
php爱好者> php文档>Some maven notes.

Some maven notes.

时间:2010-09-10  来源:Dikang Gu

1. if you want to see the detailed error message on the console, instead of reading it from the surefire files, you can use the maven-surefire-plugin:

<plugin>              

  <groupId>org.apache.maven.plugins</groupId>              

  <artifactId>maven-surefire-plugin</artifactId>

    <version>2.6</version>              

  <configuration>                

    <useFile>false</useFile>              

  </configuration>            

</plugin>

 

Or, do the "mvn clean install -Dsurefire.useFile=false"

相关阅读 更多 +
排行榜 更多 +
王者英雄之枪战传奇无限钻石

王者英雄之枪战传奇无限钻石

飞行射击 下载
丛林抵御战内置菜单MOD最新版本

丛林抵御战内置菜单MOD最新版本

飞行射击 下载
枪手射击之王手游

枪手射击之王手游

飞行射击 下载