IDEMPIERE-4711 Upgrade to Tycho 2.3 (#687)

add lifecycle mapping filter for 2.4.0-SNAPSHOT (maven problem in
eclipse)
This commit is contained in:
hengsin 2021-05-13 18:54:42 +08:00 committed by GitHub
parent 339f0c0420
commit 61f9a5cf82
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 19 additions and 0 deletions

View File

@ -99,6 +99,25 @@
<ignore></ignore>
</action>
</pluginExecution>
<pluginExecution>
<pluginExecutionFilter>
<groupId>
org.eclipse.tycho
</groupId>
<artifactId>
target-platform-configuration
</artifactId>
<versionRange>
[2.4.0-SNAPSHOT,)
</versionRange>
<goals>
<goal>target-platform</goal>
</goals>
</pluginExecutionFilter>
<action>
<ignore></ignore>
</action>
</pluginExecution>
</pluginExecutions>
</lifecycleMappingMetadata>
</configuration>