try to find a correct maven plugin for dependecy
Signed-off-by: Edouard DUPIN <yui.heero@gmail.com>
This commit is contained in:
parent
b4b6e40250
commit
fe63c6b954
15
pom.xml
15
pom.xml
@ -203,20 +203,15 @@
|
|||||||
</plugin>
|
</plugin>
|
||||||
<!-- For dependabot plugin -->
|
<!-- For dependabot plugin -->
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.servicemix.tooling</groupId>
|
||||||
<artifactId>maven-dependency-plugin</artifactId>
|
<artifactId>depends-maven-plugin</artifactId>
|
||||||
<version>3.6.1</version>
|
<version>1.5.0</version>
|
||||||
<executions>
|
<executions>
|
||||||
<execution>
|
<execution>
|
||||||
<id>generate-dependency-graph</id>
|
<id>generate-depends-file</id>
|
||||||
<phase>compile</phase>
|
|
||||||
<goals>
|
<goals>
|
||||||
<goal>tree</goal>
|
<goal>generate-depends-file</goal>
|
||||||
</goals>
|
</goals>
|
||||||
<configuration>
|
|
||||||
<outputFile>${project.build.directory}/dependency-graph.json</outputFile>
|
|
||||||
<outputType>json</outputType>
|
|
||||||
</configuration>
|
|
||||||
</execution>
|
</execution>
|
||||||
</executions>
|
</executions>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user