diff options
Diffstat (limited to 'common/asciidoc-scripts')
-rw-r--r-- | common/asciidoc-scripts/pom.xml | 5 | ||||
-rw-r--r-- | common/asciidoc-scripts/src/main/groovy/io/fd/honeycomb/common/scripts/AsciiDocImgForwarder.groovy | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/common/asciidoc-scripts/pom.xml b/common/asciidoc-scripts/pom.xml index 6d5e44bb9..f6cacb6f1 100644 --- a/common/asciidoc-scripts/pom.xml +++ b/common/asciidoc-scripts/pom.xml @@ -36,6 +36,11 @@ <dependency> <groupId>org.codehaus.groovy</groupId> <artifactId>groovy-all</artifactId> + <type>pom</type> + </dependency> + <dependency> + <groupId>org.codehaus.groovy</groupId> + <artifactId>groovy-templates</artifactId> </dependency> </dependencies> </project>
\ No newline at end of file diff --git a/common/asciidoc-scripts/src/main/groovy/io/fd/honeycomb/common/scripts/AsciiDocImgForwarder.groovy b/common/asciidoc-scripts/src/main/groovy/io/fd/honeycomb/common/scripts/AsciiDocImgForwarder.groovy index 5bdf0cd32..6dbfef811 100644 --- a/common/asciidoc-scripts/src/main/groovy/io/fd/honeycomb/common/scripts/AsciiDocImgForwarder.groovy +++ b/common/asciidoc-scripts/src/main/groovy/io/fd/honeycomb/common/scripts/AsciiDocImgForwarder.groovy @@ -23,7 +23,7 @@ class AsciiDocImgForwarder { static final def ADOC_FOLDER = "asciidoc" static final def SITE_FOLDER = "site" - static final def PNG_EXTENSION = "png"; + static final def PNG_EXTENSION = "png" /** * Copies generated images to site folder |