# pmd-examples **Repository Path**: mirrors_pmd/pmd-examples ## Basic Information - **Project Name**: pmd-examples - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2026-02-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Example projects for using PMD and creating custom rules This repository contains separate folders for specific use cases: * Creating Custom Rules * For Java: [custom-rules/maven-java/](custom-rules/maven-java/) * For PLSQL: [custom-rules/maven-plsql/](custom-rules/maven-plsql/) * For Java, but without maven: [custom-rules/plain-java/](custom-rules/plain-java/) * Using PMD * With Maven: [maven/simple-project/](maven/simple-project/) * With Gradle: [gradle/simple-project/](gradle/simple-project/) * With Ant: [ant/simple-project/](ant/simple-project/)