Change-Id: I4891c99d557abcdc4cfe07356d8cf87c7e9a2fda
Signed-off-by: Marek Gradzki <[email protected]>
</properties>
<build>
+ <pluginManagement>
+ <plugins>
+ <!--
+ Module is used just for build (docs are rendered in release-notes), so skip site.
+ In case we change our minds, we need to provide distributionManagement.
+ -->
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-site-plugin</artifactId>
+ <configuration>
+ <skip>true</skip>
+ <skipDeploy>true</skipDeploy>
+ </configuration>
+ </plugin>
+ </plugins>
+ </pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<build>
<pluginManagement>
<plugins>
- <!-- Module is used just for build, so skip site
- In case we change our minds, we need to provide distributionManagement
- -->
+ <!--
+ Module is used just for build (docs are rendered in release-notes), so skip site.
+ In case we change our minds, we need to provide distributionManagement.
+ -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>