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/07/11 06:56:13 UTC

[openmeetings] branch master updated: no jira: release build with modern javadoc is 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 b65b435  no jira: release build with modern javadoc is fixed
b65b435 is described below

commit b65b4359debb3451278f1e36d2fc5703599e2ebd
Author: Maxim Solodovnik <so...@gmail.com>
AuthorDate: Sun Jul 11 13:53:53 2021 +0700

    no jira: release build with modern javadoc is fixed
---
 pom.xml | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index aed0f94..77da541 100644
--- a/pom.xml
+++ b/pom.xml
@@ -898,7 +898,7 @@
 					<configuration>
 						<doclint>none</doclint>
 						<additionalOptions>-html5</additionalOptions>
-						<source>${jdk.version}</source>
+						<source>8</source>
 						<javadocVersion>${jdk.version}</javadocVersion>
 						<links>
 							<link>https://openmeetings.apache.org/openmeetings-db/apidocs/</link>
@@ -1094,6 +1094,10 @@
 							<exclude>**/localhost.jks</exclude>
 							<exclude>**/node_modules/**</exclude>
 							<exclude>**/package-lock.json</exclude>
+							<exclude>**/target/**</exclude>
+							<exclude>**/.project</exclude>
+							<exclude>**/.classpath</exclude>
+							<exclude>**/.settings/**</exclude>
 						</excludes>
 					</configuration>
 				</plugin>