fix artifact generation by removing antrun plugin again
This commit is contained in:
parent
77ee1ea9dc
commit
a2c752c212
@ -2,7 +2,7 @@
|
||||
|
||||
Name: assertj-core
|
||||
Version: 3.16.1
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Library of assertions similar to fest-assert
|
||||
License: ASL 2.0
|
||||
|
||||
@ -14,8 +14,6 @@ BuildArch: noarch
|
||||
BuildRequires: maven-local
|
||||
BuildRequires: mvn(junit:junit)
|
||||
BuildRequires: mvn(net.bytebuddy:byte-buddy)
|
||||
BuildRequires: mvn(org.apache.maven.plugins:maven-antrun-plugin)
|
||||
BuildRequires: mvn(org.beanshell:bsh)
|
||||
BuildRequires: mvn(org.hamcrest:hamcrest)
|
||||
BuildRequires: mvn(org.junit.jupiter:junit-jupiter-api)
|
||||
BuildRequires: mvn(org.opentest4j:opentest4j)
|
||||
@ -47,6 +45,7 @@ This package provides API documentation for %{name}.
|
||||
%pom_remove_plugin :bnd-maven-plugin
|
||||
%pom_remove_plugin :bnd-resolver-maven-plugin
|
||||
%pom_remove_plugin :jacoco-maven-plugin
|
||||
%pom_remove_plugin :maven-antrun-plugin
|
||||
%pom_remove_plugin :maven-dependency-plugin
|
||||
%pom_remove_plugin :maven-enforcer-plugin
|
||||
%pom_remove_plugin :maven-jar-plugin
|
||||
@ -80,6 +79,9 @@ rm -r src/test/java/org/assertj/core/internal/{Paths*.java,paths}
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed May 13 2020 Fabio Valentini <decathorpe@gmail.com> - 3.16.1-2
|
||||
- Fix artifact generation by removing antrun plugin again.
|
||||
|
||||
* Tue May 12 2020 Fabio Valentini <decathorpe@gmail.com> - 3.16.1-1
|
||||
- Update to version 3.16.1.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user