Created
November 12, 2024 04:44
-
-
Save iperdomo/748b5929ae8ea0c2dccfc899ac808536 to your computer and use it in GitHub Desktop.
Eclipse m2e & Tycho
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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