241 |
</profile> |
</profile> |
242 |
</profiles> |
</profiles> |
243 |
|
|
244 |
|
<build> |
245 |
|
<pluginManagement> |
246 |
|
<plugins> |
247 |
|
<!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.--> |
248 |
|
<plugin> |
249 |
|
<groupId>org.eclipse.m2e</groupId> |
250 |
|
<artifactId>lifecycle-mapping</artifactId> |
251 |
|
<version>1.0.0</version> |
252 |
|
<configuration> |
253 |
|
<lifecycleMappingMetadata> |
254 |
|
<pluginExecutions> |
255 |
|
<pluginExecution> |
256 |
|
<pluginExecutionFilter> |
257 |
|
<groupId> |
258 |
|
org.codehaus.mojo |
259 |
|
</groupId> |
260 |
|
<artifactId> |
261 |
|
exec-maven-plugin |
262 |
|
</artifactId> |
263 |
|
<versionRange> |
264 |
|
[1.2,) |
265 |
|
</versionRange> |
266 |
|
<goals> |
267 |
|
<goal>java</goal> |
268 |
|
</goals> |
269 |
|
</pluginExecutionFilter> |
270 |
|
<action> |
271 |
|
<ignore></ignore> |
272 |
|
</action> |
273 |
|
</pluginExecution> |
274 |
|
</pluginExecutions> |
275 |
|
</lifecycleMappingMetadata> |
276 |
|
</configuration> |
277 |
|
</plugin> |
278 |
|
</plugins> |
279 |
|
</pluginManagement> |
280 |
|
</build> |
281 |
</project> |
</project> |