<dependency>
<groupId>net.sf.smc</groupId>
<artifactId>smc-maven-plugin</artifactId>
<version>7.5.0</version>
<type>maven-plugin</type>
</dependency>
<parent> <groupId>net.sf.smc</groupId> <artifactId>smc</artifactId> <version>7.5.0</version> </parent>
compile
|-- org.apache.maven:maven-plugin-api:3.6.0
|-- org.apache.maven.plugin-tools:maven-plugin-annotations:3.6.0
|-- net.sf.smc:main
|-- javax.inject:javax.inject:1
|-- org.apache.maven:maven-project:2.2.1
test
|-- junit:junit:4.12