Skip to content

Commit

Permalink
Add profile release-sign-artifacts for pinot-spark-connector
Browse files Browse the repository at this point in the history
  • Loading branch information
Jack Li(Analytics Engineering) committed Nov 4, 2020
1 parent e5c9bec commit 7689313
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions pinot-connectors/pinot-spark-connector/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,21 @@
</plugins>
</build>
</profile>
<profile>
<id>release-sign-artifacts</id>
<build>
<plugins>
<plugin>
<!-- GPG signing. It's due to the fact that maven-source-plugin and scala-maven-plugin
have separate lifecycles, and the gpg files created by the former get deleted by the latter.
Thus, explicitly adding this plugin to a new profile to sign the files at the end all at once. -->
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>1.6</version>
</plugin>
</plugins>
</build>
</profile>
</profiles>

<build>
Expand Down

0 comments on commit 7689313

Please sign in to comment.