1. <pluginManagement>
2. <plugins>
3. <!-- Ignore/Execute plugin execution -->
4. <plugin>
5. <groupId>org.eclipse.m2e</groupId>
6. <artifactId>lifecycle-mapping</artifactId>
7. 1.0.0</version>
8. <configuration>
9. <lifecycleMappingMetadata>
10. <pluginExecutions>
11. <!-- copy-dependency plugin -->
12. <pluginExecution>
13. <pluginExecutionFilter>
14. <groupId>org.apache.maven.plugins</groupId>
15. <artifactId>maven-dependency-plugin</artifactId>
16. 1.0.0,)</versionRange>
17. <goals>
18. <goal>copy-dependencies</goal>
19. </goals>
20. </pluginExecutionFilter>
21. <action>
22. <ignore />
23. </action>
24. </pluginExecution>
25. </pluginExecutions>
26. </lifecycleMappingMetadata>
27. </configuration>
28. </plugin>
29. </plugins>
30. </pluginManagement>
maven-dependency-plugin (goals "copy-dependencies", "unpack") is not supported
原创blackproof 博主文章分类:maven ©著作权
文章标签 maven apache eclipse 文章分类 JavaScript 前端开发
上一篇:HBase笔记一 数据结构
下一篇:SMP
-
maven release plugin
maven release plugin
maven git apache -
Maven 打包插件(1)—— maven-dependency-plugin 的使用方法
ml3、Unpacking specifi...
maven apache html