Hello, I'm not sure what exactly you need, but here's a couple of guesses:
1. If you want to copy files from the project to another location, you may try resources:copy-resources [1]. 2. If you need to load properties from properties file, you may try build-configurator-maven-plugin [2]. [1] http://maven.apache.org/plugins/maven-resources-plugin/examples/copy-resources.html [2] http://htfv.github.com/build-configurator/1.0.0/loading-property-files.html Regards, htfv (Aliaksei Lahachou) On Sat, Nov 24, 2012 at 11:29 PM, laudio.info <[email protected]> wrote: > hello > into my maven projects i have the conf files (properties) and log > configuracion files into the jars or ears. > well i must to externalize them. > i must to put into one external location but i dont know. > for example i must to put when i install the app (mvn install) into one > ourt directory, for example c:/confiles > > is this posible using maven? > how? > can you help me please? > > Thanks >
