what does the little arrow -> do in the ivy dependency section?

前端 未结 1 721
日久生厌
日久生厌 2021-01-22 06:16

i\'m using ivy and the firm i work at has a few fun little ivy and ant tutorials.

Each tutorial helpfully completely skirts around what the arrow does in an ivy

相关标签:
1条回答
  • 2021-01-22 06:27

    Configuration mappings are designed to associate locally declared configurations to configurations declared in a remote module.

       mylocalconf->remotemoduleconf
    

    What are configurations? They are logical groupings of files, typically used to populate classpaths or directories.

    "simple" and "testing" are not part of the standard configurations generated for remote maven modules, suggesting that you're downloading from an ivy repo? Check the ivy files of the dependencies, you'll find the missing configurations there.

    0 讨论(0)
提交回复
热议问题