OBS-URL: https://build.opensuse.org/package/show/Java:packages/maven-resources-plugin?expand=0&rev=10
This commit is contained in:
parent
e7dd6b1a27
commit
589bdfb9ae
@ -104,8 +104,8 @@ build-jar-repository -s lib \
|
|||||||
%{ant} -Dtest.skip=true jar
|
%{ant} -Dtest.skip=true jar
|
||||||
%else
|
%else
|
||||||
xmvn --batch-mode --offline \
|
xmvn --batch-mode --offline \
|
||||||
-Dmaven.test.skip=true \
|
-Dmaven.test.skip=true -Dmaven.compiler.release=7 \
|
||||||
package
|
package org.apache.maven.plugins:maven-javadoc-plugin:aggregate
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%{mvn_artifact} pom.xml target/%{base_name}-%{version}.jar
|
%{mvn_artifact} pom.xml target/%{base_name}-%{version}.jar
|
||||||
@ -117,9 +117,9 @@ xmvn --batch-mode --offline \
|
|||||||
%files -f .mfiles
|
%files -f .mfiles
|
||||||
%license LICENSE NOTICE
|
%license LICENSE NOTICE
|
||||||
|
|
||||||
#%if %{without bootstrap}
|
%if %{without bootstrap}
|
||||||
#%files javadoc -f .mfiles-javadoc
|
%files javadoc -f .mfiles-javadoc
|
||||||
#%license LICENSE NOTICE
|
%license LICENSE NOTICE
|
||||||
#%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user