Re: Maven 3.0-beta-1 backwards compatibility issue with maven-resources-plugin

2010-05-17 Thread Benjamin Bentmann
Haroon Rafique wrote: Anything else I can do? Sample project with POM in a JIRA? Thanks but we already have an integration test for the related issue MNG-3530. Benjamin - To unsubscribe, e-mail: dev-unsubscr...@maven.apac

Re: Maven 3.0-beta-1 backwards compatibility issue with maven-resources-plugin

2010-05-17 Thread Haroon Rafique
On Today at 4:19pm, BB=>Benjamin Bentmann wrote: BB> Haroon Rafique wrote: BB> BB> > BB> > BB> > src/main/resources BB> > ../${app.key} BB> > true BB> > BB> > BB> >[...] BB> > a) maven-3.0-beta-1 BB> > b) properties-maven-plugin in conjunction with maven-3.0-beta-1 BB> BB> This setup requir

Re: Maven 3.0-beta-1 backwards compatibility issue with maven-resources-plugin

2010-05-17 Thread Benjamin Bentmann
Haroon Rafique wrote: src/main/resources ../${app.key} true [...] a) maven-3.0-beta-1 b) properties-maven-plugin in conjunction with maven-3.0-beta-1 This setup requires a questionable feature [0] to work. Questionable because it decreases performance but serves only few use cases. It's n

Maven 3.0-beta-1 backwards compatibility issue with maven-resources-plugin

2010-05-14 Thread Haroon Rafique
Hi, Just tried out one of my projects with 3.0-beta-1 and discovered an issue which I would like help on. The issue boils down to "when and how is targetPath resolved in maven-resources-plugin" in 3.0-beta-1 versus 2.2.1. I have a bare-bones POM and a couple of text files that can demonstrate