You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Aitor Iturriondobeitia <la...@gmail.com> on 2015/05/10 09:28:35 UTC

move configurations file

Hello

i have one douubt and i dont know how can i make this.
i have into my eclipse several maven projects, diferents projects:
1.- parent (pom)
2.- ear
3.- ejb
4.- war
5.- configuration

into the configuration project i have four directories:
local, development, preproduction, prodution
into each directory i hace the files for the environment
i need that the propeties moves to one directory (this directory must to be
out of the project, external directrory) if i compile for local, or
preproduction o porduction, diferents directories.
which pluging can i use?
is convenient to use the profiles (one for each environment)
i need to copy the files to one external directory

also i need to move to one directory (external directory to the proyect
(f.e. /home/jboss/app) the produced files (ear, jar and the configuration)

Can you helpme please?

thanks