Emmanuel Sciara <[EMAIL PROTECTED]> wrote: > What would you think if an <metainf> nested element was added to > your <ear> task, in the same way as there is a <webinf> nested > element in the <war> task. > > I would probably not go as far as wanting to add it to the <jar> > task (or should I...)?
Probably you should. It doesn't make too much sense to add it to several subclasses of <jar> when all subclasses and <jar> itself contain a META-INF directory with special meaning. Either add it nowhere or in <jar> IMHO. Stefan
