Compare commits

...
This repository has been archived on 2026-01-16. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.

2 commits

Author SHA1 Message Date
Benjamin Lefoul
0f8455b527 Use 1.7 target 2017-05-10 16:02:41 +02:00
Benjamin Lefoul
62c4ee5cf2 Disable doclint 2017-05-10 10:24:28 +02:00

View file

@ -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
@ -32,10 +32,16 @@ rm -r *gradle*
# This test @ random fails (koji only)
# ComparisonFailure: expected:<[]foo> but was:<[$<2>]foo>
rm src/test/java/org/jboss/aesh/parser/ParserTest.java
%pom_add_plugin org.apache.maven.plugins:maven-compiler-plugin pom.xml "
<configuration>
<source>1.7</source>
<target>1.7</target>
</configuration>
"
%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