the plugin doesn't have this sort of capability - it would instead require making a plugin to write the file itself and including that in the assembly. - Brett
2008/9/1 Frank Durden <[EMAIL PROTECTED]> > Hi, > > When making a zip assembly, I'd need to generate a file that contains a > list > of the modules contained in the zip (just the modules, not the transitive > dependencies). So if my pom has: > > <modules> > <module>moduleA</module> > <module>moduleB</module> > </modules> > > I'd get a file (e.g modules.txt) in the zip that would say: > > moduleA-0.0.1.jar > moduleB-0.0.1.jar > > Any pointers to a plugin that could do that or any other help would be > greatly appreciated. Thanks! > > -- > FD > -- Brett Porter Blog: http://blogs.exist.com/bporter/
