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
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
: 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
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
-
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
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]:
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]
---