hello i have some files into one directory: jboss-ejb-client_local.xml jboss-ejb-client_pre.xml jboss-ejb-client_prod.xml
i have into my pom some profiles, one for each file (local, pre. prod) if i compiel for one profile, for example, pre, i need to copy the pre file (jboos-ejb-client_pre.xml to WEB-INF with the name jboss-ejb-client.xml can i make this using maven? can you help me? thanks
