No plugin goals bound to a maven phase
问题 Quite new in maven. By reading document of maven at official website, I know in the default lifeCycle, there are 21 phases including 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 , test , prepare-package , package , pre-integration-test , integration-test , post-integration-test , verify , install and