This is an automated email from the ASF dual-hosted git repository. jlli pushed a commit to branch release-0.6.0-rc-1-backup in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git
commit 450cc59e2c717061e04a20fbcc67ce433b1ebd80 Author: Jack Li(Analytics Engineering) <j...@jlli-mn1.linkedin.biz> AuthorDate: Tue Nov 3 11:26:53 2020 -0800 Add profile release-sign-artifacts for pinot-spark-connector --- pinot-connectors/pinot-spark-connector/pom.xml | 28 ++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/pinot-connectors/pinot-spark-connector/pom.xml b/pinot-connectors/pinot-spark-connector/pom.xml index 91d3c34..7c56bbe 100644 --- a/pinot-connectors/pinot-spark-connector/pom.xml +++ b/pinot-connectors/pinot-spark-connector/pom.xml @@ -186,6 +186,34 @@ </plugins> </build> </profile> + <profile> + <id>release-sign-artifacts</id> + <build> + <plugins> + <plugin> + <!-- GPG signing --> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-gpg-plugin</artifactId> + <version>1.6</version> + <executions> + <execution> + <id>sign-artifacts</id> + <phase>verify</phase> + <goals> + <goal>sign</goal> + </goals> + <configuration> + <excludes> + <exclude>**/*.asc</exclude> + <exclude>*.asc</exclude> + </excludes> + </configuration> + </execution> + </executions> + </plugin> + </plugins> + </build> + </profile> </profiles> <build> --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org