天天看點

Maven無法執行目标org.codehaus.mojo:exec-maven-plugin:1.3(Maven Failed to execute goal org.codehaus.mojo:ex

https://www.it1352.com/995212.html

<plugin>
                <groupId>org.codehaus.mojo</groupId>
                <artifactId>exec-maven-plugin</artifactId>
                <version>1.3</version>
                <executions>
                    <execution>
                        <goals>
                            <goal>java</goal>
                        </goals>
                    </execution>
                </executions>
                <configuration>
                    <mainClass>org.company.Main</mainClass>
                </configuration>
            </plugin>
            ```
           

繼續閱讀