File tree 3 files changed +20
-9
lines changed
3 files changed +20
-9
lines changed Original file line number Diff line number Diff line change 135
135
<skipTests >true</skipTests >
136
136
</configuration >
137
137
</plugin >
138
- <plugin >
139
- <groupId >org.apache.maven.plugins</groupId >
140
- <artifactId >maven-project-info-reports-plugin</artifactId >
141
- <version >@project-info.plugin@</version >
142
- <configuration >
143
- <dependencyDetailsEnabled >false</dependencyDetailsEnabled >
144
- <dependencyLocationsEnabled >false</dependencyLocationsEnabled >
145
- </configuration >
146
- </plugin >
138
+ <plugin >
139
+ <groupId >org.apache.maven.plugins</groupId >
140
+ <artifactId >maven-project-info-reports-plugin</artifactId >
141
+ <version >@project-info.plugin@</version >
142
+ <configuration >
143
+ <dependencyDetailsEnabled >false</dependencyDetailsEnabled >
144
+ <dependencyLocationsEnabled >false</dependencyLocationsEnabled >
145
+ </configuration >
146
+ </plugin >
147
147
</plugins >
148
148
</pluginManagement >
149
149
<plugins >
Original file line number Diff line number Diff line change 42
42
<artifactId >maven-site-plugin</artifactId >
43
43
<version >@site.plugin@</version >
44
44
</plugin >
45
+ <plugin >
46
+ <groupId >org.apache.maven.plugins</groupId >
47
+ <artifactId >maven-project-info-reports-plugin</artifactId >
48
+ <version >@project-info.plugin@</version >
49
+ </plugin >
45
50
</plugins >
46
51
</build >
47
52
55
60
<plugin >
56
61
<groupId >com.github.spotbugs</groupId >
57
62
<artifactId >spotbugs-maven-plugin</artifactId >
63
+ <version >@pom.version@</version >
58
64
<configuration >
59
65
<xmlOutput >true</xmlOutput >
60
66
</configuration >
Original file line number Diff line number Diff line change 50
50
<artifactId >maven-site-plugin</artifactId >
51
51
<version >@site.plugin@</version >
52
52
</plugin >
53
+ <plugin >
54
+ <groupId >org.apache.maven.plugins</groupId >
55
+ <artifactId >maven-project-info-reports-plugin</artifactId >
56
+ <version >@project-info.plugin@</version >
57
+ </plugin >
53
58
</plugins >
54
59
</build >
55
60
You can’t perform that action at this time.
0 commit comments