File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 47
47
<maven-release-plugin .version>3.0.1</maven-release-plugin .version>
48
48
<maven-enforcer-plugin .version>3.4.1</maven-enforcer-plugin .version>
49
49
50
+ <pomchecker-maven-plugin .version>1.7.0</pomchecker-maven-plugin .version>
50
51
<nexus-staging-plugin .version>1.6.13</nexus-staging-plugin .version>
51
52
<jacoco .version>0.8.12</jacoco .version>
52
53
<spotless .version>2.43.0</spotless .version>
152
153
<artifactId >flatten-maven-plugin</artifactId >
153
154
<version >${maven-flatten-plugin.version} </version >
154
155
</plugin >
156
+ <plugin >
157
+ <groupId >org.kordamp.maven</groupId >
158
+ <artifactId >pomchecker-maven-plugin</artifactId >
159
+ <version >${pomchecker-maven-plugin.version} </version >
160
+ </plugin >
155
161
<plugin >
156
162
<groupId >org.sonatype.plugins</groupId >
157
163
<artifactId >nexus-staging-maven-plugin</artifactId >
171
177
<release >${jdk.version} </release >
172
178
</configuration >
173
179
</plugin >
180
+ <plugin >
181
+ <groupId >org.kordamp.maven</groupId >
182
+ <artifactId >pomchecker-maven-plugin</artifactId >
183
+ </plugin >
174
184
<plugin >
175
185
<groupId >org.sonatype.plugins</groupId >
176
186
<artifactId >nexus-staging-maven-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments