Publishing multiple artifacts to maven repository using ivy
问题 I published few atifacts of a component to a maven repository using different configurations of ivy. As an example, I took the following way (Ivy Documentation) to do the same.. <ivy-module version="1.0"> <info organisation="org.apache" module="filter"/> <configurations> <conf name="api" description="only provide filter framework API"/> <conf name="homemade-impl" extends="api" description="provide a home made implementation of our api"/> </configurations> <publications> <artifact name="filter