Greetings,
I have an m1 project that I'm converting to m2. And I have a full m1,
legacy-style repository. The mail archives tell that supposedly one can
disable the use of ibiblio by specifying a repo with the name "central". I
have tried this, and it's not working for me. This is what I've tried::
<profiles>
<profile>
<id>et-base</id>
<repositories>
<repository>
<id>central</id>
<url>file:///C:/cberry/work/3rdparty-repo/</url>
<layout>legacy</layout>
</repository>
</repositories>
</profile>
</profiles>
<activeProfiles>
<activeProfile>et-base</activeProfile>
</activeProfiles>
BTW: Even if this works, this doesn't seem what I'm really after. I'd like
to be able to easily turn on/off ibiblio. (i.e. simply specify my explicit
repo serach order). This technique feels a bit like a hack to me. It seems
that I should be in control -- and m2 shouldn't go off looking at repos
without my explicit consent.
Thanks,
-- Chris