Skip to content

Commit bfecb67

Browse files
committed
Do not use dependency analyze when compiling plugins
It is not correctly getting skipped.
1 parent 3b6dd72 commit bfecb67

File tree

1 file changed

+0
-22
lines changed
  • java/maven/module-info-compiler-maven-plugin

1 file changed

+0
-22
lines changed

java/maven/module-info-compiler-maven-plugin/pom.xml

-22
Original file line numberDiff line numberDiff line change
@@ -101,28 +101,6 @@
101101
</plugins>
102102
</pluginManagement>
103103
<plugins>
104-
<plugin>
105-
<groupId>org.apache.maven.plugins</groupId>
106-
<artifactId>maven-dependency-plugin</artifactId>
107-
<executions>
108-
<execution>
109-
<id>analyze</id>
110-
<phase>verify</phase>
111-
<goals>
112-
<goal>analyze-only</goal>
113-
</goals>
114-
<configuration>
115-
<!--
116-
The dependency on org.glavo.module-info-compile is incorrectly
117-
being reported as unused when running the Windows 2022 CI agent only.
118-
Ignoring this dependency specifically is not happening on that agent either
119-
so skip the plugin entirely.
120-
-->
121-
<skip>true</skip>
122-
</configuration>
123-
</execution>
124-
</executions>
125-
</plugin>
126104
<plugin>
127105
<groupId>org.apache.maven.plugins</groupId>
128106
<artifactId>maven-plugin-plugin</artifactId>

0 commit comments

Comments
 (0)