Remove wagon extension
This commit is contained in:
parent
34161bf0e1
commit
96ca57f15f
@ -31,7 +31,7 @@
|
||||
Summary: A library for instantiating Java objects
|
||||
Name: objenesis
|
||||
Version: 2.1
|
||||
Release: 4%{dist}
|
||||
Release: 5%{dist}
|
||||
License: ASL 2.0
|
||||
URL: http://objenesis.org/
|
||||
Source0: https://github.com/easymock/%{name}/archive/%{version}.tar.gz
|
||||
@ -43,7 +43,6 @@ BuildRequires: mvn(junit:junit)
|
||||
BuildRequires: mvn(org.apache.felix:maven-bundle-plugin)
|
||||
BuildRequires: mvn(org.apache.maven.plugins:maven-remote-resources-plugin)
|
||||
BuildRequires: mvn(org.apache.maven.plugins:maven-shade-plugin)
|
||||
BuildRequires: mvn(org.apache.maven.wagon:wagon-ssh-external)
|
||||
|
||||
BuildArch: noarch
|
||||
|
||||
@ -88,6 +87,8 @@ This package contains the API documentation for %{name}.
|
||||
%pom_remove_plugin :maven-license-plugin
|
||||
%pom_xpath_remove "pom:dependency[pom:scope='test']" tck
|
||||
|
||||
%pom_xpath_remove pom:build/pom:extensions
|
||||
|
||||
%build
|
||||
# tests are skipped because of missing dependency spring-osgi-test
|
||||
%mvn_build -- -Dyear=2009 -Dmaven.test.skip=true
|
||||
@ -104,6 +105,9 @@ This package contains the API documentation for %{name}.
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Feb 06 2017 Michael Simacek <msimacek@redhat.com> - 2.1-5
|
||||
- Remove wagon extension
|
||||
|
||||
* Fri Jun 03 2016 Michael Simacek <msimacek@redhat.com> - 2.1-4
|
||||
- Fix build with current maven-jar-plugin
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user