Skip to content

Commit 375345b

Browse files
fix(releasing): add missing maven-site-plugin
1 parent 87a9cfa commit 375345b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,11 @@
158158
</execution>
159159
</executions>
160160
</plugin>
161+
<plugin>
162+
<groupId>org.apache.maven.plugins</groupId>
163+
<artifactId>maven-site-plugin</artifactId>
164+
<version>3.7.1</version>
165+
</plugin>
161166
</plugins>
162167
</build>
163168
<dependencies>

0 commit comments

Comments
 (0)