40 |
</dependency> |
</dependency> |
41 |
</dependencies> |
</dependencies> |
42 |
|
|
43 |
|
<build> |
44 |
|
<pluginManagement> |
45 |
|
<plugins> |
46 |
|
<!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.--> |
47 |
|
<plugin> |
48 |
|
<groupId>org.eclipse.m2e</groupId> |
49 |
|
<artifactId>lifecycle-mapping</artifactId> |
50 |
|
<version>1.0.0</version> |
51 |
|
<configuration> |
52 |
|
<lifecycleMappingMetadata> |
53 |
|
<pluginExecutions> |
54 |
|
<pluginExecution> |
55 |
|
<pluginExecutionFilter> |
56 |
|
<groupId> |
57 |
|
org.apache.maven.plugins |
58 |
|
</groupId> |
59 |
|
<artifactId> |
60 |
|
maven-antrun-plugin |
61 |
|
</artifactId> |
62 |
|
<versionRange> |
63 |
|
[1.3,) |
64 |
|
</versionRange> |
65 |
|
<goals> |
66 |
|
<goal>run</goal> |
67 |
|
</goals> |
68 |
|
</pluginExecutionFilter> |
69 |
|
<action> |
70 |
|
<ignore></ignore> |
71 |
|
</action> |
72 |
|
</pluginExecution> |
73 |
|
</pluginExecutions> |
74 |
|
</lifecycleMappingMetadata> |
75 |
|
</configuration> |
76 |
|
</plugin> |
77 |
|
</plugins> |
78 |
|
</pluginManagement> |
79 |
|
</build> |
80 |
</project> |
</project> |