All Downloads are FREE. Search and download functionalities are using the official Maven repository.

rulesets.pom.basic.xml Maven / Gradle / Ivy

<?xml version="1.0"?>

<ruleset name="Basic POM"
    xmlns="http://pmd.sourceforge.net/ruleset/2.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://pmd.sourceforge.net/ruleset/2.0.0 https://pmd.sourceforge.io/ruleset_2_0_0.xsd">
  <description>
The Basic POM Ruleset contains a collection of good practices regarding Maven's POM files.
  </description>

    <rule ref="category/pom/errorprone.xml/InvalidDependencyTypes" deprecated="true" />
    <rule ref="category/pom/errorprone.xml/ProjectVersionAsDependencyVersion" deprecated="true" />

</ruleset>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy