Remove maven-javadoc-plugin dependency
This commit is contained in:
parent
f290724e0c
commit
01ca0bb201
@ -1,6 +1,6 @@
|
||||
Name: replacer
|
||||
Version: 1.6
|
||||
Release: 18%{?dist}
|
||||
Release: 19%{?dist}
|
||||
Summary: Replacer Maven Mojo
|
||||
License: MIT
|
||||
URL: https://github.com/beiliubei/maven-replacer-plugin
|
||||
@ -41,11 +41,6 @@ This package contains javadoc for %{name}.
|
||||
# remove hard-coded compiler settings
|
||||
%pom_remove_plugin :maven-compiler-plugin
|
||||
|
||||
%pom_xpath_inject pom:build/pom:plugins "<plugin>
|
||||
<artifactId>maven-javadoc-plugin</artifactId>
|
||||
<configuration><source>\${maven.compiler.source}</source><detectJavaApiLink>false</detectJavaApiLink></configuration>
|
||||
</plugin>"
|
||||
|
||||
# trivial port to commons-lang3
|
||||
%pom_change_dep :commons-lang org.apache.commons:commons-lang3:3.8.1
|
||||
|
||||
@ -70,6 +65,9 @@ done
|
||||
%license LICENSE
|
||||
|
||||
%changelog
|
||||
* Wed May 12 2021 Ondrej Dubaj <odubaj@redhat.com> - 1.6-19
|
||||
- Remove maven-javadoc-plugin dependency
|
||||
|
||||
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.6-18
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user