Hi!

Did you define
maven.multiproject.includes
in your project.properties/build.properties in your root project?

It should looks something like
maven.multiproject.includes=modules/moduleA/project.xml,modules/moduleB/project.xml,modules/moduleC/project.xml

or if you want to save some characters:
maven.multiproject.includes=modules/*/project.xml

/Mikael

Dan Pomohaci wrote:

Hello,

My project have the following structure:
project - modules - moduleA
                  - moduleB
                  - moduleC
If I run "maven site" from every module the result is OK but if I run
from project "maven multiproject:site" the result is:

----------------------------------
maven-junit-report-plugin:register:


xdoc:generate-from-pom:
Generating xdocs from POM ...


BUILD FAILED
File...... file:/local/share/maven/plugins/maven-multiproject-plugin-1.1/
Element... maven:reactor
Line...... 69
Column.... 7
Unable to obtain goal [site] -- file:/local/share/maven/plugins/maven-xdoc-plugin-1.4/:399:9: 
<velocity:merge> null:-1:-1: <null> It appears that no class was specified as the 
Uberspect.  Please ensure that all configuration information is correct.
----------------------------------

Any clue?

Thanks,
Dan

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

-- Mikael Lundgren, LeanOn AB, www.LeanOn.se Phone: +46 18 146405, Mobile: +46 703 400105 Kontroll p� projekt och tid: www.teamplanet.net

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



Reply via email to