<dependency>
<groupId>org.jvnet.hudson.plugins</groupId>
<artifactId>sonar</artifactId>
<version>2.0.1</version>
<type>hpi</type>
</dependency>
<parent> <groupId>org.jvnet.hudson.plugins</groupId> <artifactId>plugin</artifactId> <version>1.344</version> </parent>
compile
|-- commons-lang:commons-lang:2.4
|-- org.jvnet.hudson.main:maven-plugin
|-- org.easytesting:fest-assert:1.4
provided
|-- org.jvnet.hudson.main:hudson-core
test
|-- org.jvnet.hudson.main:hudson-test-harness
|-- org.jvnet.hudson.main:hudson-war
|-- junit:junit:4.10