Remove requires on maven-enforcer-plugin
This commit is contained in:
parent
35f882a06e
commit
a23039adda
@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
Name: javapackages-tools
|
Name: javapackages-tools
|
||||||
Version: 4.7.0
|
Version: 4.7.0
|
||||||
Release: 4%{?dist}
|
Release: 5%{?dist}
|
||||||
|
|
||||||
Summary: Macros and scripts for Java packaging support
|
Summary: Macros and scripts for Java packaging support
|
||||||
|
|
||||||
@ -58,7 +58,6 @@ Requires: apache-parent
|
|||||||
# sense to explicitly require them in every package built with Maven.
|
# sense to explicitly require them in every package built with Maven.
|
||||||
Requires: maven-assembly-plugin
|
Requires: maven-assembly-plugin
|
||||||
Requires: maven-compiler-plugin
|
Requires: maven-compiler-plugin
|
||||||
Requires: maven-enforcer-plugin
|
|
||||||
Requires: maven-jar-plugin
|
Requires: maven-jar-plugin
|
||||||
Requires: maven-javadoc-plugin
|
Requires: maven-javadoc-plugin
|
||||||
Requires: maven-resources-plugin
|
Requires: maven-resources-plugin
|
||||||
@ -162,6 +161,9 @@ popd
|
|||||||
%license LICENSE
|
%license LICENSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jun 29 2016 Mikolaj Izdebski <mizdebsk@redhat.com> - 4.7.0-5
|
||||||
|
- Remove requires on maven-enforcer-plugin
|
||||||
|
|
||||||
* Tue Jun 28 2016 Mikolaj Izdebski <mizdebsk@redhat.com> - 4.7.0-4
|
* Tue Jun 28 2016 Mikolaj Izdebski <mizdebsk@redhat.com> - 4.7.0-4
|
||||||
- Require xmvn-minimal instead of full xmvn
|
- Require xmvn-minimal instead of full xmvn
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user