Skip to content

Commit ee5a58f

Browse files
committed
missing source generator for Central
1 parent 21dcfc0 commit ee5a58f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,16 @@
204204
</includes>
205205
</configuration>
206206
</plugin>
207+
<plugin>
208+
<groupId>org.apache.maven.plugins</groupId>
209+
<artifactId>maven-javadoc-plugin</artifactId>
210+
<version>3.2.0</version>
211+
<configuration>
212+
<source>11</source>
213+
<detectJavaApiLink>false</detectJavaApiLink>
214+
</configuration>
215+
</plugin>
216+
207217
<!-- ensure we know what our licenses are -->
208218
<plugin>
209219
<groupId>org.codehaus.mojo</groupId>

0 commit comments

Comments
 (0)