From 10a3f5ce819fc4c65d88afefbd3c74559cc785c5 Mon Sep 17 00:00:00 2001 From: John Thompson Date: Tue, 28 May 2019 19:49:34 -0400 Subject: [PATCH] adding docs to deploy artifact --- pom.xml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/pom.xml b/pom.xml index 45ee7a9..4cf87b2 100644 --- a/pom.xml +++ b/pom.xml @@ -151,6 +151,31 @@ + + maven-resources-plugin + 2.7 + + + copy-resources + prepare-package + + copy-resources + + + + ${project.build.outputDirectory}/static/docs + + + + + ${project.build.directory}/generated-docs + + + + + + +