From 62c4ee5cf2bb4ff9a1e167ca91370f41e3eff04c Mon Sep 17 00:00:00 2001 From: Benjamin Lefoul Date: Wed, 10 May 2017 10:24:28 +0200 Subject: [PATCH] Disable doclint --- aesh.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aesh.spec b/aesh.spec index 53669de..3f3dfc9 100644 --- a/aesh.spec +++ b/aesh.spec @@ -20,7 +20,7 @@ GNU Readline features. %package javadoc Summary: Javadoc for %{name} -%description javadoc +%description javadoc This package contains the API documentation for %{name}. %prep @@ -35,7 +35,7 @@ rm src/test/java/org/jboss/aesh/parser/ParserTest.java %build # Disable test failure on ARM builder only -%mvn_build -- -Dmaven.test.failure.ignore=true +%mvn_build -- -Dmaven.test.failure.ignore=true -Dadditionalparam="-Xdoclint:none" %install %mvn_install