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 parameter is still existent but it doesn't map to XML in the way you did.

Explicit plugin configuration would go into the <configuration> element. In case of the outputDirectory parameter of the Resources Plugin, it's value defaults to the expression ${project.build.testOutputDirectory}, i.e. the mojo is implicitly configured from the contents of
  <project>/<build>/<testOutputDirector>

So, the documentation should be alright with regard to the model. Maybe [0] can shed some additional light on plugin configuration.


Benjamin


[0] http://maven.apache.org/guides/mini/guide-configuring-plugins.html

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

Reply via email to