We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d17020b commit f12950fCopy full SHA for f12950f
CHANGELOG.md
@@ -1,6 +1,12 @@
1
CHANGELOG
2
=========
3
4
+3.7.1 (2025-05-23)
5
+------------------
6
+
7
+* Updated `pom.xml` to fix issue with javadoc generation during the release
8
+ process.
9
10
3.7.0 (2025-05-23)
11
------------------
12
pom.xml
@@ -178,6 +178,15 @@
178
<source>11</source>
179
<doclint>-missing</doclint>
180
</configuration>
181
+ <executions>
182
+ <execution>
183
+ <id>attach-javadocs</id>
184
+ <phase>package</phase>
185
+ <goals>
186
+ <goal>jar</goal>
187
+ </goals>
188
+ </execution>
189
+ </executions>
190
</plugin>
191
<plugin>
192
<groupId>org.apache.maven.plugins</groupId>
0 commit comments