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 859c903 commit 5463357Copy full SHA for 5463357
pom.xml
@@ -250,6 +250,14 @@ under the License.
250
<artifactId>maven-jxr-plugin</artifactId>
251
<version>3.1.1</version>
252
</plugin>
253
+ <plugin>
254
+ <groupId>org.apache.maven.plugins</groupId>
255
+ <artifactId>maven-javadoc-plugin</artifactId>
256
+ <version>3.3.1</version>
257
+ <configuration> <!-- remove after MPOM-269 -->
258
+ <tagletArtifacts combine.self="override"/>
259
+ </configuration>
260
+ </plugin>
261
</plugins>
262
</pluginManagement>
263
<plugins>
0 commit comments