From 2bbdaeb3b2296a2910e5d44152a02cc0f098ce59 Mon Sep 17 00:00:00 2001
From: Valery Kharseko <vharseko@3a-systems.ru>
Date: Wed, 15 Jul 2026 06:08:37 +0000
Subject: [PATCH] Enable Javadoc doclint (all,-missing) and fail on warnings (#734)
---
opendj-maven-plugin/src/main/java/org/forgerock/opendj/maven/GenerateConfigMojo.java | 16 +++++++++-------
1 files changed, 9 insertions(+), 7 deletions(-)
diff --git a/opendj-maven-plugin/src/main/java/org/forgerock/opendj/maven/GenerateConfigMojo.java b/opendj-maven-plugin/src/main/java/org/forgerock/opendj/maven/GenerateConfigMojo.java
index d801337..ece9fa2 100644
--- a/opendj-maven-plugin/src/main/java/org/forgerock/opendj/maven/GenerateConfigMojo.java
+++ b/opendj-maven-plugin/src/main/java/org/forgerock/opendj/maven/GenerateConfigMojo.java
@@ -12,6 +12,7 @@
* information: "Portions Copyright [year] [name of copyright owner]".
*
* Copyright 2013-2016 ForgeRock AS.
+ * Portions Copyright 2026 3A Systems, LLC.
*/
package org.forgerock.opendj.maven;
@@ -61,36 +62,37 @@
* places depending on whether the plugin is executing for the core config or an
* extension:
* <table border="1">
+ * <caption>Resource locations by execution context</caption>
* <tr>
* <th></th>
* <th>Location</th>
* </tr>
* <tr>
- * <th align="left">XSLT stylesheets</th>
+ * <th>XSLT stylesheets</th>
* <td>Internal: /config/stylesheets</td>
* </tr>
* <tr>
- * <th align="left">XML core definitions</th>
+ * <th>XML core definitions</th>
* <td>Internal: /config/xml</td>
* </tr>
* <tr>
- * <th align="left">XML extension definitions</th>
+ * <th>XML extension definitions</th>
* <td>${basedir}/src/main/java</td>
* </tr>
* <tr>
- * <th align="left">Generated Java APIs</th>
+ * <th>Generated Java APIs</th>
* <td>${project.build.directory}/generated-sources/config</td>
* </tr>
* <tr>
- * <th align="left">Generated I18N messages</th>
+ * <th>Generated I18N messages</th>
* <td>${project.build.outputDirectory}/config/messages</td>
* </tr>
* <tr>
- * <th align="left">Generated profiles</th>
+ * <th>Generated profiles</th>
* <td>${project.build.outputDirectory}/config/profiles/${profile}</td>
* </tr>
* <tr>
- * <th align="left">Generated manifest</th>
+ * <th>Generated manifest</th>
* <td>${project.build.outputDirectory}/META-INF/services/org.forgerock.opendj.
* config.AbstractManagedObjectDefinition</td>
* </tr>
--
Gitblit v1.10.0