On Fri, Apr 10, 2009 at 4:06 PM, David Hoffer <[email protected]> wrote: > Yes file:///tmp/website would work but not for the child modules; its in the > child that I have the issue.
It should work, and you shouldn't have to specify a site url in each child module. For example the site at [1] comes from the pom [2] which does not have a distributionManagement section. The url is inherited from the parent, then the artifactId is appended for each child module. [1] http://continuum.apache.org/ref/1.3.2/continuum-core/ [2] http://svn.apache.org/repos/asf/continuum/tags/continuum-1.3.2/continuum-core/pom.xml -- Wendy --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
