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