From 189c3eae6c24e155a8524225effcb1dddcd9aace Mon Sep 17 00:00:00 2001 From: brutzman <brutzman@nps.edu> Date: Mon, 30 May 2022 11:57:54 -0700 Subject: [PATCH] copy license files to dist directory when building all --- build.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build.xml b/build.xml index 145067bf68..82783b978b 100644 --- a/build.xml +++ b/build.xml @@ -98,6 +98,8 @@ POSSIBILITY OF SUCH DAMAGE. <antcall target="test"/> <echo message="================"/> <antcall target="jar"/> + <copy file="license.txt" todir="${dist.dir}" force="true" verbose="true"/> + <copy file="license.html" todir="${dist.dir}" force="true" verbose="true"/> <echo message="================"/> <antcall target="deploy.guidance"/> <echo message="================"/> -- GitLab