或者在POM中加入
<plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>1.6.0</version>
<configuration>
<classpathScope>test</classpathScope>
</configuration>
</plugin>
</plugins>
标签:exec,Process,commons,value,ExecuteException,org From: https://www.cnblogs.com/qianzf/p/17401390.html