You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openmeetings.apache.org by so...@apache.org on 2020/11/09 16:16:55 UTC

[openmeetings] branch master updated: no jira: default context.xml is added to the packaging

This is an automated email from the ASF dual-hosted git repository.

solomax pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openmeetings.git


The following commit(s) were added to refs/heads/master by this push:
     new 65d5445  no jira: default context.xml is added to the packaging
65d5445 is described below

commit 65d54455529dca7264ae220efda25e0a010be4ba
Author: Maxim Solodovnik <so...@gmail.com>
AuthorDate: Mon Nov 9 23:16:39 2020 +0700

    no jira: default context.xml is added to the packaging
---
 openmeetings-server/src/main/assembly/components/all.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/openmeetings-server/src/main/assembly/components/all.xml b/openmeetings-server/src/main/assembly/components/all.xml
index 618480f..0319739 100644
--- a/openmeetings-server/src/main/assembly/components/all.xml
+++ b/openmeetings-server/src/main/assembly/components/all.xml
@@ -107,7 +107,6 @@
 			<directory>${project.parent.basedir}/openmeetings-web/target/openmeetings-web-${project.version}</directory>
 			<outputDirectory>${om.webapp}</outputDirectory>
 			<excludes>
-				<exclude>META-INF/**</exclude>
 				<exclude>WEB-INF/classes/META-INF/**</exclude>
 			</excludes>
 		</fileSet>