1. 程式人生 > >運行Maven是報錯:No goals have been specified for this build

運行Maven是報錯:No goals have been specified for this build

ecif package fix -c pac roc orm rate -name

No goals have been specified for this build. You must specify a valid lifecycle phase or a goal in the format <plugin-prefix>:<goal> or <plugin-group-id>:<plugin-artifact-id>[:<plugin-version>]:<goal>. Available lifecycle phases are: validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy, pre-clean, clean, post-clean, pre-site, site, post-site, site-deploy. -> [Help 1
]

解決方案:

pom.xml文件加入 <build><defaultGoal>compile</defaultGoal></build>即可

maven建立鏡像倉庫

<mirror>
      <id>alimaven</id>
      <name>aliyun maven</name>
      <url>http://maven.aliyun.com/nexus/content/groups/public/</url>
      <mirrorOf>central</mirrorOf>       
    </mirror>

運行Maven是報錯:No goals have been specified for this build