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
|
Name: maven
|
||||||
Version: 3.0.4
|
Version: 3.0.4
|
||||||
Release: 11%{?dist}
|
Release: 12%{?dist}
|
||||||
Summary: Java project management and project comprehension tool
|
Summary: Java project management and project comprehension tool
|
||||||
|
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
@ -165,9 +165,10 @@ sed -i -e s:'-classpath "${M2_HOME}"/boot/plexus-classworlds-\*.jar':'-classpath
|
|||||||
popd
|
popd
|
||||||
|
|
||||||
# Disable animal-sniffer on RHEL
|
# Disable animal-sniffer on RHEL
|
||||||
if [ %{?rhel} ]; then
|
# Temporarily disabled for fedora to solve asm & asm4 clashing on classpath
|
||||||
%pom_remove_plugin :animal-sniffer-maven-plugin
|
#if [ %{?rhel} ]; then
|
||||||
fi
|
%pom_remove_plugin :animal-sniffer-maven-plugin
|
||||||
|
#fi
|
||||||
|
|
||||||
%build
|
%build
|
||||||
mvn-rpmbuild -e install javadoc:aggregate
|
mvn-rpmbuild -e install javadoc:aggregate
|
||||||
@ -376,6 +377,11 @@ ln -sf `rpm --eval '%%{_jnidir}'` %{_datadir}/%{name}/repository-jni/JPP
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Aug 27 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.0.4-11
|
||||||
- Disable animal-sniffer on RHEL
|
- Disable animal-sniffer on RHEL
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user