RE: Maven 2.1.0 regression issue w/ testResources outputDirectory

2009-03-25 Thread Steve Ariantaj
Thanks Jason and Dennis! -Original Message- From: Jason Chaffee [mailto:jason.chaf...@zilliontv.tv] Sent: Wednesday, March 25, 2009 1:51 PM To: Maven Developers List Subject: RE: Maven 2.1.0 regression issue w/ testResources outputDirectory I believe this is a parameter for the plugin

Re: Maven 2.1.0 regression issue w/ testResources outputDirectory

2009-03-25 Thread Dennis Lundberg
Bentmann [mailto:benjamin.bentm...@udo.edu] > Sent: Wednesday, March 25, 2009 12:07 PM > To: Maven Developers List > Subject: Re: Maven 2.1.0 regression issue w/ testResources > outputDirectory > > Steve Ariantaj wrote: > >> I'm getting the following

RE: Maven 2.1.0 regression issue w/ testResources outputDirectory

2009-03-25 Thread Jason Chaffee
: Steve Ariantaj [mailto:steve_arian...@tvworks.com] Sent: Wednesday, March 25, 2009 12:28 PM To: Maven Developers List Subject: RE: Maven 2.1.0 regression issue w/ testResources outputDirectory Thanks for your quick reply, Benjamin. According to the resource plugin v2.3, http://maven.apache.org

Re: Maven 2.1.0 regression issue w/ testResources outputDirectory

2009-03-25 Thread Benjamin Bentmann
Steve Ariantaj wrote: According to the resource plugin v2.3, http://maven.apache.org/plugins/maven-resources-plugin/testResources-mojo.html there is a required outputDirectory parameter: http://maven.apache.org/plugins/maven-resources-plugin/testResources-mojo.html#outputDirectory The mojo p

RE: Maven 2.1.0 regression issue w/ testResources outputDirectory

2009-03-25 Thread Steve Ariantaj
- From: Benjamin Bentmann [mailto:benjamin.bentm...@udo.edu] Sent: Wednesday, March 25, 2009 12:07 PM To: Maven Developers List Subject: Re: Maven 2.1.0 regression issue w/ testResources outputDirectory Steve Ariantaj wrote: > I'm getting the following error with mave

Re: Maven 2.1.0 regression issue w/ testResources outputDirectory

2009-03-25 Thread Benjamin Bentmann
Steve Ariantaj wrote: I'm getting the following error with maven 2.1.0. Pom chunk pasted below. ${project.build.testOutputDirectory} Did outputDirectory element's name/order got changed in 2.1.0? This was working fine in 2.0.9. Compare the Maven Model Reference [0]:

Maven 2.1.0 regression issue w/ testResources outputDirectory

2009-03-25 Thread Steve Ariantaj
I'm getting the following error with maven 2.1.0. Pom chunk pasted below. ${project.build.testOutputDirectory} Did outputDirectory element's name/order got changed in 2.1.0? This was working fine in 2.0.9. [INFO] Scanning for projects... [INFO] ---