[jackson-dataformat-yaml] 07/08: Ignore the integration tests
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Mon Apr 11 11:13:07 UTC 2016
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository jackson-dataformat-yaml.
commit e744101695332ab6deb2b0950794ae33cacc6adb
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Mon Apr 11 13:07:21 2016 +0200
Ignore the integration tests
---
debian/changelog | 1 +
debian/patches/0003-ignore-integration-tests.patch | 21 +++++++++++++++++++++
debian/patches/series | 1 +
3 files changed, 23 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 38cbd81..4dfd908 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ jackson-dataformat-yaml (2.7.3-1) UNRELEASED; urgency=medium
- Refreshed the patches
- Depend on libyaml-snake-java (>= 1.15)
- Updated the Maven rules
+ - Ignore the integration tests (missing dependencies)
* Standards-Version updated to 3.9.8 (no changes)
* Use secure Vcs-* fields
diff --git a/debian/patches/0003-ignore-integration-tests.patch b/debian/patches/0003-ignore-integration-tests.patch
new file mode 100644
index 0000000..926b30a
--- /dev/null
+++ b/debian/patches/0003-ignore-integration-tests.patch
@@ -0,0 +1,21 @@
+Description: Ignore the integration tests due to missing libraries
+Author: Emmanuel Bourg <ebourg at apache.org>
+Forwarded: not-needed
+--- a/pom.xml
++++ b/pom.xml
+@@ -205,6 +205,15 @@
+ <version>2.3.5</version>
+ <extensions>true</extensions>
+ </plugin>
++ <plugin>
++ <groupId>org.apache.maven.plugins</groupId>
++ <artifactId>maven-compiler-plugin</artifactId>
++ <configuration>
++ <testExcludes>
++ <testExclude>**/OSGiIT.java</testExclude>
++ </testExcludes>
++ </configuration>
++ </plugin>
+ </plugins>
+ </build>
+
diff --git a/debian/patches/series b/debian/patches/series
index 5bf5199..363f6b3 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
0001-Fix-bundle-build.patch
0002-depend-on-junit.patch
+0003-ignore-integration-tests.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jackson-dataformat-yaml.git
More information about the pkg-java-commits
mailing list