I am trying to use the multiproject plugin, but when I try to call multiproject:site, it fail.

my structure:

app
  appEJB
  appWEB
  appEAR

I call maven multiproject:site from app directory.
The error:
You must exclude app:app (the top level project) from the subproject set

All properties are with default value, so my maven.multiproject.includes propertie is with value: */project.xml. So my top level project is exclude.

But...
When I call:
maven -Dgoal=site multiproject:goal

almost everything works well.

I understood that would be generated a aggregate site in the ${basedir}/multiproject/ with a menu with links to all subprojects. It didn't happen. Why not ?

Thanks

_________________________________________________________________
MSN Messenger: converse com os seus amigos online. http://messenger.msn.com.br



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



Reply via email to