The simplest way is to do like for any other resource, put
the file in src/main/resources (or a subfolder), for
instance src/main/resources/afolder/mypros.properties, then
access it from Java code using
getClass().getClassLoader().getResourceAsStream("afolder/myprops.properties
").

---
Mailing list: [email protected]
Forum: http://forum.nuxeo.org/f/1/

Reply via email to