I would like to add some common configuration files like checkstyle rules, findbug rules, PMD rules etc., to one maven project and refer to these files in other maven projects.
Is there a way this can be done in Maven?
I would like to add some common configuration files like checkstyle rules, findbug rules, PMD rules etc., to one maven project and refer to these files in other maven projects.
Is there a way this can be done in Maven?