Why detach them at all? Why not permit them to be uploaded to Maven Central? It may not be as useful for Java builds, but Maven repository isn't designed to hold only jars. It can hold any type of artifact.
On Mon, Dec 21, 2015 at 3:30 AM Emmanuel Bourg <ebo...@apache.org> wrote: > Le 20/12/2015 23:06, Emmanuel Bourg a écrit : > > > I've tested with JEXL and it seems to work > > fine, I haven't noticed undesirable side effects. > > Actually there is one side effect: the .sha1 and .md5 files for the > src/bin archives no longer come for free (they are currently generated > when the archives are deployed in the local repository). So if we detach > the files we should compensate with an explicit generation of the > checksums using the antrun plugin immediately after the assembly plugin. > > Emmanuel Bourg > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org > For additional commands, e-mail: dev-h...@commons.apache.org > >