You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Dan Pomohaci <d....@moodmedia.ro> on 2003/12/10 16:07:10 UTC

error in multiproject:site

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: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: error in multiproject:site

Posted by Dan Pomohaci <d....@moodmedia.ro>.
I already have in project.properties
maven.multiproject.basedir=${basedir}/modules

Beside only multiproject:site doesn't work, multiproject:jar and
multiproject:install are ok.

Mikael Lundgren writes:
 > 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: users-unsubscribe@maven.apache.org
 > > For additional commands, e-mail: users-help@maven.apache.org
 > 
 > -- 
 > 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: users-unsubscribe@maven.apache.org
 > For additional commands, e-mail: users-help@maven.apache.org

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: error in multiproject:site

Posted by Mikael Lundgren <mi...@leanon.se>.
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: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org

-- 
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: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org