Remove retired maven-timestamp-plugin
This commit is contained in:
parent
68838d8733
commit
fd25267427
@ -1,6 +1,6 @@
|
|||||||
Name: easymock
|
Name: easymock
|
||||||
Version: 3.3
|
Version: 3.3
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Easy mock objects
|
Summary: Easy mock objects
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
URL: http://www.easymock.org
|
URL: http://www.easymock.org
|
||||||
@ -12,7 +12,6 @@ Patch5: %{name}-remove-android-support.patch
|
|||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
BuildRequires: maven-local
|
BuildRequires: maven-local
|
||||||
BuildRequires: mvn(com.keyboardsamurais.maven:maven-timestamp-plugin)
|
|
||||||
BuildRequires: mvn(com.mycila.maven-license-plugin:maven-license-plugin)
|
BuildRequires: mvn(com.mycila.maven-license-plugin:maven-license-plugin)
|
||||||
BuildRequires: mvn(junit:junit)
|
BuildRequires: mvn(junit:junit)
|
||||||
BuildRequires: mvn(net.sf.cglib:cglib)
|
BuildRequires: mvn(net.sf.cglib:cglib)
|
||||||
@ -59,6 +58,9 @@ find . -name "*.zip" -delete
|
|||||||
# remove some warning caused by unavailable plugin
|
# remove some warning caused by unavailable plugin
|
||||||
%pom_remove_plugin org.codehaus.mojo:versions-maven-plugin
|
%pom_remove_plugin org.codehaus.mojo:versions-maven-plugin
|
||||||
|
|
||||||
|
# retired
|
||||||
|
%pom_remove_plugin :maven-timestamp-plugin
|
||||||
|
|
||||||
%pom_disable_module easymock-integration
|
%pom_disable_module easymock-integration
|
||||||
|
|
||||||
# For compatibility reasons
|
# For compatibility reasons
|
||||||
@ -82,6 +84,9 @@ find . -name "*.zip" -delete
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Mar 07 2015 Michael Simacek <msimacek@redhat.com> - 3.3-2
|
||||||
|
- Remove retired maven-timestamp-plugin
|
||||||
|
|
||||||
* Tue Nov 25 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.3-1
|
* Tue Nov 25 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.3-1
|
||||||
- Update to upstream version 3.3
|
- Update to upstream version 3.3
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user