[jenkins] 16/32: Disable animal-sniffer checking
James Downing Page
jamespage at alioth.debian.org
Tue Aug 13 11:46:56 UTC 2013
This is an automated email from the git hooks/post-receive script.
jamespage pushed a commit to branch master
in repository jenkins.
commit 3d250686295740b8d70eeef31dc55dcfd3d1b6d5
Author: James Page <james.page at ubuntu.com>
Date: Mon Aug 12 12:34:35 2013 +0100
Disable animal-sniffer checking
---
...ble-animal-sniffer-compatibility-checking.patch | 22 ++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/debian/patches/0021-Disable-animal-sniffer-compatibility-checking.patch b/debian/patches/0021-Disable-animal-sniffer-compatibility-checking.patch
new file mode 100644
index 0000000..cc53397
--- /dev/null
+++ b/debian/patches/0021-Disable-animal-sniffer-compatibility-checking.patch
@@ -0,0 +1,22 @@
+From: James Page <james.page at ubuntu.com>
+Date: Mon, 12 Aug 2013 12:33:04 +0100
+Subject: Disable animal-sniffer compatibility checking
+
+Limited value in distro package build and causing compilation failures.
+---
+ pom.xml | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/pom.xml b/pom.xml
+index 8eaecdd..2ba4629 100644
+--- a/pom.xml
++++ b/pom.xml
+@@ -550,7 +550,7 @@ THE SOFTWARE.
+ <prepareVerifyArgs>-P release,sign</prepareVerifyArgs>
+ <!-- work around for a bug in javadoc plugin that causes the release to fail. see MRELEASE-271 -->
+ <preparationGoals>clean install</preparationGoals>
+- <goals>-DskipTests -Danimal.sniffer.skip=false javadoc:javadoc deploy javadoc:aggregate</goals>
++ <goals>-DskipTests -Danimal.sniffer.skip=true javadoc:javadoc deploy javadoc:aggregate</goals>
+ <pushChanges>false</pushChanges>
+ <localCheckout>true</localCheckout>
+ <tagNameFormat>jenkins-@{project.version}</tagNameFormat>
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jenkins.git
More information about the pkg-java-commits
mailing list