1
0
Fridrich Strba 2019-04-03 09:26:49 +00:00 committed by Git OBS Bridge
parent de20385d52
commit 5434288040
2 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,12 @@
-------------------------------------------------------------------
Wed Apr 3 09:24:05 UTC 2019 - Fridrich Strba <fstrba@suse.com>
- Initial packaging of maven-jar-plugin 3.0.1
- Generate and customize ant build.xml file to use with the
bootstrap variang
- Create as a multibuild package to allow bootstrapping
- Added patch:
* maven-javadoc-plugin-bootstrap-resources.patch
+ For the bootstrap version, add pre-generated resources that
need maven-plugin-plugin and maven to be generated at build
time

View File

@ -92,6 +92,12 @@ BuildRequires: mvn(org.apache.maven.plugins:maven-surefire-plugin)
BuildRequires: mvn(org.codehaus.modello:modello-maven-plugin)
BuildRequires: mvn(org.codehaus.plexus:plexus-component-metadata)
Obsoletes: %{base_name}-bootstrap
#!BuildRequires: maven-compiler-plugin-bootstrap
#!BuildRequires: maven-jar-plugin-bootstrap
#!BuildRequires: maven-javadoc-plugin-bootstrap
#!BuildRequires: maven-plugin-plugin-bootstrap
#!BuildRequires: maven-resources-plugin-bootstrap
#!BuildRequires: maven-surefire-plugin-bootstrap
%endif
%description