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 2021/03/22 01:34:45 UTC

[openmeetings] branch master updated: [OPENMEETINGS-2597] src build should be fixed

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 be0cbe3  [OPENMEETINGS-2597] src build should be fixed
be0cbe3 is described below

commit be0cbe3cbb9b4813a739fc1b9ff5483b7bf7d837
Author: Maxim Solodovnik <so...@gmail.com>
AuthorDate: Mon Mar 22 08:34:32 2021 +0700

    [OPENMEETINGS-2597] src build should be fixed
---
 openmeetings-server/src/main/assembly/src.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/openmeetings-server/src/main/assembly/src.xml b/openmeetings-server/src/main/assembly/src.xml
index 5ae7536..fd1a805 100644
--- a/openmeetings-server/src/main/assembly/src.xml
+++ b/openmeetings-server/src/main/assembly/src.xml
@@ -47,6 +47,8 @@
 				<exclude>**/.project</exclude>
 				<exclude>**/*.iml</exclude>
 				<exclude>**/.settings/**</exclude>
+				<exclude>**/node_modules/**</exclude>
+				<exclude>**/package-lock.json</exclude>
 			</excludes>
 		</fileSet>
 	</fileSets>