enable test suite
This commit is contained in:
parent
07eedebb76
commit
50618bce98
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user