Allow customizing the path to dot (GraphViz)

This commit is contained in:
Sam Harwell 2014-01-19 21:33:05 -06:00
parent f544da5f93
commit 8d37254859
1 changed files with 6 additions and 0 deletions

View File

@ -15,6 +15,11 @@
<name>ANTLR 4 Runtime</name>
<description>The ANTLR 4 Runtime</description>
<properties>
<!-- Assumes dot is in the system path, or specified for the build. -->
<dot.path>dot</dot.path>
</properties>
<dependencies>
<dependency>
<groupId>org.abego.treelayout</groupId>
@ -39,6 +44,7 @@
<goal>dot</goal>
</goals>
<configuration>
<dot>${dot.path}</dot>
<destdir>${project.build.directory}/apidocs</destdir>
<output>svg</output>
</configuration>