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:
parent
339f0c0420
commit
61f9a5cf82
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue