1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
|
Description: skipping a test that would need unpackaged mockito classes
Author: Pierre Gruet <pgt@debian.org>
Forwarded: not-needed
Last-Update: 2024-09-30
--- a/pf4j/pom.xml
+++ b/pf4j/pom.xml
@@ -73,6 +73,8 @@
<exclude>**/JavaFileObjectClassLoader.java</exclude>
<exclude>**/JavaFileObjectDataProvider.java</exclude>
<exclude>**/JavaSources.java</exclude>
+ <!-- Missing mockito classes -->
+ <exclude>**/LoggingPluginStateListenerTest.java</exclude>
</testExcludes>
</configuration>
</execution>
|