quattor / maven-tools

Maven-based Build Tools
www.quattor.org
Apache License 2.0
3 stars 12 forks source link

Add support for site specific component configuration to component configs #109

Closed jrha closed 7 years ago

jrha commented 7 years ago

Every component should contain the following in its config.pan.

include if_exists('component/${project.artifactId}/site_config.pan');

To allow sites to override default settings (e.g. dispatch) if required.