Package: jackson-dataformat-yaml / 2.8.6-1

0003-ignore-integration-tests.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Description: Ignore the integration tests due to missing libraries
Author: Emmanuel Bourg <ebourg@apache.org>
Forwarded: not-needed
--- a/pom.xml
+++ b/pom.xml
@@ -175,6 +175,15 @@
             </includes>
           </configuration>
         </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-compiler-plugin</artifactId>
+        <configuration>
+          <testExcludes>
+            <testExclude>**/OSGiIT.java</testExclude>
+          </testExcludes>
+        </configuration>
+      </plugin>
     </plugins>
   </build>