We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 526697f commit 1e5cc28Copy full SHA for 1e5cc28
lighty-modules/lighty-gnmi/lighty-gnmi-sb/pom.xml
@@ -195,6 +195,24 @@
195
<skip>true</skip>
196
</configuration>
197
</plugin>
198
+ <plugin>
199
+ <groupId>org.apache.maven.plugins</groupId>
200
+ <artifactId>maven-dependency-plugin</artifactId>
201
+ <version>3.8.1</version>
202
+ <executions>
203
+ <execution>
204
+ <id>analyze-declarations</id>
205
+ <goals>
206
+ <goal>analyze-only</goal>
207
+ </goals>
208
+ <configuration>
209
+ <failOnWarning>false</failOnWarning>
210
+ <failOnError>false</failOnError>
211
+ <ignoreNonCompile>true</ignoreNonCompile>
212
+ </configuration>
213
+ </execution>
214
+ </executions>
215
+ </plugin>
216
</plugins>
217
</build>
218
0 commit comments