Steve Ariantaj wrote:

I'm getting the following error with maven 2.1.0. Pom chunk pasted
below.
  <build>
    <testResources>
      <outputDirectory>${project.build.testOutputDirectory}</outputDirectory>

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

  <testResources>
    <testResource>
      <targetPath/>
      <filtering/>
      <directory/>
      <includes/>
      <excludes/>
    </testResource>
  </testResources>

There is no <outputDirectory> element as a child of <testResources>.


Benjamin


[0] http://maven.apache.org/ref/2.0.8/maven-model/maven.html

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org

Reply via email to