Hi all, 

my project is like the following

--gide-parent
        |__ui-parent
                |__services
                        |__generator
                        |__interfaces
                        |__transfer-objects
                        |__....
        |__backend-parent
                |__...

During developement phase, all submodules are build, all with a SNAPSHOT 
version.

Coming to the end of a developement-phase, some of the sub-modules get 
stable versions, for example the generator sub-module.
Therefore, they are excluded from the <modules> section in their parent 
pom.xml.

How can I release only some sub-modules but keeping the complete list in 
the modules section in the generated *.html files ?
I want an 'easy-to-navigate' website from top-down, where all my modules 
appear - regardless if they are still released or SNAPSHOT-versions or 
currently part of my multi-module-build.

How do others handle that in large, realworld projects?

Thanx, Torsten

Reply via email to