diff options
author | cyuamber <xuranyjy@chinamobile.com> | 2020-03-06 09:42:27 +0800 |
---|---|---|
committer | cyuamber <xuranyjy@chinamobile.com> | 2020-03-06 09:42:44 +0800 |
commit | 0cde88b9cdca18a34dbc61fed8e90bfebe779566 (patch) | |
tree | c412b0bb794e582aee9721c38509fa977b2e0b4e /distribution | |
parent | 51b63f1d8118c1ad9a1f6832f37d2de9e08c8090 (diff) |
feat:pom file add new configuration
Change-Id: If0db56950069cdffab9cab8b5b525dce3bfeb42a
Issue-ID: USECASEUI-368
Signed-off-by: cyuamber <xuranyjy@chinamobile.com>
Diffstat (limited to 'distribution')
-rw-r--r-- | distribution/pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/distribution/pom.xml b/distribution/pom.xml index 684319a0..636b6019 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -172,6 +172,12 @@ <tarfileset dir="${linux64outputdir}" filemode="0755" dirmode="0755"> <include name="**/*.sh"/> </tarfileset> + <tarfileset dir="${linux64outputdir}" filemode="0755" dirmode="0755"> + <include name="**/*.xml"/> + </tarfileset> + <tarfileset dir="${linux64outputdir}" filemode="0755" dirmode="0755"> + <include name="**/uuiServer.jks"/> + </tarfileset> </tar> <attachartifact file="${dockeroutput}/usecase-ui-${project.version}-linux64.tar.gz" classifier="linux64" type="tar.gz"/> </tasks> |