Skip to content

Commit

Permalink
Skip deploying the distribution and the docbook artifacts.
Browse files Browse the repository at this point in the history
Signed-off-by: James R. Perkins <jperkins@redhat.com>
  • Loading branch information
jamezp committed Apr 26, 2022
1 parent e9a2697 commit 81b70df
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions distribution/pom.xml
Expand Up @@ -145,6 +145,12 @@
</plugins>
</pluginManagement>
<plugins>
<plugin>
<artifactId>maven-deploy-plugin</artifactId>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<executions>
Expand Down
6 changes: 6 additions & 0 deletions docbook/pom.xml
Expand Up @@ -32,6 +32,12 @@

<build>
<plugins>
<plugin>
<artifactId>maven-deploy-plugin</artifactId>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
<plugin>
<artifactId>maven-site-plugin</artifactId>
<configuration>
Expand Down

0 comments on commit 81b70df

Please sign in to comment.