Skip pmd/cpd/spotbugs 46/93546/2
authorRobert Varga <robert.varga@pantheon.tech>
Sun, 1 Nov 2020 17:13:06 +0000 (18:13 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Sun, 1 Nov 2020 17:30:51 +0000 (18:30 +0100)
This is just generated code, there is no point in running these.

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

index 781a02f48dfe4179801572990f07881e9ce6db25..0a0dd3e8837c0b946e956c15db73afd6a79435e9 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>org.opendaylight.mdsal.model</groupId>