Require maven-resources-plugin by maven-local
This commit is contained in:
parent
fc0e6b6853
commit
684a38797a
@ -1,6 +1,6 @@
|
||||
Name: javapackages-tools
|
||||
Version: 2.0.0
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Macros and scripts for Java packaging support
|
||||
|
||||
License: BSD
|
||||
@ -50,6 +50,7 @@ Requires: maven-compiler-plugin
|
||||
Requires: maven-enforcer-plugin
|
||||
Requires: maven-jar-plugin
|
||||
Requires: maven-javadoc-plugin
|
||||
Requires: maven-resources-plugin
|
||||
Requires: maven-surefire-plugin
|
||||
# Tests based on JUnit are very common and JUnit itself is small.
|
||||
# Include JUnit provider for Surefire just for convenience.
|
||||
@ -80,6 +81,9 @@ sed -e 's/.[17]$/&.gz/' -e 's/.py$/&*/' -i files-*
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Jul 25 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.0.0-2
|
||||
- Require maven-resources-plugin by maven-local
|
||||
|
||||
* Thu Jul 11 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.0.0-1
|
||||
- Update to upstream version 2.0.0
|
||||
- Merge functionality of jpackage-utils
|
||||
|
Loading…
Reference in New Issue
Block a user