From 6d5df3b766447d6bf513e8aec03fe59ced4e5e37fe14b8d494e1dbb26a69c560 Mon Sep 17 00:00:00 2001 From: Fridrich Strba Date: Mon, 1 Apr 2019 06:16:34 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/Java:packages/maven-jar-plugin?expand=0&rev=2 --- _multibuild | 3 +++ maven-jar-plugin.spec | 7 ++++++- maven-plugin-plugin-bootstrap.changes | 3 ++- 3 files changed, 11 insertions(+), 2 deletions(-) create mode 100644 _multibuild diff --git a/_multibuild b/_multibuild new file mode 100644 index 0000000..93032d2 --- /dev/null +++ b/_multibuild @@ -0,0 +1,3 @@ + + bootstrap + diff --git a/maven-jar-plugin.spec b/maven-jar-plugin.spec index 9a0a073..a101a24 100644 --- a/maven-jar-plugin.spec +++ b/maven-jar-plugin.spec @@ -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 diff --git a/maven-plugin-plugin-bootstrap.changes b/maven-plugin-plugin-bootstrap.changes index 6dfdafe..db4f015 100644 --- a/maven-plugin-plugin-bootstrap.changes +++ b/maven-plugin-plugin-bootstrap.changes @@ -1,7 +1,8 @@ ------------------------------------------------------------------- Mon Apr 1 05:41:53 UTC 2019 - Fridrich Strba -- 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: