Fridrich Strba 2019-04-01 06:16:34 +00:00 committed by Git OBS Bridge
parent ef74bd9193
commit 6d5df3b766
3 changed files with 11 additions and 2 deletions

3
_multibuild Normal file
View File

@ -0,0 +1,3 @@
<multibuild>
<package>bootstrap</package>
</multibuild>

View File

@ -16,8 +16,13 @@
#
%global base_name maven-jar-plugin
%global flavor @BUILD_FLAVOR@%{nil}
%if "%{flavor}" == "bootstrap"
%bcond_without bootstrap
%else
%bcond_with bootstrap
%endif
%global base_name maven-jar-plugin
Version: 3.1.0
Release: 0
Summary: Maven JAR Plugin

View File

@ -1,7 +1,8 @@
-------------------------------------------------------------------
Mon Apr 1 05:41:53 UTC 2019 - Fridrich Strba <fstrba@suse.com>
- Initial packaging of maven-jar-plugin 3.1.0
- Initial packaging of maven-jar-plugin 3.1.0 as a multibuild
package in order to be able to bootstrap a repository
- Generate and customize maven build.xml file for the bootstrap
variant
- Added patch: