refarch-pmd
Used in: 0 components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
Overview
Description
Default RefArch configuration for PMD
Snippets
<dependency> <groupId>de.muenchen.refarch.tools</groupId> <artifactId>refarch-pmd</artifactId> <version>1.1.0</version> </dependency>
Maven POM File
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>de.muenchen.refarch</groupId> <artifactId>refarch-tools</artifactId> <version>1.1.0</version> </parent> <groupId>de.muenchen.refarch.tools</groupId> <artifactId>refarch-pmd</artifactId> <name>refarch-pmd</name> <description>Default RefArch configuration for PMD</description> </project>