<dependency>
<groupId>io.semla</groupId>
<artifactId>semla-maven-plugin</artifactId>
<version>1.0.0</version>
<type>maven-plugin</type>
</dependency>
<parent> <groupId>io.semla</groupId> <artifactId>semla</artifactId> <version>1.0.0</version> </parent>
compile
|-- org.apache.maven:maven-plugin-api
|-- org.apache.maven:maven-core
|-- com.google.guava:guava:20.0
|-- org.codehaus.plexus:plexus-utils:3.1.0
|-- org.apache.maven.plugin-tools:maven-plugin-annotations:3.5.1
test
|-- org.apache.maven.plugin-testing:maven-plugin-testing-harness:3.3.0