F-T-Jen opened a new issue, #1349: URL: https://github.com/apache/maven-mvnd/issues/1349
### Affected version Apache Maven Daemon (mvnd) 1.0-m7 windows-amd64 native client (b2ef5d81997adbcdb72dc8c5603722538fa641fe) ### Bug description There are two Java projects with the same pom configuration and modules. After the first project has completed the 'mvnd clean package' command, executing 'mvnd clean package' in the second project will result in an error: D:\GitProjects\projectName>mvnd clean package [INFO] Processing build on daemon 1d5e5f0f [INFO] Scanning for projects... [ERROR] [ERROR] Some problems were encountered while processing the POMs: [FATAL] Non-resolvable parent POM for com.ruoyi:ruoyi-modules-system:2.5.0: The following artifacts could not be resolved: com.ruoyi:ruoyi-modules:pom:2.5.0 (absent): com.ruoyi:ruoyi-modules:pom:2.5.0 was not found in https://maven.aliyun.com/repository/public during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of alimaven has elapsed or updates are forced and 'parent.relativePath' points at wrong local POM @ line 5, column 13............................. However, for the second project, executing 'mvn clean package' using Maven will be successful. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org