[maven-wagon] Add shaded alias for wagon-http

Mikolaj Izdebski mizdebsk at fedoraproject.org
Mon Sep 23 12:23:10 UTC 2013


commit 958faff050c8021aacf8599c4b572b2e852bf5d3
Author: Mikolaj Izdebski <mizdebsk at redhat.com>
Date:   Mon Sep 23 14:22:51 2013 +0200

    Add shaded alias for wagon-http

 maven-wagon.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/maven-wagon.spec b/maven-wagon.spec
index dc5ca68..52d1e95 100644
--- a/maven-wagon.spec
+++ b/maven-wagon.spec
@@ -2,7 +2,7 @@
 
 Name:           maven-%{bname}
 Version:        2.5
-Release:        1%{?dist}
+Release:        2%{?dist}
 Epoch:          0
 Summary:        Tools to manage artifacts and deployment
 License:        ASL 2.0
@@ -95,6 +95,9 @@ Javadoc for %{name}.
 # tests are disabled because of missing dependencies
 %mvn_build -f
 
+# Maven requires Wagon HTTP with classifier "shaded"
+%mvn_alias :wagon-http :::shaded:
+
 %install
 %mvn_install
 
@@ -105,6 +108,9 @@ Javadoc for %{name}.
 %doc LICENSE NOTICE DEPENDENCIES
 
 %changelog
+* Mon Sep 23 2013 Mikolaj Izdebski <mizdebsk at redhat.com> - 0:2.5-2
+- Add shaded alias for wagon-http
+
 * Tue Sep 17 2013 Mikolaj Izdebski <mizdebsk at redhat.com> - 0:2.5-1
 - Update to upstream version 2.5
 


More information about the scm-commits mailing list