Compare commits
No commits in common. "c8-beta-stream-201801" and "c8-stream-201902" have entirely different histories.
c8-beta-st
...
c8-stream-
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/maven-parent-27-source-release.zip
|
SOURCES/maven-parent-33-source-release.zip
|
||||||
|
@ -1 +1 @@
|
|||||||
69b2c152b2fe8abede931042e7de87698107ea69 SOURCES/maven-parent-27-source-release.zip
|
b90e526a9508d2db7bd101315e54159417394e50 SOURCES/maven-parent-33-source-release.zip
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Name: maven-parent
|
Name: maven-parent
|
||||||
Version: 27
|
Version: 33
|
||||||
Release: 5%{?dist}
|
Release: 3%{?dist}
|
||||||
Summary: Apache Maven parent POM
|
Summary: Apache Maven parent POM
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
URL: http://maven.apache.org
|
URL: http://maven.apache.org
|
||||||
@ -8,13 +8,19 @@ Source0: http://repo1.maven.org/maven2/org/apache/maven/%{name}/%{version
|
|||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
BuildRequires: maven-local
|
BuildRequires: maven-local
|
||||||
BuildRequires: apache-parent
|
BuildRequires: mvn(org.apache.maven.plugin-tools:maven-plugin-annotations)
|
||||||
|
BuildRequires: mvn(org.apache.maven.plugins:maven-enforcer-plugin)
|
||||||
|
BuildRequires: mvn(org.apache.maven.plugins:maven-plugin-plugin)
|
||||||
|
BuildRequires: mvn(org.apache.maven.plugins:maven-remote-resources-plugin)
|
||||||
|
BuildRequires: mvn(org.apache:apache:pom:)
|
||||||
|
BuildRequires: mvn(org.codehaus.plexus:plexus-component-metadata)
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Apache Maven parent POM file used by other Maven projects.
|
Apache Maven parent POM file used by other Maven projects.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
%pom_disable_module apache-resource-bundles
|
||||||
%pom_remove_plugin :maven-enforcer-plugin
|
%pom_remove_plugin :maven-enforcer-plugin
|
||||||
%pom_remove_plugin :maven-checkstyle-plugin
|
%pom_remove_plugin :maven-checkstyle-plugin
|
||||||
%pom_remove_plugin :apache-rat-plugin
|
%pom_remove_plugin :apache-rat-plugin
|
||||||
@ -29,6 +35,15 @@ Apache Maven parent POM file used by other Maven projects.
|
|||||||
%doc LICENSE NOTICE
|
%doc LICENSE NOTICE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Nov 05 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 33-3
|
||||||
|
- Mass rebuild for javapackages-tools 201902
|
||||||
|
|
||||||
|
* Fri May 24 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 33-2
|
||||||
|
- Mass rebuild for javapackages-tools 201901
|
||||||
|
|
||||||
|
* Tue May 14 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 33-1
|
||||||
|
- Update to upstream version 33
|
||||||
|
|
||||||
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 27-5
|
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 27-5
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user