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 e59b23b commit 1d040faCopy full SHA for 1d040fa
1 file changed
pom.xml
@@ -186,7 +186,16 @@ POSSIBILITY OF SUCH DAMAGE.
186
<pollTimeoutSeconds>7200</pollTimeoutSeconds>
187
</configuration>
188
</plugin>
189
- </plugins>
+ <plugin>
190
+ <groupId>org.apache.maven.plugins</groupId>
191
+ <artifactId>maven-site-plugin</artifactId>
192
+ <version>4.0.0-M13</version>
193
+ <configuration>
194
+ <skip>false</skip> <!-- This is `true` in parent pom -->
195
+ <skipDeploy>false</skipDeploy> <!-- This is `true` in parent pom -->
196
+ </configuration>
197
+ </plugin>
198
+ </plugins>
199
</build>
200
201
<scm>
0 commit comments