I notice that specifying a pom type dependency on a pom that has child modules (e.g. it's a pom type) does not include those dependencies nor their transitive dependencies. However a pom type dependency on a pom that is not of pom type itself does bring in that dependency and its transitive dependencies.
Is this expected behavior? Is it configurable? -Dave