commit
4b682e2a1a
BIN
maven-clean-plugin-3.0.0-source-release.zip
Normal file
BIN
maven-clean-plugin-3.0.0-source-release.zip
Normal file
Binary file not shown.
45
maven-clean-plugin.spec
Normal file
45
maven-clean-plugin.spec
Normal file
@ -0,0 +1,45 @@
|
||||
Name: maven-clean-plugin
|
||||
Version: 3.0.0
|
||||
Release: 7
|
||||
Summary: Maven Clean Plugin
|
||||
License: ASL 2.0
|
||||
URL: http://maven.apache.org/plugins/maven-clean-plugin/
|
||||
Source0: http://archive.apache.org/dist/maven/plugins/maven-clean-plugin-3.0.0-source-release.zip
|
||||
|
||||
BuildArch: noarch
|
||||
BuildRequires: maven-local mvn(junit:junit) mvn(org.apache.maven:maven-compat) mvn(org.apache.maven:maven-core)
|
||||
BuildRequires: mvn(org.apache.maven:maven-plugin-api) mvn(org.apache.maven.plugins:maven-plugins:pom:)
|
||||
BuildRequires: mvn(org.apache.maven.plugin-testing:maven-plugin-testing-harness)
|
||||
BuildRequires: mvn(org.apache.maven.plugin-tools:maven-plugin-annotations) mvn(org.apache.maven.shared:maven-shared-utils)
|
||||
|
||||
%description
|
||||
The Clean Plugin is used when you want to remove files
|
||||
generated at build-time in a project's directory.
|
||||
|
||||
%package help
|
||||
Summary: API documentation for %{name}
|
||||
Provides: %{name}-javadoc = %{version}-%{release}
|
||||
Obsoletes: %{name}-javadoc < %{version}-%{release}
|
||||
|
||||
%description help
|
||||
This package provides API documentation for maven-clean-plugin.
|
||||
|
||||
%prep
|
||||
%autosetup -n %{name}-%{version} -p1
|
||||
%pom_add_dep junit:junit::test
|
||||
|
||||
%build
|
||||
%mvn_build
|
||||
|
||||
%install
|
||||
%mvn_install
|
||||
|
||||
%files -f .mfiles
|
||||
%doc LICENSE NOTICE
|
||||
|
||||
%files help -f .mfiles-javadoc
|
||||
%doc NOTICE
|
||||
|
||||
%changelog
|
||||
* Thu Nov 14 2019 wangye<wangye54@huawei.com> - 3.0.0-7
|
||||
- Package init
|
||||
Loading…
x
Reference in New Issue
Block a user