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_xpath_remove pom:project/pom:parent/pom:relativePath
|
||||||
%pom_remove_dep :::test:
|
%pom_remove_dep :::test:
|
||||||
|
%pom_change_dep :::provided: :::compile:
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%if %{with bootstrap}
|
%if %{with bootstrap}
|
||||||
@ -179,7 +180,7 @@ build-jar-repository -s lib \
|
|||||||
%else
|
%else
|
||||||
xmvn --batch-mode --offline \
|
xmvn --batch-mode --offline \
|
||||||
-Dmaven.test.skip=true -DmavenVersion=3.5.0 \
|
-Dmaven.test.skip=true -DmavenVersion=3.5.0 \
|
||||||
package org.apache.maven.plugins:maven-javadoc-plugin:aggregate
|
package
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%{mvn_artifact} pom.xml target/%{base_name}-%{version}.jar
|
%{mvn_artifact} pom.xml target/%{base_name}-%{version}.jar
|
||||||
@ -192,10 +193,10 @@ xmvn --batch-mode --offline \
|
|||||||
%license LICENSE
|
%license LICENSE
|
||||||
%doc NOTICE
|
%doc NOTICE
|
||||||
|
|
||||||
%if %{without bootstrap}
|
#%if %{without bootstrap}
|
||||||
%files javadoc -f .mfiles-javadoc
|
#%files javadoc -f .mfiles-javadoc
|
||||||
%license LICENSE
|
#%license LICENSE
|
||||||
%doc NOTICE
|
#%doc NOTICE
|
||||||
%endif
|
#%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user