Remove explicit invocation of maven-javadoc-plugin
- Resolves: rhbz#1584125
This commit is contained in:
parent
6dc174fa31
commit
8ebca09dc1
@ -3,14 +3,13 @@
|
||||
|
||||
Name: ongres-%upstream_name
|
||||
Version: %(echo %upstream_version | sed 's/-/~/g')
|
||||
Release: 4%{?dist}
|
||||
Release: 5%{?dist}
|
||||
Summary: Salted Challenge Response Authentication Mechanism (SCRAM) - Java Implementation
|
||||
License: BSD
|
||||
URL: https://github.com/ongres/%upstream_name
|
||||
Source0: https://github.com/ongres/%upstream_name/archive/%upstream_version/%upstream_name-%upstream_version.tar.gz
|
||||
BuildRequires: maven-local
|
||||
BuildArch: noarch
|
||||
BuildRequires: mvn(org.apache.maven.plugins:maven-javadoc-plugin)
|
||||
|
||||
%description
|
||||
This is a Java implementation of SCRAM (Salted Challenge Response
|
||||
@ -42,6 +41,7 @@ find \( -name '*.jar' -o -name '*.class' \) -delete
|
||||
%pom_remove_plugin :nexus-staging-maven-plugin
|
||||
%pom_remove_plugin :maven-source-plugin
|
||||
%pom_remove_plugin :maven-dependency-plugin client
|
||||
%pom_remove_plugin -r :maven-javadoc-plugin
|
||||
|
||||
%build
|
||||
%mvn_build -s
|
||||
@ -62,6 +62,9 @@ find \( -name '*.jar' -o -name '*.class' \) -delete
|
||||
%license LICENSE
|
||||
|
||||
%changelog
|
||||
* Wed May 30 2018 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.0.0~beta.2-5
|
||||
- Remove explicit invocation of maven-javadoc-plugin
|
||||
|
||||
* Tue May 22 2018 Pavel Raiskup <praiskup@redhat.com> - 1.0.0~beta.2-4
|
||||
- BR javadoc maven plugin explicitly
|
||||
- use nicer Source0 format
|
||||
|
Loading…
Reference in New Issue
Block a user