File tree 1 file changed +0
-22
lines changed
java/maven/module-info-compiler-maven-plugin
1 file changed +0
-22
lines changed Original file line number Diff line number Diff line change 101
101
</plugins >
102
102
</pluginManagement >
103
103
<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 >
126
104
<plugin >
127
105
<groupId >org.apache.maven.plugins</groupId >
128
106
<artifactId >maven-plugin-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments