I have two tuned converters. One of them is a repo company, and the other is a local developer repository. I want to:
<ivy:resolve />
<ivy:install from="company" to="local" ... />
It is important that the first solution is sent directly to the company's repo and collects all the necessary modules.
Problem: I cannot force to allow the use of an explicitly defined recognizer. I tried to use “modules” in my “File” settings, but then I get only some modules from the company, the rest is still read from the local one (at that time it is empty, so I get permission errors).
I can use 2 settings files, one for preparation and one for local development, but there should be a better way. Why can a “publication” be installed, but a “permission” cannot?
source
share