我尝试通过命令行通过maven运行Nexus IQ扫描
mvn com.sonatype.clm:clm-maven-plugin:evaluate -Dclm.additionalScopes=test,provided,system -Dclm.applicationId=NEXUS-TEST -Dclm.serverUrl=https://nexus.intra
但是不幸的是,这无法正常工作,因为我收到以下错误消息
[ERROR] No plugin found for prefix '.serverUrl=http' in the current project and in the plugin groups [org.lds.stack.was, org.apache.maven.plugins, org.codehaus.mojo] available from the repositories [local (D:\development\test), central-mirror (xxxxx)] -> [Help 1]
但是,根据文档,该参数似乎很好: https://help.sonatype.com/integrations/sonatype-clm-for-maven#SonatypeCLMforMaven-MavenPluginSetupMavenPluginSetup
那我在这里想念什么?