Remove unneeded maven-javadoc-plugin invocation
This commit is contained in:
parent
385efe2fb7
commit
4303d01765
@ -1,6 +1,6 @@
|
||||
Name: jsch
|
||||
Version: 0.1.54
|
||||
Release: 3%{?dist}
|
||||
Release: 4%{?dist}
|
||||
Summary: Pure Java implementation of SSH2
|
||||
Group: Development/Libraries
|
||||
License: BSD
|
||||
@ -44,6 +44,8 @@ Summary: Javadoc for %{name}
|
||||
%setup -q
|
||||
%mvn_file : jsch
|
||||
|
||||
%pom_remove_plugin :maven-javadoc-plugin
|
||||
|
||||
%pom_xpath_remove pom:project/pom:build/pom:extensions
|
||||
%pom_xpath_set pom:project/pom:version %{version}
|
||||
|
||||
@ -69,6 +71,9 @@ zip target/%{name}-%{version}.jar plugin.properties
|
||||
%license LICENSE.txt
|
||||
|
||||
%changelog
|
||||
* Thu Feb 23 2017 Mikolaj Izdebski <mizdebsk@redhat.com> - 0.1.54-4
|
||||
- Remove unneeded maven-javadoc-plugin invocation
|
||||
|
||||
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.54-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user