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