File tree Expand file tree Collapse file tree 1 file changed +21
-1
lines changed Expand file tree Collapse file tree 1 file changed +21
-1
lines changed Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >org.codehaus.plexus</groupId >
77 <artifactId >plexus-components</artifactId >
8- <version >4.0-SNAPSHOT </version >
8+ <version >4.0</version >
99 </parent >
1010
1111 <artifactId >plexus-resources</artifactId >
5151 </dependencies >
5252
5353 <build >
54+ <pluginManagement >
55+ <plugins >
56+ <plugin >
57+ <groupId >org.apache.maven.plugins</groupId >
58+ <artifactId >maven-site-plugin</artifactId >
59+ <version >3.4</version >
60+ </plugin >
61+ </plugins >
62+ </pluginManagement >
5463 <plugins >
5564 <plugin >
5665 <groupId >org.apache.maven.plugins</groupId >
7079 </plugin >
7180 </plugins >
7281 </build >
82+
83+ <reporting >
84+ <plugins >
85+ <plugin >
86+ <groupId >org.codehaus.mojo</groupId >
87+ <artifactId >findbugs-maven-plugin</artifactId >
88+ <version >3.0.4</version >
89+ </plugin >
90+ </plugins >
91+ </reporting >
92+
7393</project >
You can’t perform that action at this time.
0 commit comments