From c4d04652a54468fb328de78e1af5fd437049c1aa Mon Sep 17 00:00:00 2001 From: James Duong Date: Sun, 26 Nov 2023 07:00:00 -0800 Subject: [PATCH] Do not use dependency analyze when compiling plugins It is not correctly getting skipped. --- .../module-info-compiler-maven-plugin/pom.xml | 22 ------------------- java/maven/pom.xml | 22 ------------------- 2 files changed, 44 deletions(-) diff --git a/java/maven/module-info-compiler-maven-plugin/pom.xml b/java/maven/module-info-compiler-maven-plugin/pom.xml index 6cd72edb095b3..ce598fc7f0f87 100644 --- a/java/maven/module-info-compiler-maven-plugin/pom.xml +++ b/java/maven/module-info-compiler-maven-plugin/pom.xml @@ -101,28 +101,6 @@ - - org.apache.maven.plugins - maven-dependency-plugin - - - analyze - verify - - analyze-only - - - - true - - - - org.apache.maven.plugins maven-plugin-plugin diff --git a/java/maven/pom.xml b/java/maven/pom.xml index 3119fc341876b..86ac402732bc4 100644 --- a/java/maven/pom.xml +++ b/java/maven/pom.xml @@ -268,28 +268,6 @@ false - - org.apache.maven.plugins - maven-dependency-plugin - - - analyze - verify - - analyze-only - - - true - true - - - javax.annotation:javax.annotation-api:* - org.apache.hadoop:hadoop-client-api - - - - - org.cyclonedx cyclonedx-maven-plugin