summaryrefslogtreecommitdiffstats
path: root/common/honeycomb-parent/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'common/honeycomb-parent/pom.xml')
-rw-r--r--common/honeycomb-parent/pom.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/common/honeycomb-parent/pom.xml b/common/honeycomb-parent/pom.xml
index 5e2132958..7c9011708 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>