> > -----Original Message----- > > From: Michal Maczka [mailto:[EMAIL PROTECTED] > > Sent: 18 June 2003 21:13 > > To: Maven Developers List > > Subject: RE: Recent changes in war plugin > > > > > > > This already exists in Ant: it's called <manifest> > > > (http://ant.apache.org/manual/CoreTasks/manifest.html). And you can > use > > > it from java too... :-) It weights 37K and contains lots of useful > code. > > > Why start reimplementing it again? > > > > > > > It's about different thing. There is no central place in maven which > maps > > POM to manifest attributes. > > > > We have duplicated code in JAR, EJB and WAR plugins. > > I think we're talking about the same thing. You can have a jelly taglib > that wraps the Ant <manifest> task. >
Hmm. Haven't thought of that... I think that jelly or velocity were born for that! I am using velocity at the moment. And want to give to user a chance to provide his own template. Can you take a look at \plugins-build\artifact\src\plugin-resources\templates\manifest.vm? Do you think it is possible to make the same with ant manifest task? Michal It's a pity that we have communicate via emails. Normalment on porrait aller au cafeteria pour disscuter :) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
