I've got a project-base.xml file that sets up my basic, generic
information (including build/SourceDirectory).  I've got a
project-component.xml that extends this but does not contain the build
node at all.  I then have a component-specific project.xml that extends
project-component.xml.  My expectation is that the <build> node info
would be inherited from project-base.xml, but this does not appear to be
the case.  When I try and do a "maven jar", I get the following output:

No java source files to compile.
resources or todir was null

However, if I modify project.xml to extend project-base.xml (rather than
project-component.xml) and do a "maven jar", it works.  So is this a
"feature", and inheritance is only supported for one level, or is this a
bug?

Thanks!

-- Sean T.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to