Fridrich Strba 2019-11-21 23:24:07 +00:00 committed by Git OBS Bridge
parent 5f0f939bf3
commit 208c0b7a56

View File

@ -1,7 +1,7 @@
#
# spec file for package maven
# spec file for package maven-jar-plugin
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -106,7 +106,7 @@ build-jar-repository -s lib \
%else
xmvn --batch-mode --offline \
-Dmaven.test.skip=true -DmavenVersion=3.1.1 \
package org.apache.maven.plugins:maven-javadoc-plugin:aggregate
package
%endif
%{mvn_artifact} pom.xml target/%{base_name}-%{version}.jar
@ -120,10 +120,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