<build> <plugins> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>exec-maven-plugin</artifactId> <version>1.6.0</version> <executions> <execution> <goals> <goal>java</goal> </goals> </execution> </executions> <configuration> <classpathScope>test</classpathScope> </configuration> </plugin> </plugins> </build> yml里面添加了依赖也没有效果,后面在settings-maven-runner把Delegate IDE build前面√去掉就可以了.
解决Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.6.0:exec (default-cli) on project xxx
最新推荐文章于 2025-05-17 09:01:29 发布