What is the recommended Maven way of reading in information from a file?
I'd like to specify all the RMI servers in my project - they need rmic run on them (they're currently hardcoded). Is there a way I can specify it in an XML file and have Maven get this information? How about a text file?
<rmi-server name="com.my.blah1"> <rmi-server name="com.my.blah2">
-Randy
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
