Skip to content

Commit 00e77b6

Browse files
committed
skip PMD plugin for generated-sources folder
[skip ci]
1 parent 02a4911 commit 00e77b6

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,9 @@ limitations under the License.
210210
<configuration>
211211
<printFailingErrors>true</printFailingErrors>
212212
<linkXRef>false</linkXRef>
213+
<excludeRoots>
214+
<excludeRoot>target/generated-sources</excludeRoot>
215+
</excludeRoots>
213216
</configuration>
214217
</plugin>
215218
<plugin>

0 commit comments

Comments
 (0)