You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by jl...@apache.org on 2020/11/03 21:16:03 UTC

[incubator-pinot] branch release-0.6.0-rc-1-backup created (now 2fd1cf6)

This is an automated email from the ASF dual-hosted git repository.

jlli pushed a change to branch release-0.6.0-rc-1-backup
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git.


      at 2fd1cf6  Add profile release-sign-artifacts for pinot-spark-connector

This branch includes the following new commits:

     new 2fd1cf6  Add profile release-sign-artifacts for pinot-spark-connector

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org


[incubator-pinot] 01/01: Add profile release-sign-artifacts for pinot-spark-connector

Posted by jl...@apache.org.
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 2fd1cf6317a5f90b9a3f7823add11f24c1e94774
Author: Jack Li(Analytics Engineering) <jl...@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 | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/pinot-connectors/pinot-spark-connector/pom.xml b/pinot-connectors/pinot-spark-connector/pom.xml
index 91d3c34..dd0be0b 100644
--- a/pinot-connectors/pinot-spark-connector/pom.xml
+++ b/pinot-connectors/pinot-spark-connector/pom.xml
@@ -186,6 +186,19 @@
                 </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>
+                    </plugin>
+                </plugins>
+            </build>
+        </profile>
     </profiles>
 
     <build>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org