<dependency>
<groupId>org.netbeans.tools</groupId>
<artifactId>sigtest-maven-plugin</artifactId>
<version>1.0</version>
<type>maven-plugin</type>
</dependency>
@Grapes(
@Grab(group='org.netbeans.tools', module='sigtest-maven-plugin', version='1.0')
)
<parent> <groupId>net.java</groupId> <artifactId>jvnet-parent</artifactId> <version>3</version> </parent>
compile
|-- org.apache.maven:maven-plugin-api:3.0.5
|-- org.apache.maven.plugin-tools:maven-plugin-annotations:3.0
|-- org.apache.maven:maven-core:3.0.5
|-- org.apache.maven:maven-compat:3.0.5
provided
test
|-- org.netbeans.api:org-netbeans-modules-nbjunit:RELEASE81