maven-dependency-plugin (goals "copy-dependencies","unpack") is not supported by m2e

解決辦法:在plugins以前添加以下pluginManagement,兩者先後順序以下:html <build> <pluginManagement> <plugins> <plugin> <groupId>org.eclipse.m2e</groupId> <artifactId>lifecycle-mapping</artifactId> <v
相關文章
相關標籤/搜索