Wildfly 和 Java 的初学者,如果这个问题非常基本,请见谅。任何帮助将不胜感激。
注意:
启动 Wildfly 服务器没有问题。
问题:
我正在尝试从https://github.com/wildfly/wildfly开始 hello world 快速
入门
但是当我跑
mvn clean install -N
Run Code Online (Sandbox Code Playgroud)
我收到构建错误
[ERROR] [ERROR] Some problems were encountered while processing the POMs:
[ERROR] Non-resolvable import POM: Failure to find org.wildfly.bom:wildfly-jakartaee8-with-tools:pom:20.0.0.Beta1-SNAPSHOT in https://repository.jboss.org/nexus/content/g
roups/public/ was cached in the local repository, resolution will not be reattempted until the update interval of jboss-public-repository-group has elapsed or updates are
forced @ line 106, column 25
[ERROR] Non-resolvable import POM: Failure to find org.wildfly.bom:wildfly-microprofile:pom:20.0.0.Beta1-SNAPSHOT in …Run Code Online (Sandbox Code Playgroud)