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 67a48db55 [OPENMEETINGS-2775] source artifact is buildable again
67a48db55 is described below
commit 67a48db55ca76bf34ff7879d90718bc84d0094f6
Author: Maxim Solodovnik <[email protected]>
AuthorDate: Thu Jul 27 11:07:15 2023 +0700
[OPENMEETINGS-2775] source artifact is buildable again
---
openmeetings-server/src/main/assembly/src.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/openmeetings-server/src/main/assembly/src.xml
b/openmeetings-server/src/main/assembly/src.xml
index fd1a805df..765e14aa6 100644
--- a/openmeetings-server/src/main/assembly/src.xml
+++ b/openmeetings-server/src/main/assembly/src.xml
@@ -36,6 +36,7 @@
<include>LICENSE</include>
<include>NOTICE.md</include>
<include>README.md</include>
+ <include>src/**</include>
<include>openmeetings-*/**</include>
</includes>
<excludes>
@@ -49,6 +50,8 @@
<exclude>**/.settings/**</exclude>
<exclude>**/node_modules/**</exclude>
<exclude>**/package-lock.json</exclude>
+ <exclude>**/.apt_generated/**</exclude>
+ <exclude>**/.apt_generated_tests/**</exclude>
</excludes>
</fileSet>
</fileSets>