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]>
