You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by ak...@apache.org on 2020/07/30 18:37:17 UTC

[incubator-pinot] branch thirdeye-elr updated: [TE] remove linkedin bintray from pom and add override (#5773)

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

akshayrai09 pushed a commit to branch thirdeye-elr
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git


The following commit(s) were added to refs/heads/thirdeye-elr by this push:
     new 6cd415f  [TE] remove linkedin bintray from pom and add override (#5773)
6cd415f is described below

commit 6cd415f5efd7e9dba3bc24579001d177ae1d1001
Author: Vincent Chen <ji...@linkedin.com>
AuthorDate: Thu Jul 30 11:37:09 2020 -0700

    [TE] remove linkedin bintray from pom and add override (#5773)
---
 .travis/.travis_te_nightly_build.sh | 6 +++---
 thirdeye/pom.xml                    | 7 -------
 2 files changed, 3 insertions(+), 10 deletions(-)

diff --git a/.travis/.travis_te_nightly_build.sh b/.travis/.travis_te_nightly_build.sh
index 07007ba..418e4c3 100755
--- a/.travis/.travis_te_nightly_build.sh
+++ b/.travis/.travis_te_nightly_build.sh
@@ -18,7 +18,7 @@
 # under the License.
 #
 
-if [ -n "${DEPLOY_BUILD_OPTS}" ]; then
+# if [ -n "${DEPLOY_BUILD_OPTS}" ]; then
   echo "Deploying ThirdEye to bintray"
   # Generate new version number
   cd thirdeye/
@@ -27,10 +27,10 @@ if [ -n "${DEPLOY_BUILD_OPTS}" ]; then
   mvn versions:set -DnewVersion="$BUILD_VERSION${DEV_VERSION}" -q -B
   mvn versions:commit -q -B
   # Deploy ThirdEye backend to bintray
-  mvn -pl '!thirdeye-frontend' deploy -s ../.travis/.ci.settings.xml -DskipTests -q
+  mvn -pl '!thirdeye-frontend' deploy -s ../.travis/.ci.settings.xml -DskipTests -q -DaltDeploymentRepository=bintray-linkedin-maven::default::'https://api.bintray.com/maven/linkedin/maven/thirdeye/;publish=1;override=1'
   # Deploy ThirdEye frontend to NPM
   cd thirdeye-frontend/
   npm version ${BUILD_VERSION}${DEV_VERSION}
   npm-login-noninteractive
   npm publish
-fi
+# fi
diff --git a/thirdeye/pom.xml b/thirdeye/pom.xml
index 08eee1c..e30c7fa 100644
--- a/thirdeye/pom.xml
+++ b/thirdeye/pom.xml
@@ -86,13 +86,6 @@
     <json.version>20170516</json.version>
     <log4j2.version>2.12.0</log4j2.version>
   </properties>
-
-  <distributionManagement>
-    <repository>
-      <id>bintray-linkedin-maven</id>
-      <url>https://api.bintray.com/maven/linkedin/maven/thirdeye/;publish=1</url>
-    </repository>
-  </distributionManagement>
   
   <licenses>
     <license>


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