Skip to content

Commit

Permalink
feat(policy-api):[#639] undo accidentally uncommenting
Browse files Browse the repository at this point in the history
  • Loading branch information
dsmf committed Jul 8, 2024
1 parent 2255b91 commit 0285174
Showing 1 changed file with 23 additions and 23 deletions.
46 changes: 23 additions & 23 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -269,29 +269,29 @@
</execution>
</executions>
</plugin>
<!-- <plugin>-->
<!-- <groupId>org.apache.maven.plugins</groupId>-->
<!-- <artifactId>maven-pmd-plugin</artifactId>-->
<!-- <version>${pmd-plugin.version}</version>-->
<!-- <configuration>-->
<!-- &lt;!&ndash; enable incremental analysis &ndash;&gt;-->
<!-- <analysisCache>true</analysisCache>-->
<!-- <printFailingErrors>true</printFailingErrors>-->
<!-- <rulesets>-->
<!-- <ruleset>../.config/pmd-rules.xml</ruleset>-->
<!-- </rulesets>-->
<!-- <excludeRoots>-->
<!-- <excludeRoot>target/generated-sources</excludeRoot>-->
<!-- </excludeRoots>-->
<!-- </configuration>-->
<!-- <executions>-->
<!-- <execution>-->
<!-- <goals>-->
<!-- <goal>check</goal>-->
<!-- </goals>-->
<!-- </execution>-->
<!-- </executions>-->
<!-- </plugin>-->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-pmd-plugin</artifactId>
<version>${pmd-plugin.version}</version>
<configuration>
<!-- enable incremental analysis -->
<analysisCache>true</analysisCache>
<printFailingErrors>true</printFailingErrors>
<rulesets>
<ruleset>../.config/pmd-rules.xml</ruleset>
</rulesets>
<excludeRoots>
<excludeRoot>target/generated-sources</excludeRoot>
</excludeRoots>
</configuration>
<executions>
<execution>
<goals>
<goal>check</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.owasp</groupId>
<artifactId>dependency-check-maven</artifactId>
Expand Down

0 comments on commit 0285174

Please sign in to comment.