maven-resources-plugin: openEuler init

This commit is contained in:
gu-gu-gu 2019-12-04 17:56:42 +08:00
parent 6c85b0ac0f
commit e6fce3cf15
2 changed files with 44 additions and 0 deletions

Binary file not shown.

View File

@ -0,0 +1,44 @@
Name: maven-resources-plugin
Version: 3.1.0
Release: 4
Summary: Apache Maven Resources Plugin
License: ASL 2.0
URL: http://maven.apache.org/plugins/maven-resources-plugin
Source0: http://repo2.maven.org/maven2/org/apache/maven/plugins/%{name}/%{version}/%{name}-%{version}-source-release.zip
BuildArch: noarch
BuildRequires: maven-local mvn(commons-io:commons-io) mvn(org.apache.maven:maven-core) mvn(org.apache.maven:maven-model)
BuildRequires: mvn(org.apache.maven:maven-plugin-api) mvn(org.apache.maven.plugins:maven-plugin-plugin) mvn(org.apache.maven.plugins:maven-plugins:pom:)
BuildRequires: mvn(org.apache.maven.plugin-tools:maven-plugin-annotations) mvn(org.apache.maven.shared:maven-filtering)
BuildRequires: mvn(org.codehaus.plexus:plexus-interpolation) mvn(org.codehaus.plexus:plexus-utils)
%description
The Resources Plugin handles the copying of project resources to the
output directory. There are two different kinds of resources: main
resources and test resources.
%package help
Summary: This package contains help documents
Requires: %{name} = %{version}-%{release}
Provides: maven-resources-plugin-javadoc = %{version}-%{release}
Obsoletes: maven-resources-plugin-javadoc < %{version}-%{release}
%description help
Files for help with maven-resources-plugin.
%prep
%autosetup -n %{name}-%{version} -p1
%build
%mvn_build -f
%install
%mvn_install
%files -f .mfiles
%doc LICENSE NOTICE
%files help -f .mfiles-javadoc
%changelog
* Tue Dec 03 2019 gulining<gulining1@huawei.com> - 3.1.0-4
- Pakcage init