Disable animal-sniffer plugin
This commit is contained in:
parent
54744599a3
commit
a2c5785b55
@ -1,6 +1,6 @@
|
||||
Name: exec-maven-plugin
|
||||
Version: 1.2.1
|
||||
Release: 9%{?dist}
|
||||
Release: 10%{?dist}
|
||||
Summary: Exec Maven Plugin
|
||||
|
||||
Group: Development/Libraries
|
||||
@ -55,6 +55,7 @@ find . -name *.jar -delete
|
||||
cp -p %{SOURCE1} .
|
||||
|
||||
%pom_add_dep org.apache.maven:maven-compat pom.xml
|
||||
%pom_remove_plugin :animal-sniffer-maven-plugin pom.xml
|
||||
|
||||
%build
|
||||
# There are missing dependencies for tests
|
||||
@ -71,6 +72,9 @@ cp -p %{SOURCE1} .
|
||||
%doc LICENSE.txt LICENSE-2.0.txt
|
||||
|
||||
%changelog
|
||||
* Thu Feb 14 2013 Michal Srb <msrb@redhat.com> - 1.2.1-10
|
||||
- Disable animal-sniffer plugin
|
||||
|
||||
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.1-9
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user