Skip to content

Commit 1e5cc28

Browse files
committed
TO DROP - do not fail on maven-dependency-plugin
1 parent 526697f commit 1e5cc28

File tree

1 file changed

+18
-0
lines changed
  • lighty-modules/lighty-gnmi/lighty-gnmi-sb

1 file changed

+18
-0
lines changed

lighty-modules/lighty-gnmi/lighty-gnmi-sb/pom.xml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,24 @@
195195
<skip>true</skip>
196196
</configuration>
197197
</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>
198216
</plugins>
199217
</build>
200218

0 commit comments

Comments
 (0)