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 5
5
<parent >
6
6
<groupId >org.codehaus.plexus</groupId >
7
7
<artifactId >plexus-components</artifactId >
8
- <version >4.0-SNAPSHOT </version >
8
+ <version >4.0</version >
9
9
</parent >
10
10
11
11
<artifactId >plexus-resources</artifactId >
51
51
</dependencies >
52
52
53
53
<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 >
54
63
<plugins >
55
64
<plugin >
56
65
<groupId >org.apache.maven.plugins</groupId >
70
79
</plugin >
71
80
</plugins >
72
81
</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
+
73
93
</project >
You can’t perform that action at this time.
0 commit comments