<dependency>
<groupId>com.inteligr8.alfresco</groupId>
<artifactId>amp-maven-plugin</artifactId>
<version>1.1.4</version>
<type>maven-plugin</type>
</dependency>
@Grapes(
@Grab(group='com.inteligr8.alfresco', module='amp-maven-plugin', version='1.1.4')
)
compile
|-- org.apache.commons:commons-lang3:3.12.0
|-- org.apache.commons:commons-io:1.3.2
|-- org.eclipse.aether:aether-util:1.1.0
|-- org.codehaus.plexus:plexus-utils:3.5.0
provided
|-- org.apache.maven:maven-plugin-api:3.9.0
|-- org.apache.maven.plugin-tools:maven-plugin-annotations:3.7.1
|-- org.apache.maven:maven-core:3.9.0
test
|-- junit:junit:4.12
|-- org.apache.maven.plugin-testing:maven-plugin-testing-harness:3.3.0