/asl/ivy-configurations.xml
XML | 11 lines | 11 code | 0 blank | 0 comment | 0 complexity | 8ee631d4f6a9c52061ede543ea9037ba MD5 | raw file
Possible License(s): LGPL-3.0, Apache-2.0, GPL-3.0, GPL-2.0, AGPL-3.0, JSON, BSD-3-Clause
- <configurations defaultconfmapping="default">
- <conf name="compile" visibility="private"
- description="artifacts needed to compile the application"/>
- <conf name="test" extends="runtime"
- visibility="private"
- description="the classpath needed to run tests"/>
- <conf name="master" description="contains the artifact but no dependencies"/>
- <conf name="runtime" extends="compile"
- description="runtime but not the artifact"/>
- <conf name="default" extends="master,runtime"/>
- </configurations>