From fcd3f0ea90e48ca1b2734fb6bbda8cf68aa398aa Mon Sep 17 00:00:00 2001 From: Max Bureck Date: Fri, 2 Mar 2018 18:03:00 +0100 Subject: [PATCH] Again, dealing with travis bintray shenanigans again ... Appearently, files that are deployed to the root directory land in package/version, but files from other directories land in the directory specified. --- .travis/bintray-deploy.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis/bintray-deploy.json b/.travis/bintray-deploy.json index ef7ce2a..b46f0a3 100644 --- a/.travis/bintray-deploy.json +++ b/.travis/bintray-deploy.json @@ -26,10 +26,10 @@ {"includePattern": "p2/de.fhg.fokus.xtensions.p2/target/repository/(.*)", "uploadPattern": "$1", "matrixParams": { "override": 1 } }, - {"includePattern": "p2/de.fhg.fokus.xtensions.p2/target/repository/features/(.*)", "uploadPattern": "features/$1", + {"includePattern": "p2/de.fhg.fokus.xtensions.p2/target/repository/features/(.*)", "uploadPattern": "Xtensions/1.0.0/features/$1", "matrixParams": { "override": 1 } }, - {"includePattern": "p2/de.fhg.fokus.xtensions.p2/target/repository/plugins/(.*)", "uploadPattern": "plugins/$1", + {"includePattern": "p2/de.fhg.fokus.xtensions.p2/target/repository/plugins/(.*)", "uploadPattern": "Xtensions/1.0.0/plugins/$1", "matrixParams": { "override": 1 } } ],