Fix symlink order
In Maven symlink installation is split into two parts. The first is supposed to be the same as upsteam Maven (exactly the same JARs in the same order), while other unbundled JARs are at the end.
This commit is contained in:
parent
1562cc8b8b
commit
8d54f74d9f
10
maven.spec
10
maven.spec
@ -1,6 +1,6 @@
|
||||
Name: maven
|
||||
Version: 3.3.1
|
||||
Release: 2%{?dist}
|
||||
Release: 1%{?dist}
|
||||
Summary: Java project management and project comprehension tool
|
||||
License: ASL 2.0
|
||||
URL: http://maven.apache.org/
|
||||
@ -216,11 +216,8 @@ ln -sf $(build-classpath plexus/classworlds) \
|
||||
aopalliance \
|
||||
cdi-api \
|
||||
commons-cli \
|
||||
commons-io \
|
||||
commons-lang \
|
||||
guava \
|
||||
atinject \
|
||||
jsoup/jsoup \
|
||||
geronimo-annotation \
|
||||
jsr-305 \
|
||||
org.eclipse.sisu.inject \
|
||||
@ -243,6 +240,9 @@ ln -sf $(build-classpath plexus/classworlds) \
|
||||
commons-logging \
|
||||
commons-codec \
|
||||
objectweb-asm/asm \
|
||||
commons-io \
|
||||
commons-lang \
|
||||
jsoup/jsoup \
|
||||
)
|
||||
|
||||
|
||||
@ -264,7 +264,7 @@ ln -sf $(build-classpath plexus/classworlds) \
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Mar 16 2015 Michal Srb <msrb@redhat.com> - 3.3.1-2
|
||||
* Mon Mar 16 2015 Michal Srb <msrb@redhat.com> - 3.3.1-1
|
||||
- Add commons-io, commons-lang and jsoup to plexus.core (Resolves: rhbz#1202286)
|
||||
|
||||
* Fri Mar 13 2015 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.3.1-1
|
||||
|
Loading…
Reference in New Issue
Block a user