[Solved]Re: Filtering same file with multi-output

2007-11-16 Thread Saloucious

Ok, i have solved my problem

I have created 3 executions, in my assembly plugin definition, binded to
pre-integration-test



Saloucious wrote:
> 
> Re-explain my problem,
> 
> is it possible to filter more than once a properties file in a build
> process ?
> 
> I desire to create (with an assembly), 3 output dir with same properties
> file indise, each files filtered by a different filter.
> 
> I success to build my assembly with profiles, but i need tu run mvn for
> each filter.
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Filtering-same-file-with-multi-output-tf4803496s177.html#a13797877
Sent from the Maven - Users mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Filtering same file with multi-output

2007-11-16 Thread Saloucious

Re-explain my problem,

is it possible to filter more than once a properties file in a build process
?

I desire to create (with an assembly), 3 output dir with same properties
file indise, each files filtered by a different filter.

I success to build my assembly with profiles, but i need tu run mvn for each
filter.

-- 
View this message in context: 
http://www.nabble.com/Filtering-same-file-with-multi-output-tf4803496s177.html#a13797866
Sent from the Maven - Users mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Filtering same file with multi-output

2007-11-14 Thread Saloucious

Hi,

I would like to produce an assembly  :

What I would like to do, is to filtering file1.properties with different
filters and produce for each filter a new filetered file.

Here is the assembly files structures i'm looking for
/
|
|--bin/artifact.war
|
|--env1
||-- file1.properties (filtered with env1_filter.properties)
|
|--env2
||-- file1.properties (filtered with env2_filter.properties)
|
|--env3
||-- file1.properties (filtered with env3_filter.properties)

No problem to create this structure, but filters are chain and I don't find
the way to attach them for eg :
file1.properties + env3_filter.properties going into env3 assembly dir
file1.properties + env2_filter.properties going into env2 assembly dir

Any ideas ?

-- 
View this message in context: 
http://www.nabble.com/Filtering-same-file-with-multi-output-tf4803496s177.html#a13742488
Sent from the Maven - Users mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]