Skip to content

Commit f12950f

Browse files
committed
Attempt to fix javadoc generation
1 parent d17020b commit f12950f

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
CHANGELOG
22
=========
33

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+
410
3.7.0 (2025-05-23)
511
------------------
612

pom.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,15 @@
178178
<source>11</source>
179179
<doclint>-missing</doclint>
180180
</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>
181190
</plugin>
182191
<plugin>
183192
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)