<dependency>
<groupId>com.github.hazendaz.maven</groupId>
<artifactId>directory-maven-plugin</artifactId>
<version>1.1.0</version>
<type>maven-plugin</type>
</dependency>
@Grapes(
@Grab(group='com.github.hazendaz.maven', module='directory-maven-plugin', version='1.1.0')
)
<parent> <groupId>com.github.hazendaz</groupId> <artifactId>base-parent</artifactId> <version>39</version> </parent>
compile
|-- commons-io:commons-io:2.12.0
|-- org.apache.commons:commons-lang3:3.12.0
provided
|-- org.apache.maven:maven-core:3.9.2
|-- org.apache.maven:maven-plugin-api:3.9.2
|-- org.apache.maven.plugin-tools:maven-plugin-annotations:3.9.0
test