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 PROTECTED]>: > Something seems to be wrong. I defined: > > <distributionManagement> > <site> > <id>enter-easy</id> > <url>file://G:/entereasy/trunk/EnterEasyServer/target/mysite</url> > </site> > </distributionManagement> > > 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, > Dietrich > > Yann Le Du schrieb: > > 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 > > > > --- Dietrich Schulten <[EMAIL PROTECTED]> a écrit : > > > > > >>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 > >> > >> > >>>--------------------------------------------------------------------- > >> > >>To unsubscribe, e-mail: [EMAIL PROTECTED] > >>For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > > > > > > > > > > > ___________________________________________________________________________ > > Appel audio GRATUIT partout dans le monde avec le nouveau Yahoo! Messenger > > Téléchargez cette version sur http://fr.messenger.yahoo.com > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
