Checkstyle enforcer
[controller.git] / opendaylight / commons / parent / README
1 This contains a dummy parent project. The use case of this is for
2 example the maven-checkstyle plugin call in commons/opendaylight in
3 there the plugin references the spaces_tabs_checks.xml from the
4 parent, it works well for all the childs of commons/opendaylight
5 artifact but when trying to deploy that one itself it breaks because
6 the plugin section will still refer to the parent when there is no
7 parent.
8 This fake parents allow to still set a parent for the
9 commons/opendaylight even if pretty much empty or limited to the bare
10 minimum and yet allow the commons/opendaylight to reference a parent.