Enhancement
Major
Detail
Major
Detail
Enhancement
Nice to have
#26737
Eclipse Maven settings: current TL version as minimum version for plugin exclude
The TL plugin must be excluded from the Eclipse build. Currently this is done via configuration:
<pluginExecutionFilter> <groupId>com.top-logic</groupId> <artifactId>tl-maven-plugin</artifactId> <versionRange>[1.0.0,)</versionRange> <goals> <goal>resolve</goal> <goal>touch</goal> </goals> </pluginExecutionFilter>.
The version number used here does not match a CWS-SNAPSHOT release (with version number CWS_XXX-SNAPSHOT).
Instead, <versionRange>[${tl.version},)</versionRange> must be specified as the version.
Test
- Create CWS snapshot release and check it out in Eclipse.
- There must not be any errors of the type "Plugin-Execution not covered by Life-Cycle...".