We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bee125e commit d033a11Copy full SHA for d033a11
pinot-connectors/pinot-spark-connector/pom.xml
@@ -186,6 +186,21 @@
186
</plugins>
187
</build>
188
</profile>
189
+ <profile>
190
+ <id>release-sign-artifacts</id>
191
+ <build>
192
+ <plugins>
193
+ <plugin>
194
+ <!-- GPG signing. It's due to the fact that maven-source-plugin and scala-maven-plugin
195
+ have separate lifecycles, and the gpg files created by the former get deleted by the latter.
196
+ Thus, explicitly adding this plugin to a new profile to sign the files at the end all at once. -->
197
+ <groupId>org.apache.maven.plugins</groupId>
198
+ <artifactId>maven-gpg-plugin</artifactId>
199
+ <version>1.6</version>
200
+ </plugin>
201
+ </plugins>
202
+ </build>
203
+ </profile>
204
</profiles>
205
206
<build>
0 commit comments