Re: [m2] Filtering problems in Beta

2005-10-13 Thread Kees de Kooter
This works for me (m2b3): src/filters/internet-server.properties target/filtered-webapp-resources src/main

Re: [m2] Filtering problems in Beta

2005-10-13 Thread Sena Gbeckor-Kove
irectly, although a model seemed to support it. > You can try how it works now. > > > Andrius > > > > > > Sena Gbeckor-Kove <[EMAIL PROTECTED]> > 2005.10.03 12:43 > Please respond to > "Maven Users List" > > > To > Maven Users List

Re: [m2] Filtering problems in Beta

2005-10-03 Thread Andrius Karpavicius
Sena Gbeckor-Kove <[EMAIL PROTECTED]> 2005.10.03 12:43 Please respond to "Maven Users List" To Maven Users List cc Subject Re: [m2] Filtering problems in Beta Hi Andrius, Thanks for the example earlier, I have now run into another problem, I filter a resource which

Re: [m2] Filtering problems in Beta

2005-10-03 Thread Sena Gbeckor-Kove
eta-1, but we will be retaining the other option for > > backwards compatibility. > > > > - Brett > > > > On 9/24/05, Tony Steele <[EMAIL PROTECTED]> wrote: > > > Thanks > > > > > > That worked, I left out the target path as I w

Re: [m2] Filtering problems in Beta

2005-09-30 Thread Andrius Karpavicius
uot; To Maven Users List , Brett Porter <[EMAIL PROTECTED]> cc Subject Re: [m2] Filtering problems in Beta Hi, I was wondering if anybody could give mea fragment of their pom where they are using filtering. I am migratnig a large project at the EPO and I can't find any ocumentati

Re: [m2] Filtering problems in Beta

2005-09-30 Thread Sena Gbeckor-Kove
gt; > > > ../filtered-webapp-resources > > true > > ${basedir}/src/main/webapp > > > > > > > > > > Andrius > > > > > > > > > > "Tony Steele" <[EMAIL PROTECTED]&

Re: [m2] Filtering problems in Beta

2005-09-23 Thread Brett Porter
s > > > > > "Tony Steele" <[EMAIL PROTECTED]> > 2005.09.23 13:01 > Please respond to > "Maven Users List" > > > To > > cc > > Subject > [m2] Filtering problems in Beta > > > > > > > When I upgraded

RE: [m2] Filtering problems in Beta

2005-09-23 Thread Tony Steele
Thanks That worked, I left out the target path as I wanted it to go to the default location. Tony -Original Message- From: Andrius Karpavicius [mailto:[EMAIL PROTECTED] Sent: 23 September 2005 13:09 To: Maven Users List Subject: Re: [m2] Filtering problems in Beta Hi, Add true

Re: [m2] Filtering problems in Beta

2005-09-23 Thread Andrius Karpavicius
cc Subject [m2] Filtering problems in Beta When I upgraded to the beta version, the filtering of resources specified in my pom stopped working. I found this on jira http://jira.codehaus.org/browse/MNG-788 which indicated that there had been improvements to resource filtering. My filtering u

[m2] Filtering problems in Beta

2005-09-23 Thread Tony Steele
When I upgraded to the beta version, the filtering of resources specified in my pom stopped working. I found this on jira http://jira.codehaus.org/browse/MNG-788 which indicated that there had been improvements to resource filtering. My filtering uses profiles and is set up as follows: