On 16 March 2015 at 16:28, Alec Leamas <leamas.alec@gmail.com> wrote:
On 16/03/15 17:23, Christopher wrote:

On Mon, Mar 16, 2015, 12:06 Alec Leamas <leamas.alec@gmail.com
<mailto:leamas.alec@gmail.com>> wrote:

  My question: is there any sane way to remove one or more jars from the
  installed set? Something like %mvn_remove_artifact?

Why would you want to? What I'd other developers want to depend on those
other artifacts? Is there a problem with keeping them?

I just don't want to expose this internal structure. After all, isn't this the very idea with what seemingly is called an über-jar?


How is the package distributed upstream? For example, are both fine-grained and uber jars in maven central or only the uber jar?

As a point of reference, the "objectweb-asm" package in Fedora has both an "all" uber jar and fine-grained jars for those users who only need a subset of the functionality. I'm sure there are other examples of this too.

--