[ 
https://issues.apache.org/jira/browse/WICKET-952?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12538929
 ] 

Gerolf Seitz commented on WICKET-952:
-------------------------------------

first, you can take a look at the endresult here: 
http://people.apache.org/~gseitz/wicket/Wicket%20Parent/
a site is created for every module (except jdk-1.4/5), with each site 
containing:
:: Description of the module (thouth missing for most modules, iirc)
:: Dependencies (to finally shut the maven-haters up)
:: JavaDoc
(:: link to svn access, issues tracker, mailinglists)

the task of the maven plugin is to modify the module hierarchy at runtime so 
that wicket-* modules become direct children of wicket-parent. since the 
modules "jdk-1.4/5" are only used to structure the modules, they should be left 
out for site creation.

as you can see at my p.a.o wicket-site, the names of the modules are used 
instead of the id, which leads to long names with lot's of spaces (e.g "Wicket 
Spring Integration through Annotations"). but actually, this shouldn't be too 
much of a problem

the entire generated site is about 10MB zipped with full compression.

> provide the means to generate site with maven-site-plugin
> ---------------------------------------------------------
>
>                 Key: WICKET-952
>                 URL: https://issues.apache.org/jira/browse/WICKET-952
>             Project: Wicket
>          Issue Type: Improvement
>          Components: site
>    Affects Versions: 1.3.0-beta3
>            Reporter: Gerolf Seitz
>            Assignee: Gerolf Seitz
>             Fix For: 1.3.0-beta5
>
>         Attachments: mvn_site.patch
>
>
> only once:
> # apply patch from WICKET-941 to wicket-common to fix layout issues
> # apply this patch to trunk
> for every release:
> # run "mvn clean site:stage -Psite -DstagingDirectory=<absolute path here>" 
> in trunk

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to