Remove PMD/CPD configuration 35/106835/1
authorRobert Varga <robert.varga@pantheon.tech>
Thu, 6 Jul 2023 00:13:32 +0000 (02:13 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Thu, 6 Jul 2023 00:13:32 +0000 (02:13 +0200)
We do not have PMD/CPD plugins configured, there is no need to disable
them.

Change-Id: I05a7ed5978eb54440b6d6009a9ea26af9b29926e
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
binding/mdsal-binding-test-model/pom.xml

index 84400ed6decf3a99d017d3d1ed65625afbe03cf5..bc5ae7eb60c52481e2f271a37e0c977bed3a833c 100644 (file)
     <name>${project.artifactId}</name>
     <description>${project.artifactId}</description>
 
-    <properties>
-        <!-- generated code, let's not bother with these -->
-        <pmd.skip>true</pmd.skip>
-        <cpd.skip>true</cpd.skip>
-    </properties>
-
     <dependencies>
         <dependency>
             <groupId>com.google.guava</groupId>