<dependency>
<groupId>org.asciidoctor</groupId>
<artifactId>asciidoctor-maven-plugin</artifactId>
<version>1.5.2</version>
<type>maven-plugin</type>
</dependency>
@Grapes(
@Grab(group='org.asciidoctor', module='asciidoctor-maven-plugin', version='1.5.2')
)
<parent> <groupId>org.sonatype.oss</groupId> <artifactId>oss-parent</artifactId> <version>7</version> </parent>
compile
|-- org.jruby:jruby-complete:1.7.17
|-- 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:asciidoctorj:1.5.2
|-- io.netty:netty-codec-http:4.0.0.CR1
|-- org.apache.maven.doxia:doxia-core:1.6
|-- org.apache.maven.doxia:doxia-module-xhtml:1.6
test