tools.jar缺失……
暂时这样吧~
<!--jdk-->
<dependency>
<groupId>com.sun</groupId>
<artifactId>tools</artifactId>
<version>1.5.0</version>
<scope>system</scope>
<systemPath>C:/Program Files/Java/jdk1.6.0_17/lib/tools.jar</systemPath>
</dependency>
暂时这样吧~