Would a fileset pattern and a directory do you? e.g. maven.jnlp.native.dir maven.jnlp.native.includes maven.jnlp.native.excludes
as properties for the plugin? --- Jim Birchfield <[EMAIL PROTECTED]> wrote: > In the project.xml file, there is the ability to add > properties to jar > files as includes for something. I need similar > functionality, but not in > the jars section. For JNLP, you can add native > libraries as a resource. > Something like mousewheel.dll. I need to allow the > user to specify one or > more of these files. Then I need to loop over these > files and generate > some xml in the .jnlp file. What is the best way to > do this in Maven? I > can't have multiple properties with the same name. > > Jim > > > -- > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > __________________________________________________ Do you Yahoo!? New DSL Internet Access from SBC & Yahoo! http://sbc.yahoo.com -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
