forked from pantsbuild/pants
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Restore the ability to bootstrap Ivy with a custom configuration file.
This is required when publishing with an Ivy plugin. For example, if Ivy is configured to publish via SVN, the fm.last.ivy.plugins.ivysvnresolver plugin will need to be loaded into Ivy. If this is added to the main ivysettings.xml, Ivy bootstrap will fail. The solution is to let Ivy bootstrap itself as per-usual, and at publish time, substitute in a custom ivysettings.xml file that reverences (the already bootstrapped) Ivy+plugins. Testing Done: Test publishes in Twitter's monorepo. build-support/bin/ci.sh mostly works (a handful of tests fail, not related to this change). Travis running: https://travis-ci.org/pantsbuild/pants/builds/49415107 Bugs closed: pantsbuild#1032 Reviewed at https://rbcommons.com/s/twitter/r/1709/
- Loading branch information
Showing
3 changed files
with
122 additions
and
99 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters