<dependency>
<groupId>org.sonatype.plexus.template</groupId>
<artifactId>plexus-template</artifactId>
<version>0.9.2</version>
<type>maven-plugin</type>
</dependency>
@Grapes(
@Grab(group='org.sonatype.plexus.template', module='plexus-template', version='0.9.2')
)
<parent> <groupId>org.sonatype.spice</groupId> <artifactId>spice-parent</artifactId> <version>10</version> </parent>
compile
|-- org.codehaus.plexus:plexus-container-default:1.0-beta-3.0.1
|-- org.apache.velocity:velocity:1.5
|-- org.codehaus.plexus:plexus-component-annotations:1.0-beta-3.0.1
|-- org.apache.maven:maven-plugin-api:2.0.9
test