Skip to content

Commit

Permalink
Add profile release-sign-artifacts for pinot-spark-connector (#6229)
Browse files Browse the repository at this point in the history
Co-authored-by: Jack Li(Analytics Engineering) <jlli@jlli-mn1.linkedin.biz>
  • Loading branch information
jackjlli and Jack Li(Analytics Engineering) committed Nov 5, 2020
1 parent bee125e commit d033a11
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions pinot-connectors/pinot-spark-connector/pom.xml
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 d033a11

Please sign in to comment.