Solution for custom package does not exist

Option One:

Add the following code to the pom file

<plugin>
    <groupId>org.apache.maven.plugins</groupId>
    <artifactId>maven-surefire-plugin</artifactId>
    <version>2.4.2</version>
    <configuration>
        <skipTests>true</skipTests>
    </configuration>
</plugin>

 just refresh

Option II:

 Apply -> OK

if not resolved

Execute the maven goal, in the pop-up maven item idea:idea 

can

 

Guess you like

Origin blog.csdn.net/qq_52963857/article/details/131691760