Skip to content

Commit

Permalink
fix CI site goal
Browse files Browse the repository at this point in the history
  • Loading branch information
slachiewicz committed Dec 18, 2021
1 parent 859c903 commit 5463357
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pom.xml
Expand Up @@ -250,6 +250,14 @@ under the License.
<artifactId>maven-jxr-plugin</artifactId>
<version>3.1.1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.3.1</version>
<configuration> <!-- remove after MPOM-269 -->
<tagletArtifacts combine.self="override"/>
</configuration>
</plugin>
</plugins>
</pluginManagement>
<plugins>
Expand Down

0 comments on commit 5463357

Please sign in to comment.