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 486308472 no jira:Plugin disabling comment is added
486308472 is described below
commit 4863084724a4fdf8737a48ef9697cc222551bf04
Author: Maxim Solodovnik <[email protected]>
AuthorDate: Sat Jan 4 10:53:49 2025 +0700
no jira:Plugin disabling comment is added
---
openmeetings-webservice/pom.xml | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/openmeetings-webservice/pom.xml b/openmeetings-webservice/pom.xml
index d98e9a4e5..0cd76468d 100644
--- a/openmeetings-webservice/pom.xml
+++ b/openmeetings-webservice/pom.xml
@@ -146,7 +146,9 @@
</servers>
</swaggerConfig>
<!--skip>${site.skip}</skip-->
- <skip>true</skip> <!-- Getting weird
"Cannot invoke "java.util.Map.size()" because "map" is null" Error !!!!!! -->
+ <!-- io.openapitools.swagger is broken,
please see https://github.com/openapi-tools/swagger-maven-plugin/issues/109
+ Getting weird "Cannot invoke
"java.util.Map.size()" because "map" is null" Error !!!!!! -->
+ <skip>true</skip>
</configuration>
<executions>
<execution>