maven-parent/maven-parent.spec
2019-12-14 15:01:23 +08:00

30 lines
803 B
RPMSpec

Name: maven-parent
Version: 27
Release: 7
Summary: Maven project parent POM
License: ASL 2.0
URL: http://maven.apache.org
Source0: http://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
* Thu Dec 12 2019 Ling Yang <lingyang2@huawei.com> - 27-7
- Package init