You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by Adam Lally <al...@alum.rpi.edu> on 2007/03/06 15:57:09 UTC

Eliminating redundant LICENSE, NOTICE, DISCLAIMER files

I think I have a solution for this, using the Maven antrun plugin to
execute a simple ant copy task to copy the files from their common
location into the target/classes/META-INF directory of each project so
that they get included in the jars.  I'll go ahead and finish this up
and then I'll delete the extra files from svn.

-Adam

Re: Eliminating redundant LICENSE, NOTICE, DISCLAIMER files

Posted by Adam Lally <al...@alum.rpi.edu>.
On 3/6/07, Adam Lally <al...@alum.rpi.edu> wrote:
> I think I have a solution for this, using the Maven antrun plugin to
> execute a simple ant copy task to copy the files from their common
> location into the target/classes/META-INF directory of each project so
> that they get included in the jars.  I'll go ahead and finish this up
> and then I'll delete the extra files from svn.
>

OK this is done now.

-Adam