<dependency>
<groupId>org.asciidoctor</groupId>
<artifactId>asciidoctor-maven-plugin</artifactId>
<version>0.1.4</version>
<type>maven-plugin</type>
</dependency>
@Grapes(
@Grab(group='org.asciidoctor', module='asciidoctor-maven-plugin', version='0.1.4')
)
<parent> <groupId>org.sonatype.oss</groupId> <artifactId>oss-parent</artifactId> <version>7</version> </parent>
compile
|-- org.apache.maven:maven-plugin-api:2.0
|-- org.apache.maven:maven-project:2.2.1
|-- org.apache.maven.plugin-tools:maven-plugin-annotations:3.2
|-- org.codehaus.plexus:plexus-utils:3.0.10
|-- org.asciidoctor:asciidoctor-java-integration:0.1.4
|-- io.netty:netty-codec-http:4.0.0.CR1
|-- org.apache.maven.doxia:doxia-core:1.4
|-- org.apache.maven.doxia:doxia-module-xhtml:1.4
test