2008/8/14 Thomas Joseph <[EMAIL PROTECTED]> > Hi All, > > I was trying to generate the pax-construct site with "mvn site", but > somehow I was not able to get the links under the "M2 Plugins" functional. > > Am I missing something? >
"mvn site" generates local site documentation for each project under "target/site" however, links between projects will not be correct because they are relative to the "target/site" folder - it is only when the site is deployed, or staged, that the links are fixed. This is the normal behaviour of the maven-site-plugin. Try using the following command: mvn site-deploy -Psite "-DdistributionScheme=file:///tmp" and you should find the complete pax-construct site (with working links) under: /tmp/var/http/www.ops4j.org/projects/pax/construct/index.html HTH NB: I had just updated all the Pax projects from the SVN. > > -- > -- > Thanks and Regards, > > Thomas Joseph > ------------------------------------------------------------ > Promote Open Source - Promote Liberty of Ideas and Software. > ------------------------------------------------------------ > > _______________________________________________ > general mailing list > [email protected] > http://lists.ops4j.org/mailman/listinfo/general > > -- Cheers, Stuart
_______________________________________________ general mailing list [email protected] http://lists.ops4j.org/mailman/listinfo/general
