jjzjj

java - exec-maven-plugin 找不到或加载主类但输出在命令行上运行正常

我尝试使用exec-maven-plugin来运行Java程序。我使用以下pom片段:org.codehaus.mojoexec-maven-plugin1.2.1java-Dmyproperty=myvalue-cp"/home/vogella/libs/*"com.vogella.test.Maincom.vogella.test.Main类包含在/home/vogella/libs/*中的一个jar文件中。如果我运行mvn-Xcleaninstallexec:exec命令,我会看到以下错误消息:[DEBUG]Executingcommandline:java-Dmypropert