You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Aaron Digulla <di...@hepe.com> on 2007/01/16 16:19:09 UTC

Strange bug in site plugin

I have a strange behavior in the site plugin. My project is made up of a lot
of modules.

If I run "mvn site" in the parent, I get a full list of dependencies in the
generated site (dependencies.html and dependency-convergence.html) and all
problems with them (SNAPSHOTS, different versions of dependencies in
different modules, etc). 

Unfortunately, the list of modules is empty, so I can't browse the modules
themselves.

When I run "mvn site -N" (which doesn't build the modules), I get a working
index.html with all modules but the dependencies are empty.

What is going on?

Note: The module POMs are not children of the parent; I have POMs with
settings and each project inherits from them. The POM in the parent
directory of the modules is just to define the build order.

Regards,

-- 
Aaron Digulla
-- 
View this message in context: http://www.nabble.com/Strange-bug-in-site-plugin-tf3021504s177.html#a8391835
Sent from the Maven - Users mailing list archive at Nabble.com.


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