1
0
Fridrich Strba 2019-11-21 21:28:21 +00:00 committed by Git OBS Bridge
parent a0a6c6735f
commit 49075ced15
2 changed files with 8077 additions and 3874 deletions

File diff suppressed because it is too large Load Diff

View File

@ -128,6 +128,7 @@ cp %{SOURCE1} build.xml
%pom_xpath_remove pom:project/pom:parent/pom:relativePath
%pom_remove_dep :::test:
%pom_change_dep :::provided: :::compile:
%build
%if %{with bootstrap}
@ -179,7 +180,7 @@ build-jar-repository -s lib \
%else
xmvn --batch-mode --offline \
-Dmaven.test.skip=true -DmavenVersion=3.5.0 \
package org.apache.maven.plugins:maven-javadoc-plugin:aggregate
package
%endif
%{mvn_artifact} pom.xml target/%{base_name}-%{version}.jar
@ -192,10 +193,10 @@ xmvn --batch-mode --offline \
%license LICENSE
%doc NOTICE
%if %{without bootstrap}
%files javadoc -f .mfiles-javadoc
%license LICENSE
%doc NOTICE
%endif
#%if %{without bootstrap}
#%files javadoc -f .mfiles-javadoc
#%license LICENSE
#%doc NOTICE
#%endif
%changelog