Skip to content

Commit 5463357

Browse files
committed
fix CI site goal
1 parent 859c903 commit 5463357

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

pom.xml

+8
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,14 @@ under the License.
250250
<artifactId>maven-jxr-plugin</artifactId>
251251
<version>3.1.1</version>
252252
</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>
253261
</plugins>
254262
</pluginManagement>
255263
<plugins>

0 commit comments

Comments
 (0)