enable test suite

This commit is contained in:
gil 2015-10-13 03:04:06 +02:00
parent 07eedebb76
commit 50618bce98

View File

@ -37,7 +37,7 @@ Summary: API documentation for %{name}
This package contains the API documentation for %{name}.
%prep
%setup -q -n %{name}-%{name}-%{version}
%setup -q -n %{name}-%{version}
# remove any bundled libs
find -name *.jar -delete
@ -49,7 +49,7 @@ find -name *.class -delete
%pom_remove_plugin :maven-javadoc-plugin
# test deps not in Fedora
%pom_remove_dep org.assertj:assertj-core
#%% pom_remove_dep org.assertj:assertj-core
# plugins not in Fedora
%pom_remove_plugin com.coderplus.maven.plugins:copy-rename-maven-plugin
@ -61,8 +61,8 @@ mv ./src/main/resources/org/testng/internal/VersionTemplateJava ./src/main/resou
%mvn_alias : :::jdk15:
%build
# TODO build tests when assetj-core becomes available
%mvn_build -f -- -Dmaven.local.debug=true
# TODO build tests when assetj-core becomes available -f
%mvn_build -- -Dmaven.local.debug=true
%install
%mvn_install