004da5
Name:           maven-wagon
004da5
Version:        3.3.3
004da5
Release:        2%{?dist}
004da5
Summary:        Tools to manage artifacts and deployment
004da5
License:        ASL 2.0
004da5
URL:            http://maven.apache.org/wagon
004da5
BuildArch:      noarch
004da5
004da5
Source0:        http://repo1.maven.org/maven2/org/apache/maven/wagon/wagon/%{version}/wagon-%{version}-source-release.zip
004da5
004da5
BuildRequires:  maven-local
004da5
BuildRequires:  %{?module_prefix}mvn(commons-io:commons-io)
004da5
BuildRequires:  %{?module_prefix}mvn(org.apache.httpcomponents:httpclient)
004da5
BuildRequires:  %{?module_prefix}mvn(org.apache.httpcomponents:httpcore)
004da5
BuildRequires:  mvn(org.apache.maven:maven-parent:pom:)
004da5
BuildRequires:  mvn(org.codehaus.plexus:plexus-component-metadata)
004da5
BuildRequires:  %{?module_prefix}mvn(org.codehaus.plexus:plexus-utils)
004da5
BuildRequires:  %{?module_prefix}mvn(org.jsoup:jsoup)
004da5
BuildRequires:  %{?module_prefix}mvn(org.slf4j:jcl-over-slf4j)
004da5
BuildRequires:  %{?module_prefix}mvn(org.slf4j:slf4j-api)
004da5
004da5
%description
004da5
Maven Wagon is a transport abstraction that is used in Maven's
004da5
artifact and repository handling code. Currently wagon has the
004da5
following providers:
004da5
* File
004da5
* HTTP
004da5
* FTP
004da5
* SSH/SCP
004da5
* WebDAV
004da5
* SCM (in progress)
004da5
004da5
%{?module_package}
004da5
%{?javadoc_package}
004da5
004da5
%prep
004da5
%setup -q -n wagon-%{version}
004da5
004da5
%pom_remove_plugin :animal-sniffer-maven-plugin
004da5
%pom_remove_plugin :maven-enforcer-plugin
004da5
%pom_remove_dep :wagon-tck-http wagon-providers/wagon-http
004da5
004da5
# disable tests, missing dependencies
004da5
%pom_disable_module wagon-tcks
004da5
%pom_disable_module wagon-ssh-common-test wagon-providers
004da5
%pom_disable_module wagon-provider-test
004da5
%pom_remove_dep :wagon-provider-test
004da5
%pom_remove_dep :wagon-provider-test wagon-providers
004da5
004da5
# missing dependencies
004da5
%pom_disable_module wagon-ftp wagon-providers
004da5
%pom_disable_module wagon-http-lightweight wagon-providers
004da5
%pom_disable_module wagon-scm wagon-providers
004da5
%pom_disable_module wagon-ssh wagon-providers
004da5
%pom_disable_module wagon-ssh-common wagon-providers
004da5
%pom_disable_module wagon-ssh-external wagon-providers
004da5
%pom_disable_module wagon-webdav-jackrabbit wagon-providers
004da5
004da5
%pom_remove_plugin :maven-shade-plugin wagon-providers/wagon-http
004da5
004da5
%mvn_file ":wagon-{*}" %{name}/@1
004da5
%mvn_package ":wagon"
004da5
004da5
%build
004da5
# tests are disabled because of missing dependencies
004da5
%mvn_build -f
004da5
004da5
# Maven requires Wagon HTTP with classifier "shaded"
004da5
%mvn_alias :wagon-http :::shaded:
004da5
004da5
%install
004da5
%mvn_install
004da5
004da5
%files -n %{?module_prefix}%{name} -f .mfiles
004da5
%license LICENSE NOTICE
004da5
%doc DEPENDENCIES
004da5
004da5
%changelog
004da5
* Tue Nov 05 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.3.3-2
004da5
- Mass rebuild for javapackages-tools 201902
004da5
004da5
* Wed Jul 10 2019 Marian Koncek <mkoncek@redhat.com> - 3.3.3-1
004da5
- Update to upstream version 3.3.3
004da5
- Remove dependency on maven-shade-plugin
004da5
004da5
* Fri Jun 28 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.3.2-3
004da5
- Disable ftp and http-lightweight providers
004da5
004da5
* Fri May 24 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.3.2-2
004da5
- Mass rebuild for javapackages-tools 201901
004da5
004da5
* Wed Feb 27 2019 Marian Koncek <mkoncek@redhat.com> - 0:3.3.2-1
004da5
- Update to upstream version 3.3.2
004da5
- Fixes: RHBZ #1674068
004da5
004da5
* Mon Oct  8 2018 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:3.2.0-1
004da5
- Update to upstream version 3.2.0
004da5
004da5
* Wed Jun 27 2018 Michael Simacek <msimacek@redhat.com> - 0:3.1.0-1
004da5
- Update to upstream version 3.1.0
004da5
004da5
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0:3.0.0-2
004da5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
004da5
004da5
* Mon Sep 11 2017 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:3.0.0-1
004da5
- Update to upstream version 3.0.0
004da5
004da5
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0:2.10-4
004da5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
004da5
004da5
* Mon Feb 06 2017 Michael Simacek <msimacek@redhat.com> - 0:2.10-3
004da5
- Add conditionals for ssh and scm
004da5
- Remove old requires from main package
004da5
004da5
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0:2.10-2
004da5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
004da5
004da5
* Mon Sep 14 2015 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:2.10-1
004da5
- Update to upstream version 2.10
004da5
004da5
* Wed Jul 08 2015 Michael Simacek <msimacek@redhat.com> - 0:2.9-4
004da5
- Remove unnecessary BuildRequires
004da5
004da5
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:2.9-3
004da5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
004da5
004da5
* Tue May 12 2015 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:2.9-2
004da5
- Disable webdav-jackrabbit provides
004da5
004da5
* Tue Apr 21 2015 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:2.9-1
004da5
- Update to upstream version 2.9
004da5
004da5
* Wed Nov 12 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:2.8-1
004da5
- Update to upstream version 2.8
004da5
004da5
* Wed Sep 17 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:2.7-1
004da5
- Update to upstream version 2.7
004da5
004da5
* Thu Aug 21 2014 Michael Simacek <msimacek@redhat.com> - 0:2.6-10
004da5
- Enable webdav-jackrabbit module
004da5
004da5
* Mon Jun 30 2014 Michael Simacek <msimacek@redhat.com> - 0:2.6-9
004da5
- Obsolete main package instead of requiring it
004da5
004da5
* Fri Jun 27 2014 Michael Simacek <msimacek@redhat.com>
004da5
- Require main package from provider-api
004da5
- Fix maven-parent BR
004da5
004da5
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:2.6-7
004da5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
004da5
004da5
* Wed May 28 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:2.6-6
004da5
- Rebuild to regenerate Maven auto-requires
004da5
004da5
* Thu Mar 06 2014 Stanislav Ochotnicky <sochotnicky@redhat.com> - 0:2.6-5
004da5
- Use Requires: java-headless rebuild (#1067528)
004da5
004da5
* Thu Feb 20 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:2.6-4
004da5
- Add requires on all modules to main package
004da5
004da5
* Thu Feb 20 2014 Michael Simacek <msimacek@redhat.com> - 0:2.6-3
004da5
- Split into subpackages
004da5
004da5
* Wed Feb 19 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:2.6-2
004da5
- Fix unowned directory
004da5
004da5
* Mon Jan  6 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:2.6-1
004da5
- Update to upstream version 2.6
004da5
004da5
* Mon Sep 23 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:2.5-2
004da5
- Add shaded alias for wagon-http
004da5
004da5
* Tue Sep 17 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:2.5-1
004da5
- Update to upstream version 2.5
004da5
004da5
* Thu Aug 29 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:2.4-3
004da5
- Disable unused wagon-provider-test module
004da5
- Resolves: rhbz#1002480
004da5
004da5
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:2.4-2
004da5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
004da5
004da5
* Fri Mar 01 2013 Michal Srb <msrb@redhat.com> - 0:2.4-1
004da5
- Port to jetty 9
004da5
004da5
* Thu Feb 28 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:2.4-1
004da5
- Simplify build-requires
004da5
004da5
* Thu Feb 14 2013 Michal Srb <msrb@redhat.com> - 0:2.4-1
004da5
- Update to latest upstream 2.4
004da5
- Remove old depmap and patches
004da5
- Build with xmvn
004da5
004da5
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:1.0-8
004da5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
004da5
004da5
* Wed Feb 06 2013 Java SIG <java-devel@lists.fedoraproject.org> - 0:1.0-7
004da5
- Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild
004da5
- Replace maven BuildRequires with maven-local
004da5
004da5
* Tue Aug  7 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:1.0-6
004da5
- Remove BR: ganymed-ssh2
004da5
004da5
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:1.0-5
004da5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
004da5
004da5
* Wed Apr 18 2012 Alexander Kurtakov <akurtako@redhat.com> 0:1.0-4
004da5
- Fix build against jetty 8 and servlet 3.
004da5
004da5
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:1.0-3
004da5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
004da5
004da5
* Wed Jul 27 2011 Jaromir Capik <jcapik@redhat.com> - 0:1.0-2
004da5
- Migration from plexus-maven-plugin to plexus-containers-component-metadata
004da5
004da5
* Wed Jul 27 2011 Alexander Kurtakov <akurtako@redhat.com> 0:1.0-1
004da5
- Update to 1.0 final.
004da5
004da5
* Tue Apr 26 2011 Alexander Kurtakov <akurtako@redhat.com> 0:1.0-0.3.b7.22
004da5
- Install wagon-providers depmap too.
004da5
004da5
* Tue Apr 26 2011 Alexander Kurtakov <akurtako@redhat.com> 0:1.0-0.3.b7.21
004da5
- Install wagon pom depmap.
004da5
- Use maven 3 for build.
004da5
004da5
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:1.0-0.3.b7.1
004da5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
004da5
004da5
* Mon Dec 13 2010 Alexander Kurtakov <akurtako@redhat.com> 0:1.0-0.2.b7.1
004da5
- Update to beta 7.
004da5
- Adapt to current guidelines.
004da5
- Fix pom names.
004da5
004da5
* Thu Sep 9 2010 Alexander Kurtakov <akurtako@redhat.com> 0:1.0-0.2.b6.3
004da5
- Use javadoc:aggregate.
004da5
- Drop ant build.
004da5
- Use global instead of define.
004da5
004da5
* Fri May 14 2010 Yong Yang <yyang@redhat.com> 0:1.0-0.2.b6.2
004da5
- Create patch for wagon-http-shared pom.xml
004da5
004da5
* Wed May 12 2010 Yong Yang <yyang@redhat.com> 0:1.0-0.2.b6.1
004da5
- Update to beta 6, build with with_maven 1
004da5
004da5
* Wed Aug 19 2009 Alexander Kurtakov <akurtako@redhat.com> 0:1.0-0.2.b2.7
004da5
- Remove gcj parts.
004da5
004da5
* Wed Aug 19 2009 Alexander Kurtakov <akurtako@redhat.com> 0:1.0-0.2.b2.6
004da5
- Update to beta2 - sync with jpackage.
004da5
004da5
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:1.0-0.3.a5.3.5
004da5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
004da5
004da5
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:1.0-0.2.a5.3.5
004da5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
004da5
004da5
* Mon Dec  1 2008 Michael Schwendt <mschwendt@fedoraproject.org> - 0:1.0-0.1.a5.3.5
004da5
- include missing dir below _docdir
004da5
004da5
* Fri Oct 03 2008 Matt Wringe <mwringe@redhat.com> - 0:1.0-0.1.a5.3.4
004da5
- added patch to make it compatible with the newer version of jsch
004da5
004da5
* Wed Jul  9 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0:1.0-0.1.a5.3.3
004da5
- drop repotag
004da5
- fix license tag
004da5
004da5
* Sat Apr 05 2008 Matt Wringe <mwringe@redhat.com> - 0:1.0-0.1.a5.3jpp.2
004da5
- Rebuild with new version of jsch
004da5
004da5
* Tue Mar 13 2007 Matt Wringe <mwringe@redhat.com> - 0:1.0-0.1.a5.3jpp.1
004da5
- Merge in the changes neeeded to build without jetty
004da5
- Fix rpmlint issues
004da5
- Generate new *-build.xml files from pom.xml files as origins of
004da5
  *-project files is unknown.
004da5
- Remove maven1 project.xml files from sources
004da5
- Comment out various section requiring maven or javadocs
004da5
  (to be re-enabled at a future time). Note that the ant:ant task
004da5
  for maven2 does not currently generate javadocs.
004da5
004da5
* Tue Apr 04 2006 Ralph Apel <r.apel@r-apel.de> - 0:1.0-0.a5.3jpp
004da5
- Require j-c-codec, to build with j-c-httpclient = 3.0
004da5
004da5
* Thu Dec 22 2005 Deepak Bhole <dbhole@redhat.com> - 0:1.0-0.a5.2jpp
004da5
- Commented out potentially superfluous dependencies.
004da5
- Disabled wagon-scm
004da5
004da5
* Mon Nov 07 2005 Ralph Apel <r.apel at r-apel.de> - 0:1.0-0.a5.1jpp
004da5
- First JPackage build