forked from pool/maven-javadoc-plugin
This commit is contained in:
parent
a0a6c6735f
commit
49075ced15
File diff suppressed because it is too large
Load Diff
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user