<dependency>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-packaging-plugin</artifactId>
<version>0.21.0</version>
<type>maven-plugin</type>
</dependency>
@Grapes(
@Grab(group='org.eclipse.tycho', module='tycho-packaging-plugin', version='0.21.0')
)
<parent> <groupId>org.eclipse.tycho</groupId> <artifactId>tycho</artifactId> <version>0.21.0</version> </parent>
compile
|-- org.eclipse.tycho:tycho-core
|-- org.apache.maven:maven-core
|-- org.apache.maven.plugin-tools:maven-plugin-annotations
|-- org.apache.maven:maven-plugin-api
|-- org.codehaus.plexus:plexus-utils
|-- org.apache.maven:maven-archiver
|-- org.codehaus.plexus:plexus-archiver
test
|-- org.eclipse.tycho:tycho-testing-harness