Hi, currently I'm having problems with my master configuration. I'm using these configurations: <configurations defaultconfmapping="compile->default"> <conf name="compile" visibility="private"/> <conf name="test" extends="compile" visibility="private"/> <conf name="master"/> <conf name="runtime" extends="compile"/> <conf name="default" extends="master,runtime"/> </configurations>
<publications> <artifact conf="master" name="my-module" type="jar"/> </publications> When I resolve the "master" configuration is always 0. I would have expected it to include exactly one element. Or does the resolving never include the artifacts published itself? Thx, Jan