Skip to content

Instantly share code, notes, and snippets.

@iperdomo
Created November 12, 2024 04:44
Show Gist options
  • Save iperdomo/748b5929ae8ea0c2dccfc899ac808536 to your computer and use it in GitHub Desktop.
Save iperdomo/748b5929ae8ea0c2dccfc899ac808536 to your computer and use it in GitHub Desktop.
Eclipse m2e & Tycho
<?xml version="1.0" encoding="UTF-8"?>
<lifecycleMappingMetadata>
<pluginExecutions>
<pluginExecution>
<pluginExecutionFilter>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-bnd-plugin</artifactId>
<versionRange>4.0.9</versionRange>
<goals>
<goal>process</goal>
</goals>
</pluginExecutionFilter>
<action>
<execute />
</action>
</pluginExecution>
</pluginExecutions>
</lifecycleMappingMetadata>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment