<dependency>
<groupId>com.github.mike10004</groupId>
<artifactId>debian-maven-plugin</artifactId>
<version>3.3</version>
<type>maven-plugin</type>
</dependency>
@Grapes(
@Grab(group='com.github.mike10004', module='debian-maven-plugin', version='3.3')
)
<parent> <groupId>com.github.mike10004</groupId> <artifactId>debian-maven-plugin-project</artifactId> <version>3.3</version> </parent>
compile
|-- org.apache.maven:maven-plugin-api
|-- commons-codec:commons-codec
|-- org.apache.commons:commons-lang3
|-- org.apache.maven:maven-project
|-- org.apache.commons:commons-collections4
|-- com.github.mike10004:subprocess
test
|-- junit:junit