33 lines
887 B
RPMSpec
33 lines
887 B
RPMSpec
Name: maven-parent
|
|
Version: 27
|
|
Release: 8
|
|
Summary: Maven project parent POM
|
|
License: ASL 2.0
|
|
URL: http://maven.apache.org
|
|
Source0: https://repo1.maven.org/maven2/org/apache/maven/maven-parent/%{version}/maven-parent-%{version}-source-release.zip
|
|
BuildArch: noarch
|
|
BuildRequires: maven-local apache-parent
|
|
|
|
%description
|
|
This POM is the common parent of all of the Maven components in the Apache Maven project.
|
|
|
|
%prep
|
|
%autosetup -n maven-parent-%{version}
|
|
%pom_remove_plugin :maven-enforcer-plugin
|
|
%pom_remove_plugin :maven-checkstyle-plugin
|
|
%pom_remove_plugin :apache-rat-plugin
|
|
%build
|
|
%mvn_build
|
|
%install
|
|
%mvn_install
|
|
|
|
%files -f .mfiles
|
|
%doc LICENSE NOTICE
|
|
|
|
%changelog
|
|
* Mon Nov 21 2022 yaoxin <yaoxin30@h-partners.com> - 27-8
|
|
- Modify invalid Source
|
|
|
|
* Thu Dec 12 2019 Ling Yang <lingyang2@huawei.com> - 27-7
|
|
- Package init
|