<dependency>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-testing-harness</artifactId>
<version>2.5.0</version>
</dependency>
@Grapes(
@Grab(group='org.eclipse.tycho', module='tycho-testing-harness', version='2.5.0')
)
<parent> <groupId>org.eclipse.tycho</groupId> <artifactId>tycho</artifactId> <version>2.5.0</version> </parent>
compile
|-- org.apache.maven:maven-core
|-- org.apache.maven.plugin-testing:maven-plugin-testing-harness
|-- junit:junit
|-- org.apache.maven.shared:maven-verifier