<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>artemis-maven-plugin</artifactId>
<version>2.0.0</version>
<type>maven-plugin</type>
</dependency>
@Grapes(
@Grab(group='org.apache.activemq', module='artemis-maven-plugin', version='2.0.0')
)
<parent> <groupId>org.apache.activemq</groupId> <artifactId>artemis-pom</artifactId> <version>2.0.0</version> </parent>
compile
|-- org.apache.maven:maven-plugin-api:3.3.3
|-- org.apache.maven.plugins:maven-dependency-plugin:2.0
|-- org.eclipse.aether:aether-api:1.0.2.v20150114
|-- org.eclipse.aether:aether-util:1.0.2.v20150114
|-- org.apache.activemq:artemis-server
|-- org.apache.activemq:artemis-jms-server
|-- org.apache.activemq:artemis-boot
|-- org.apache.activemq:artemis-cli
provided
|-- org.apache.maven.plugin-tools:maven-plugin-annotations:3.4