!4 Remove dependency on parent POM
From: @cherry530 Reviewed-by: @caodongxia Signed-off-by: @caodongxia
This commit is contained in:
commit
abc435087b
@ -1,6 +1,6 @@
|
|||||||
Name: munge-maven-plugin
|
Name: munge-maven-plugin
|
||||||
Version: 1.0
|
Version: 1.0
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: Munge Maven Plugin
|
Summary: Munge Maven Plugin
|
||||||
License: CDDL-1.0
|
License: CDDL-1.0
|
||||||
URL: http://github.com/sonatype/munge-maven-plugin
|
URL: http://github.com/sonatype/munge-maven-plugin
|
||||||
@ -8,7 +8,6 @@ Source0: https://github.com/sonatype/munge-maven-plugin/archive/mung
|
|||||||
BuildRequires: maven-local mvn(junit:junit) mvn(org.apache.maven:maven-core)
|
BuildRequires: maven-local mvn(junit:junit) mvn(org.apache.maven:maven-core)
|
||||||
BuildRequires: mvn(org.apache.maven:maven-plugin-api)
|
BuildRequires: mvn(org.apache.maven:maven-plugin-api)
|
||||||
BuildRequires: mvn(org.apache.maven.plugins:maven-source-plugin)
|
BuildRequires: mvn(org.apache.maven.plugins:maven-source-plugin)
|
||||||
BuildRequires: mvn(org.sonatype.plugins:plugins-parent:pom:)
|
|
||||||
BuildRequires: mvn(org.apache.maven.plugins:maven-plugin-plugin)
|
BuildRequires: mvn(org.apache.maven.plugins:maven-plugin-plugin)
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
@ -39,6 +38,7 @@ This package provides %{summary}.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-%{name}-%{version}
|
%setup -q -n %{name}-%{name}-%{version}
|
||||||
|
%pom_remove_parent
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%mvn_build
|
%mvn_build
|
||||||
@ -55,5 +55,8 @@ This package provides %{summary}.
|
|||||||
%license LICENSE
|
%license LICENSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jan 02 2024 xu_ping <707078654@qq.com> - 1.0-2
|
||||||
|
- Remove unnecessary dependency sonatype-plugins-parent
|
||||||
|
|
||||||
* Tue Jul 28 2020 leiju <leiju4@huawei.com> - 1.0-1
|
* Tue Jul 28 2020 leiju <leiju4@huawei.com> - 1.0-1
|
||||||
- Package init
|
- Package init
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user