问题
I am passing dbUrl through systemProperties to maven-cargo plugin with wildfly15 container. But getting the following error. Please help to understand the reason
[INFO] [talledLocalContainer] 17:52:06,880 ERROR [org.jboss.as.cli.CommandContext] (main) {
[INFO] [talledLocalContainer] "outcome" => "failed",
[INFO] [talledLocalContainer] "failure-description" => "WFLYCTL0216: Management resource '[(\"system-property\" => \"dbUrl\")]' not found",
[INFO] [talledLocalContainer] "rolled-back" => true
[INFO] [talledLocalContainer] }
[INFO] [talledLocalContainer] {
[INFO] [talledLocalContainer] "outcome" => "failed",
[INFO] [talledLocalContainer] "failure-description" => "WFLYCTL0216: Management resource '[(\"system-property\" => \"dbUrl\")]' not found",
[INFO] [talledLocalContainer] "rolled-back" => true
[INFO] [talledLocalContainer] }
来源:https://stackoverflow.com/questions/54905522/wflyctl0216-management-resource-not-found