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: