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 2023/10/09 06:24:59 UTC

[openmeetings] 27/27: [OPENMEETINGS-2756] javadocs are fixed

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

solomax pushed a commit to branch jakarta-spring-6
in repository https://gitbox.apache.org/repos/asf/openmeetings.git

commit 63a1cb3687a26c7dc4edc87f32d39779c8835824
Author: Maxim Solodovnik <so...@apache.org>
AuthorDate: Sun Oct 8 21:53:18 2023 +0700

    [OPENMEETINGS-2756] javadocs are fixed
---
 openmeetings-db/pom.xml | 4 ++--
 pom.xml                 | 4 ++++
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/openmeetings-db/pom.xml b/openmeetings-db/pom.xml
index ed2df7a38..dc4227624 100644
--- a/openmeetings-db/pom.xml
+++ b/openmeetings-db/pom.xml
@@ -115,7 +115,7 @@
 	</dependencies>
 	<build>
 		<plugins>
-			<!--plugin>
+			<plugin>
 				<groupId>org.apache.maven.plugins</groupId>
 				<artifactId>maven-javadoc-plugin</artifactId>
 				<executions>
@@ -134,7 +134,7 @@
 						</goals>
 					</execution>
 				</executions>
-			</plugin-->
+			</plugin>
 			<plugin>
 				<groupId>org.apache.openjpa</groupId>
 				<artifactId>openjpa-maven-plugin</artifactId>
diff --git a/pom.xml b/pom.xml
index 6763e8fb5..fa817ff0d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -816,6 +816,10 @@
 						<groupId>org.apache.geronimo.specs</groupId>
 						<artifactId>geronimo-jta_1.1_spec</artifactId>
 					</exclusion>
+					<exclusion>
+						<groupId>org.apache.geronimo.specs</groupId>
+						<artifactId>geronimo-jms_1.1_spec</artifactId>
+					</exclusion>
 				</exclusions>
 			</dependency>
 			<dependency>