Skip to content

Commit

Permalink
Skipping gpg and standard deploy for release train docs
Browse files Browse the repository at this point in the history
  • Loading branch information
marcingrzejszczak committed Feb 7, 2023
1 parent 55f92ff commit dd37187
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions train-docs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@
<handlebars.version>4.3.0</handlebars.version>
<asciidoctorj.version>2.5.3</asciidoctorj.version>
<commons-io.version>2.11.0</commons-io.version>

<maven-gpg-plugin.phase>none</maven-gpg-plugin.phase>
<maven-deploy-plugin-default.phase>none</maven-deploy-plugin-default.phase>
</properties>
<dependencies>
<dependency>
Expand Down Expand Up @@ -115,13 +118,9 @@
</plugin>
<plugin>
<artifactId>maven-deploy-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<configuration>
<skip>true</skip>
</configuration>
<goals>
<goal>deploy-file</goal>
</goals>
</plugin>
</plugins>
</build>
Expand Down

0 comments on commit dd37187

Please sign in to comment.