<dependency>
<groupId>org.asciidoctor</groupId>
<artifactId>asciidoctor-maven-plugin</artifactId>
<version>0.1.1</version>
<type>maven-plugin</type>
</dependency>
@Grapes(
@Grab(group='org.asciidoctor', module='asciidoctor-maven-plugin', version='0.1.1')
)
<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.plugin-tools:maven-plugin-annotations:3.1
runtime
|-- org.codehaus.plexus:plexus-utils:3.0.3
|-- org.jruby:jruby-complete:1.7.2
test