[java-sig-commits] [maven-wagon] Install wagon-providers depmap too.

Alexander Kurtakov akurtakov at fedoraproject.org
Tue Apr 26 12:03:43 UTC 2011


commit 497ad0169c45efb1d8ce1b70b9fdc7343b425307
Author: Alexander Kurtakov <akurtako at redhat.com>
Date:   Tue Apr 26 15:03:01 2011 +0300

     Install wagon-providers depmap too.

 maven-wagon.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/maven-wagon.spec b/maven-wagon.spec
index f6e8958..9d9262c 100644
--- a/maven-wagon.spec
+++ b/maven-wagon.spec
@@ -37,7 +37,7 @@
 
 Name:           maven-%{bname}
 Version:        1.0
-Release:        0.3.b7.21%{?dist}
+Release:        0.3.b7.22%{?dist}
 Epoch:          0
 Summary:        Tools to manage artifacts and deployment
 License:        ASL 2.0
@@ -228,6 +228,7 @@ install -m 644 \
 %add_to_maven_depmap org.apache.maven.wagon wagon-provider-test %{version} JPP/%{name} provider-test
 
 %add_to_maven_depmap org.apache.maven.wagon wagon %{version} JPP/%{name} wagon
+%add_to_maven_depmap org.apache.maven.wagon wagon-providers %{version} JPP/%{name} providers
 
 # poms
 install -d -m 755 $RPM_BUILD_ROOT%{_datadir}/maven2/poms
@@ -298,6 +299,9 @@ install -d -m 755 $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}
 %doc %{_docdir}/%{name}-%{version}
 
 %changelog
+* Tue Apr 26 2011 Alexander Kurtakov <akurtako at redhat.com> 0:1.0-0.3.b7.22
+- Install wagon-providers depmap too.
+
 * Tue Apr 26 2011 Alexander Kurtakov <akurtako at redhat.com> 0:1.0-0.3.b7.21
 - Install wagon pom depmap.
 - Use maven 3 for build.


More information about the java-sig-commits mailing list