Skip to content

Instantly share code, notes, and snippets.

View leonelag's full-sized avatar

Leonel leonelag

  • Sorocaba - Brazil
View GitHub Profile
@leonelag
leonelag / pom.xml
Created March 19, 2012 14:30 — forked from anonymous/pom.xml
Prevent m2e error message: Plugin execution not covered by lifecycle configuration
<!-- http://wiki.eclipse.org/M2E_plugin_execution_not_covered#lifecycle_mapping_metadata_provided_by_maven_plugin -->
<pluginManagement>
<plugins>
<!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
<plugin>
<groupId>org.eclipse.m2e</groupId>
<artifactId>lifecycle-mapping</artifactId>
<version>1.0.0</version>
<configuration>