File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change 214
214
</execution >
215
215
</executions >
216
216
</plugin >
217
+ <plugin >
218
+ <groupId >com.github.siom79.japicmp</groupId >
219
+ <artifactId >japicmp-maven-plugin</artifactId >
220
+ <version >0.9.3</version >
221
+ <configuration >
222
+ <parameter >
223
+ <onlyModified >true</onlyModified >
224
+ <onlyBinaryIncompatible >true</onlyBinaryIncompatible >
225
+ <ignoreMissingClassesByRegularExpressions >
226
+ <ignoreMissingClassesByRegularExpression >org.bouncycastle.*</ignoreMissingClassesByRegularExpression >
227
+ </ignoreMissingClassesByRegularExpressions >
228
+ </parameter >
229
+ </configuration >
230
+ <executions >
231
+ <execution >
232
+ <phase >verify</phase >
233
+ <goals >
234
+ <goal >cmp</goal >
235
+ </goals >
236
+ </execution >
237
+ </executions >
238
+ </plugin >
217
239
</plugins >
218
240
</build >
219
241
You can’t perform that action at this time.
0 commit comments