Skip to content

Instantly share code, notes, and snippets.

@jvanzyl
Created January 14, 2011 22:11
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jvanzyl/780374 to your computer and use it in GitHub Desktop.
Save jvanzyl/780374 to your computer and use it in GitHub Desktop.
<profiles>
<profile>
<id>m2e</id>
<activation>
<property>
<name>m2e.version</name>
</property>
</activation>
<build>
<plugins>
<plugin>
<groupId>org.maven.ide.eclipse</groupId>
<artifactId>lifecycle-mapping</artifactId>
<version>0.10.0</version>
<configuration>
<mappingId>org.sonatype.tycho.m2e.tychoLifecycleMapping</mappingId>
</configuration>
</plugin>
</plugins>
</build>
</profile>
</profiles>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment