<dependency>
<groupId>com.sun.enterprise</groupId>
<artifactId>hk2-maven-plugin</artifactId>
<version>1.6.9</version>
<type>maven-plugin</type>
</dependency>
@Grapes(
@Grab(group='com.sun.enterprise', module='hk2-maven-plugin', version='1.6.9')
)
<parent> <groupId>com.sun.enterprise</groupId> <artifactId>hk2-parent</artifactId> <version>1.6.9</version> </parent>
compile
|-- com.sun.enterprise:hk2-maven
|-- com.sun.enterprise:hk2-dependency-verifier
|-- com.sun.enterprise:test-harness
|-- com.sun.enterprise:config-generator
|-- com.sun.xml.stream:sjsxp:1.0
|-- com.sun.enterprise:auto-depends-plugin
|-- org.apache.maven:maven-plugin-api:2.0.4
|-- org.apache.maven.plugins:maven-compiler-plugin:2.0.2
|-- org.codehaus.plexus:plexus-compiler-javac:1.5.3