/asl/ivy-configurations.xml
XML | 11 lines | 11 code | 0 blank | 0 comment | 0 complexity | 8ee631d4f6a9c52061ede543ea9037ba MD5 | raw file
1<configurations defaultconfmapping="default"> 2 <conf name="compile" visibility="private" 3 description="artifacts needed to compile the application"/> 4 <conf name="test" extends="runtime" 5 visibility="private" 6 description="the classpath needed to run tests"/> 7 <conf name="master" description="contains the artifact but no dependencies"/> 8 <conf name="runtime" extends="compile" 9 description="runtime but not the artifact"/> 10 <conf name="default" extends="master,runtime"/> 11</configurations>