On Thu, 20 Aug 2009, Ute Platzer wrote:

Hi,

I'm trying to use the xml-maven-plugin to validate xml-files in a multi-module maven project. It works fine if I configure the plugin in one of the sub-projects, but it does not work if I configure it in the common parent pom file: when I build the project in the parent direcotry, it complains that the xml source directory that I configured is not present in the parent dir (the directory
exists in all sub-modules, but not in the parent).

Is there any way I can use the plugin in this scenario without having to configure it in the pom
files of all the modules?
you probably want to configure it in the pluginManagement section,
and refer to it in each submodule.

--
David J. M. Karlsen - +47 90 68 22 43
http://www.davidkarlsen.com
http://mp3.davidkarlsen.com

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

   http://xircles.codehaus.org/manage_email


Reply via email to