summaryrefslogtreecommitdiffstats
path: root/vpp-integration/api-docs/docs/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'vpp-integration/api-docs/docs/pom.xml')
-rw-r--r--vpp-integration/api-docs/docs/pom.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/vpp-integration/api-docs/docs/pom.xml b/vpp-integration/api-docs/docs/pom.xml
index c240ff1e4..f7326a6e1 100644
--- a/vpp-integration/api-docs/docs/pom.xml
+++ b/vpp-integration/api-docs/docs/pom.xml
@@ -52,6 +52,22 @@
</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>