File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4141 <debug >true</debug >
4242 </configuration >
4343</plugin >
44- <!-- Ignore/Execute plugin execution -->
45- <plugin >
46- <groupId >org.eclipse.m2e</groupId >
47- <artifactId >lifecycle-mapping</artifactId >
48- <version >1.0.0</version >
49- <configuration >
50- <lifecycleMappingMetadata >
51- <pluginExecutions >
52- <!-- copy-dependency plugin -->
53- <pluginExecution >
54- <pluginExecutionFilter >
55- <groupId >org.apache.maven.plugins</groupId >
56- <artifactId >maven-dependency-plugin</artifactId >
57- <versionRange >[1.0.0,)</versionRange >
58- <goals >
59- <goal >copy-dependencies</goal >
60- </goals >
61- </pluginExecutionFilter >
62- <action >
63- <ignore />
64- </action >
65- </pluginExecution >
66- </pluginExecutions >
67- </lifecycleMappingMetadata >
68- </configuration >
69- </plugin >
44+ <plugin >
45+ <groupId >org.apache.maven.plugins</groupId >
46+ <artifactId >maven-dependency-plugin</artifactId >
47+ <version >2.4</version >
48+ <executions >
49+ <execution >
50+ <id >copy-dependencies</id >
51+ <phase >package</phase >
52+ <goals ><goal >copy-dependencies</goal ></goals >
53+ </execution >
54+ </executions >
55+ </plugin >
7056 </plugins >
7157 </build >
7258</project >
You can’t perform that action at this time.
0 commit comments