[maven] Organize symlinks

Mikolaj Izdebski mizdebsk at fedoraproject.org
Tue Mar 17 10:10:08 UTC 2015


commit 6a81a9cbbb97626ea84053b7e404d728367395a2
Author: Mikolaj Izdebski <mizdebsk at redhat.com>
Date:   Tue Mar 17 11:10:03 2015 +0100

    Organize symlinks

 maven.spec | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)
---
diff --git a/maven.spec b/maven.spec
index e057b3b..df0bf7b 100644
--- a/maven.spec
+++ b/maven.spec
@@ -209,15 +209,19 @@ ln -sf $(build-classpath plexus/classworlds) \
 (cd %{buildroot}%{_datadir}/%{name}/lib
     build-jar-repository -s -p . \
         aether/aether-api \
-        aether/aether-connector-basic aether/aether-transport-wagon \
+        aether/aether-connector-basic \
         aether/aether-impl \
         aether/aether-spi \
+        aether/aether-transport-wagon \
         aether/aether-util \
         aopalliance \
         cdi-api \
         commons-cli \
+        commons-io \
+        commons-lang \
         guava \
         atinject \
+        jsoup/jsoup \
         geronimo-annotation \
         jsr-305 \
         org.eclipse.sisu.inject \
@@ -232,17 +236,14 @@ ln -sf $(build-classpath plexus/classworlds) \
         slf4j/simple \
         maven-wagon/file \
         maven-wagon/http-shaded \
+        maven-wagon/http-shared \
         maven-wagon/provider-api \
         \
         httpcomponents/httpclient \
         httpcomponents/httpcore \
-        maven-wagon/http-shared \
         commons-logging \
         commons-codec \
         objectweb-asm/asm \
-        commons-io \
-        commons-lang \
-        jsoup/jsoup \
 )
 
 


More information about the scm-commits mailing list