File tree 3 files changed +19
-13
lines changed 3 files changed +19
-13
lines changed Original file line number Diff line number Diff line change 20
20
- name : Build all modules
21
21
run : mvn -B package
22
22
- name : Generate dependency graph
23
- run : mvn com.github.ferstl:depgraph-maven-plugin:graph
23
+ run : mvn com.github.ferstl:depgraph-maven-plugin:aggregate
24
+ - name : Debug Dependency Graph
25
+ run : cat target/dependency-graph.dot || echo "Dependency graph is empty"
24
26
- name : Update dependency graph
25
- uses : advanced-security/maven-dependency-submission-action@571e99aab1055c2e71a1e2309b9691de18d6b7d6
26
-
27
+ uses : advanced-security/maven-dependency-submission-action@v1
Original file line number Diff line number Diff line change 45
45
</plugin >
46
46
</plugins >
47
47
</pluginManagement >
48
-
48
+
49
49
<plugins >
50
50
<plugin >
51
51
<groupId >com.github.ferstl</groupId >
52
52
<artifactId >depgraph-maven-plugin</artifactId >
53
53
<version >4.0.3</version >
54
+ <executions >
55
+ <execution >
56
+ <goals >
57
+ <goal >aggregate</goal >
58
+ </goals >
59
+ </execution >
60
+ </executions >
61
+ <configuration >
62
+ <scope >compile</scope >
63
+ <includeParentProjects >true</includeParentProjects >
64
+ <includes >
65
+ <include >com.jep:*</include >
66
+ </includes >
67
+ </configuration >
54
68
</plugin >
55
69
</plugins >
56
70
</build >
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments