Skip to content

Instantly share code, notes, and snippets.

@maggandalf
Last active December 31, 2015 21:09
Show Gist options
  • Save maggandalf/8044969 to your computer and use it in GitHub Desktop.
Save maggandalf/8044969 to your computer and use it in GitHub Desktop.
<plugin>
<groupId>org.asciidoctor</groupId>
<artifactId>asciidoctor-maven-plugin</artifactId>
<version>0.1.4-SNAPSHOT</version>
<executions>
<execution>
<id>output-html</id>
<phase>generate-resources</phase>
<goals>
<goal>process-asciidoc</goal>
</goals>
</execution>
</executions>
<configuration>
<sourceDirectory>${basedir}/src/main/resources</sourceDirectory>
<backend>html</backend>
<doctype>book</doctype>
</configuration>
<dependencies>
</dependencies>
</plugin>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment