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