Re: mvn site for parent does not create site info for children?

2005-11-08 Thread Jeff Jensen
What goal did you run? Only "site:deploy" will do what you are looking for. Running "site" only does the site build. The goals for each plugin are listed on the Maven plugin docs. Here is the one for site: http://maven.apache.org/plugins/maven-site-plugin/ Quoting Dietrich Schulten <[EMAIL PR

Re: mvn site for parent does not create site info for children?

2005-11-08 Thread Dietrich Schulten
Something seems to be wrong. I defined: enter-easy file://G:/entereasy/trunk/EnterEasyServer/target/mysite but no folder mysite is created, rather everything goes to the respective target/site folders of each module. It seems that the site url is ignored. Or do I miss something? Regards, Die

RE: mvn site for parent does not create site info for children?

2005-10-31 Thread Yann Le Du
Hi Dietrich, Calling mvn site on the parent also creates sites for modules (if you don't provide a site url for the module, it will be parentSiteUrl/module). Automatically creating links between parent and modules is due for 2.0.1 : http://jira.codehaus.org/browse/MNG-661 Regards, Yann --- Diet

mvn site for parent does not create site info for children?

2005-10-31 Thread Dietrich Schulten
Hi, does the site plugin only work for single projects or can I use it with a parent POM to create a site for the whole project tree? mvn site on the parent seems to create a site without any links to the submodules. Regards, Dietrich