Skip to content

Commit

Permalink
Again, dealing with travis bintray shenanigans again ...
Browse files Browse the repository at this point in the history
Appearently, files that are deployed to the root directory land
in package/version, but files from other directories land in the
directory specified.
  • Loading branch information
Boereck committed Mar 2, 2018
1 parent 62225f7 commit fcd3f0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis/bintray-deploy.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
}
],
Expand Down

0 comments on commit fcd3f0e

Please sign in to comment.