On 11/17/06, Dain Sundstrom <[EMAIL PROTECTED]> wrote:

Maybe you fix got removed or the plugin got changed over last month.
All I know is that the jars weren't getting the files.

It's from  
plugins/tools-maven-plugin/src/main/java/org/apache/geronimo/genesis/plugins/tools/CopyLegalFilesMojo.java
(just svn updated).

  /**
    * The default includes when no fileset is configured.
    */
   private static final String[] DEFAULT_INCLUDES = {
       "LICENSE.txt",
       "LICENSE",
       "NOTICE.txt",
       "NOTICE",
       "DISCLAIMER.txt",
       "DISCLAIMER"
   };

They're copied to

   /**
    * Directory to copy legal files into.
    *
    * @parameter expression="${project.build.outputDirectory}/META-INF"
    * @required
    */

Since it's already done, I'm fine with your change.

Jacek

--
Jacek Laskowski
http://www.jaceklaskowski.pl

Reply via email to