You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Randy Xu <r...@post.harvard.edu> on 2005/01/07 17:09:25 UTC

reading in information froma file

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: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org