i have copy the confdir file (inside are the conf files) into the
src/main/resources.
i have one install and don't appears the confdir into the war file and
don't appears into the ejb jar file.
mus i chage the pom file?
now into the pomfile there is this:
<resource>
<directory>${basedir}</directory>
<includes>
<include>confdir/**/*.*</include>
</includes>
<filtering>false</filtering>
</resource>
thanks

Reply via email to