Wayne Fay <wayne...@gmail.com> wrote on 04/02/2013 03:23:03 PM:

> > I have a situation where many of my projects need to produce an 
adjunct
> > artifact (in addition to the primary JAR) for later collection into my
> > distribution image.
> 
> What types of things are stored in your adjunct artifacts? How are
> they created? Why can those things not live in the primary artifact
> instead?

Configuration fragments. Runtime support files that must be loaded from 
the file system instead of the classpath. Shell scripts. All of the files 
that end up in the adjunct artifacts are logically related to the runtime 
code that is hosted in their respective projects.

Reply via email to