Add Fragment to tycho-surefire-plugin
问题 I want to start a fragment with the tycho-surefire-plugin . Simple, right? <plugin> <groupId>org.eclipse.tycho</groupId> <artifactId>tycho-surefire-plugin</artifactId> <version>${tycho-version}</version> <configuration> <providerHint>junit4</providerHint> <dependencies> <!-- I want to add my fragment here --> </dependencies> </configuration> </plugin> However, due to the missing documentation (or maybe it's hidden) I can't figure out what to enter: <!-- this works for a plug-in -->