Fridrich Strba 2019-11-21 23:32:57 +00:00 committed by Git OBS Bridge
parent 507fee8269
commit e7dd6b1a27

View File

@ -1,7 +1,7 @@
#
# spec file for package maven
# spec file for package maven-resources-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
@ -105,7 +105,7 @@ build-jar-repository -s lib \
%else
xmvn --batch-mode --offline \
-Dmaven.test.skip=true \
package org.apache.maven.plugins:maven-javadoc-plugin:aggregate
package
%endif
%{mvn_artifact} pom.xml target/%{base_name}-%{version}.jar
@ -117,9 +117,9 @@ xmvn --batch-mode --offline \
%files -f .mfiles
%license LICENSE NOTICE
%if %{without bootstrap}
%files javadoc -f .mfiles-javadoc
%license LICENSE NOTICE
%endif
#%if %{without bootstrap}
#%files javadoc -f .mfiles-javadoc
#%license LICENSE NOTICE
#%endif
%changelog