Skip to content

Commit 52c0fe4

Browse files
CopilotjairmyreeLiudmila Molkova
authored
Remove unnecessary Maven plugins from azure-openrewrite pom.xml (#45595)
* Initial plan for issue * Temporary changes for plugin testing and initial results Co-authored-by: jairmyree <[email protected]> * Remove unnecessary Maven plugins from azure-openrewrite pom.xml Co-authored-by: jairmyree <[email protected]> * Remove pom.xml.backup file Co-authored-by: jairmyree <[email protected]> * Add back spotless plugin to azure-openrewrite pom.xml Co-authored-by: jairmyree <[email protected]> * Fix for copilot errors * Restore maven-checkstyle-plugin and spotbugs-maven-plugin Co-authored-by: jairmyree <[email protected]> * Restore missing x-version-update comment for com.azure.v2:azure-core dependency Co-authored-by: jairmyree <[email protected]> * Re-adding removed dependency tag --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: jairmyree <[email protected]> Co-authored-by: Jair Myree <[email protected]> Co-authored-by: Liudmila Molkova <[email protected]>
1 parent 17e28d8 commit 52c0fe4

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

sdk/tools/azure-openrewrite/pom.xml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -338,15 +338,7 @@
338338

339339
<build>
340340
<plugins>
341-
<!--
342-
Used to extract PMD report metrics for the recipes
343-
* Run with mvn pmd:pmd
344-
-->
345-
<plugin>
346-
<groupId>org.apache.maven.plugins</groupId>
347-
<artifactId>maven-pmd-plugin</artifactId>
348-
<version>3.15.0</version>
349-
</plugin>
341+
350342
<!-- generate sources jar -->
351343
<plugin>
352344
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)