diff options
Diffstat (limited to 'common/honeycomb-parent')
-rw-r--r-- | common/honeycomb-parent/pom.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/common/honeycomb-parent/pom.xml b/common/honeycomb-parent/pom.xml index 59709b7a3..5931c641f 100644 --- a/common/honeycomb-parent/pom.xml +++ b/common/honeycomb-parent/pom.xml @@ -479,6 +479,20 @@ </source> </configuration> </execution> + <!-- copy generated schema pictures --> + <execution> + <id>copy-generated-pictures</id> + <phase>site</phase> + <goals> + <goal>execute</goal> + </goals> + <configuration> + <!-- Copies generated schema pictures from ascii-doctor folders to site folder--> + <source> + io.fd.honeycomb.common.scripts.AsciiDocImgForwarder.copyGeneratedImages(project, properties, log) + </source> + </configuration> + </execution> </executions> <dependencies> <dependency> |