Look into maven.repo.local first to handle corner-case packages (#865599)
- Finish handling of compatibility packages
This commit is contained in:
parent
ab2f71a525
commit
a7133ac4fa
14
maven.spec
14
maven.spec
@ -2,7 +2,7 @@
|
||||
|
||||
Name: maven
|
||||
Version: 3.0.4
|
||||
Release: 11%{?dist}
|
||||
Release: 12%{?dist}
|
||||
Summary: Java project management and project comprehension tool
|
||||
|
||||
Group: Development/Tools
|
||||
@ -165,9 +165,10 @@ sed -i -e s:'-classpath "${M2_HOME}"/boot/plexus-classworlds-\*.jar':'-classpath
|
||||
popd
|
||||
|
||||
# Disable animal-sniffer on RHEL
|
||||
if [ %{?rhel} ]; then
|
||||
%pom_remove_plugin :animal-sniffer-maven-plugin
|
||||
fi
|
||||
# Temporarily disabled for fedora to solve asm & asm4 clashing on classpath
|
||||
#if [ %{?rhel} ]; then
|
||||
%pom_remove_plugin :animal-sniffer-maven-plugin
|
||||
#fi
|
||||
|
||||
%build
|
||||
mvn-rpmbuild -e install javadoc:aggregate
|
||||
@ -376,6 +377,11 @@ ln -sf `rpm --eval '%%{_jnidir}'` %{_datadir}/%{name}/repository-jni/JPP
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Oct 18 2012 Stanislav Ochotnicky <sochotnicky@redhat.com> - 3.0.4-12
|
||||
- Look into maven.repo.local first to handle corner-case packages (#865599)
|
||||
- Finish handling of compatibility packages
|
||||
- Disable animal-sniffer temporarily in Fedora as well
|
||||
|
||||
* Mon Aug 27 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.0.4-11
|
||||
- Disable animal-sniffer on RHEL
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user