5972f0
%global debug_package %{nil}
5972f0
5972f0
Name:           maven
5972f0
Version:        3.0.5
5972f0
Release:        17%{?dist}
5972f0
Summary:        Java project management and project comprehension tool
5972f0
5972f0
Group:          Development/Tools
5972f0
License:        ASL 2.0
5972f0
URL:            http://maven.apache.org/
5972f0
Source0:        http://archive.apache.org/dist/%{name}/%{name}-3/%{version}/source/apache-%{name}-%{version}-src.tar.gz
5972f0
Source1:        maven-bash-completion
5972f0
Source2:        mvn.1
5972f0
5972f0
# 2xx for created non-buildable sources
5972f0
Source200:      %{name}-script
5972f0
5972f0
# Patch1XX could be upstreamed probably
5972f0
Patch100:       0005-Use-generics-in-modello-generated-code.patch
5972f0
5972f0
# Patch2XX backported from upstream
5972f0
# Fixes MNG-5402 (patch from upstream commit f95ab2e)
5972f0
Patch200:       0001-MNG-5402-Better-build-number-for-git.patch
5972f0
5972f0
# Access Maven Central via HTTPS by default
5972f0
Patch300:       0001-default-to-ssl-for-central.patch
5972f0
5972f0
BuildArch:      noarch
5972f0
5972f0
BuildRequires:  maven-local
5972f0
BuildRequires:  xmvn >= 1.3.0-5
5972f0
5972f0
BuildRequires:  aether-api >= 1.13.1-8
5972f0
BuildRequires:  aether-connector-wagon
5972f0
BuildRequires:  aether-impl
5972f0
BuildRequires:  aether-spi
5972f0
BuildRequires:  aether-util
5972f0
BuildRequires:  aopalliance
5972f0
BuildRequires:  apache-commons-cli
5972f0
BuildRequires:  apache-commons-jxpath
5972f0
BuildRequires:  apache-resource-bundles
5972f0
BuildRequires:  atinject
5972f0
BuildRequires:  cglib
5972f0
BuildRequires:  easymock
5972f0
BuildRequires:  google-guice >= 3.1.3-8
5972f0
BuildRequires:  hamcrest
5972f0
BuildRequires:  junit
5972f0
BuildRequires:  maven-assembly-plugin
5972f0
BuildRequires:  maven-compiler-plugin
5972f0
BuildRequires:  maven-install-plugin
5972f0
BuildRequires:  maven-jar-plugin
5972f0
BuildRequires:  maven-javadoc-plugin
5972f0
BuildRequires:  maven-parent
5972f0
BuildRequires:  maven-remote-resources-plugin
5972f0
BuildRequires:  maven-resources-plugin
5972f0
BuildRequires:  maven-site-plugin
5972f0
BuildRequires:  maven-surefire-plugin
5972f0
BuildRequires:  maven-surefire-provider-junit4
5972f0
BuildRequires:  maven-wagon
5972f0
BuildRequires:  objectweb-asm
5972f0
BuildRequires:  plexus-cipher
5972f0
BuildRequires:  plexus-classworlds
5972f0
BuildRequires:  plexus-containers-component-annotations
5972f0
BuildRequires:  plexus-containers-component-metadata >= 1.5.5
5972f0
BuildRequires:  plexus-containers-container-default
5972f0
BuildRequires:  plexus-interpolation
5972f0
BuildRequires:  plexus-sec-dispatcher
5972f0
BuildRequires:  plexus-utils
5972f0
BuildRequires:  sisu-inject-bean
5972f0
BuildRequires:  sisu-inject-plexus
5972f0
BuildRequires:  slf4j
5972f0
BuildRequires:  xmlunit
5972f0
%if 0%{?fedora}
5972f0
BuildRequires:  animal-sniffer >= 1.6-5
5972f0
%endif
5972f0
5972f0
# Theoretically Maven might be usable with just JRE, but typical Maven
5972f0
# workflow requires full JDK, wso we require it here.
5972f0
Requires:       java-devel
5972f0
5972f0
# XMvn does generate auto-requires, but explicit requires are still
5972f0
# needed because some symlinked JARs are not present in Maven POMs or
5972f0
# their dependency scope prevents them from being added automatically
5972f0
# by XMvn.  It would be possible to explicitly specify only
5972f0
# dependencies which are not generated automatically, but adding
5972f0
# everything seems to be easier.
5972f0
Requires:       aether-api
5972f0
Requires:       aether-connector-wagon
5972f0
Requires:       aether-impl
5972f0
Requires:       aether-spi
5972f0
Requires:       aether-util
5972f0
Requires:       aopalliance
5972f0
Requires:       apache-commons-cli
5972f0
Requires:       apache-commons-codec
5972f0
Requires:       apache-commons-logging
5972f0
Requires:       atinject
5972f0
Requires:       cglib
5972f0
Requires:       google-guice
5972f0
Requires:       guava
5972f0
Requires:       httpcomponents-client
5972f0
Requires:       httpcomponents-core
5972f0
Requires:       maven-wagon
5972f0
Requires:       objectweb-asm
5972f0
Requires:       plexus-cipher
5972f0
Requires:       plexus-containers-component-annotations
5972f0
Requires:       plexus-interpolation
5972f0
Requires:       plexus-sec-dispatcher
5972f0
Requires:       plexus-utils
5972f0
Requires:       sisu-inject-bean
5972f0
Requires:       sisu-inject-plexus
5972f0
5972f0
# for noarch->arch change
5972f0
Obsoletes:      %{name} < 0:%{version}-%{release}
5972f0
5972f0
# maven2 bin package no longer exists.
5972f0
Obsoletes:      maven2 < 2.2.1-99
5972f0
Provides:       maven2 = %{version}-%{release}
5972f0
5972f0
%description
5972f0
Maven is a software project management and comprehension tool. Based on the
5972f0
concept of a project object model (POM), Maven can manage a project's build,
5972f0
reporting and documentation from a central piece of information.
5972f0
5972f0
%package        javadoc
5972f0
Summary:        API documentation for %{name}
5972f0
Group:          Documentation
5972f0
5972f0
%description    javadoc
5972f0
%{summary}.
5972f0
5972f0
%prep
5972f0
%setup -q -n apache-%{name}-%{version}%{?ver_add}
5972f0
%patch100 -p1
5972f0
%patch200 -p1
5972f0
%patch300 -p1
5972f0
5972f0
# Generate build number based on package release number
5972f0
%pom_remove_plugin :buildnumber-maven-plugin maven-core
5972f0
sed -i "
5972f0
/buildNumber=/ {
5972f0
  s/=.*/=Red Hat %{version}-%{release}/
5972f0
  s/%{dist}$//
5972f0
}
5972f0
/timestamp=/ d
5972f0
" `find -name build.properties`
5972f0
5972f0
# Create Maven scripts
5972f0
sed s/@MVN@/mvn/      %{SOURCE200} >mvn
5972f0
sed s/@MVN@/mvnDebug/ %{SOURCE200} >mvnDebug
5972f0
sed s/@MVN@/mvnyjp/   %{SOURCE200} >mvnyjp
5972f0
5972f0
# not really used during build, but a precaution
5972f0
rm maven-ant-tasks-*.jar
5972f0
5972f0
# fix line endings
5972f0
sed -i 's:\r::' *.txt
5972f0
5972f0
# fix for animal-sniffer (we don't generate 1.5 signatures)
5972f0
sed -i 's:check-java-1.5-compat:check-java-1.6-compat:' pom.xml
5972f0
5972f0
rm -f apache-maven/src/bin/*.bat
5972f0
sed -i 's:\r::' apache-maven/src/conf/settings.xml
5972f0
5972f0
# Update shell scripts to use unversioned classworlds
5972f0
sed -i -e s:'-classpath "${M2_HOME}"/boot/plexus-classworlds-\*.jar':'-classpath "${M2_HOME}"/boot/plexus-classworlds.jar':g \
5972f0
        apache-maven/src/bin/mvn*
5972f0
5972f0
# Disable animal-sniffer on RHEL
5972f0
# Temporarily disabled for fedora to solve asm & asm4 clashing on classpath
5972f0
#if [ %{?rhel} ]; then
5972f0
%pom_remove_plugin :animal-sniffer-maven-plugin
5972f0
#fi
5972f0
5972f0
%pom_add_dep org.codehaus.plexus:plexus-container-default maven-plugin-api
5972f0
5972f0
%build
5972f0
# Put all JARs in standard location, but create symlinks in Maven lib
5972f0
# directory so that Plexus Classworlds can find them.
5972f0
%mvn_file ":{*}" %{name}/@1 %{_datadir}/%{name}/lib/@1
5972f0
5972f0
%mvn_build -- -Dproject.build.sourceEncoding=UTF-8
5972f0
5972f0
mkdir m2home
5972f0
(cd m2home
5972f0
    tar --delay-directory-restore -xvf ../apache-maven/target/*tar.gz
5972f0
    chmod -R +rwX apache-%{name}-%{version}%{?ver_add}
5972f0
    chmod -x apache-%{name}-%{version}%{?ver_add}/conf/settings.xml
5972f0
)
5972f0
5972f0
5972f0
%install
5972f0
%mvn_install
5972f0
5972f0
export M2_HOME=$(pwd)/m2home/apache-maven-%{version}%{?ver_add}
5972f0
5972f0
install -d -m 755 %{buildroot}%{_datadir}/%{name}/bin
5972f0
install -d -m 755 %{buildroot}%{_datadir}/%{name}/conf
5972f0
install -d -m 755 %{buildroot}%{_datadir}/%{name}/boot
5972f0
install -d -m 755 %{buildroot}%{_datadir}/%{name}/lib/ext
5972f0
install -d -m 755 %{buildroot}%{_bindir}
5972f0
install -d -m 755 %{buildroot}%{_sysconfdir}/%{name}
5972f0
install -d -m 755 %{buildroot}%{_sysconfdir}/bash_completion.d
5972f0
install -d -m 755 %{buildroot}%{_mandir}/man1
5972f0
5972f0
install -p -m 755 mvn %{buildroot}%{_bindir}/
5972f0
install -p -m 755 mvnDebug %{buildroot}%{_bindir}/
5972f0
install -p -m 755 mvnyjp %{buildroot}%{_bindir}/
5972f0
install -p -m 644 %{SOURCE2} %{buildroot}%{_mandir}/man1
5972f0
install -p -m 644 %{SOURCE1} %{buildroot}%{_sysconfdir}/bash_completion.d/%{name}
5972f0
mv $M2_HOME/bin/m2.conf %{buildroot}%{_sysconfdir}
5972f0
ln -sf %{_sysconfdir}/m2.conf %{buildroot}%{_datadir}/%{name}/bin/m2.conf
5972f0
mv $M2_HOME/conf/settings.xml %{buildroot}%{_sysconfdir}/%{name}
5972f0
ln -sf %{_sysconfdir}/%{name}/settings.xml %{buildroot}%{_datadir}/%{name}/conf/settings.xml
5972f0
5972f0
cp -a $M2_HOME/bin/* %{buildroot}%{_datadir}/%{name}/bin
5972f0
5972f0
ln -sf $(build-classpath plexus/classworlds) \
5972f0
    %{buildroot}%{_datadir}/%{name}/boot/plexus-classworlds.jar
5972f0
5972f0
(cd %{buildroot}%{_datadir}/%{name}/lib
5972f0
    # 1. atinject, aopalliance and objectweb-asm are bundled in
5972f0
    #    sisu-inject-bean upstream normally
5972f0
    # 2. httpcomponents-core, httpcomponents-client, commons-logging
5972f0
    #    and commons-codec are bundled in wagon-http-shaded upstream
5972f0
    #    normally
5972f0
    build-jar-repository -s -p . \
5972f0
        aether/aether-api \
5972f0
        aether/aether-connector-wagon \
5972f0
        aether/aether-impl \
5972f0
        aether/aether-spi \
5972f0
        aether/aether-util \
5972f0
        commons-cli \
5972f0
        plexus/plexus-cipher \
5972f0
        plexus/containers-component-annotations \
5972f0
        plexus/interpolation \
5972f0
        plexus/plexus-sec-dispatcher \
5972f0
        plexus/utils \
5972f0
        guava \
5972f0
        google-guice-no_aop \
5972f0
        sisu/sisu-inject-bean \
5972f0
        sisu/sisu-inject-plexus \
5972f0
        maven-wagon/file \
5972f0
        maven-wagon/http-shaded \
5972f0
        maven-wagon/provider-api \
5972f0
        \
5972f0
        atinject \
5972f0
        aopalliance \
5972f0
        cglib \
5972f0
        objectweb-asm/asm-all \
5972f0
        \
5972f0
        maven-wagon/http-shared4 \
5972f0
        httpcomponents/httpclient \
5972f0
        httpcomponents/httpcore \
5972f0
        commons-logging \
5972f0
        commons-codec \
5972f0
)
5972f0
5972f0
5972f0
%files -f .mfiles
5972f0
%doc LICENSE.txt NOTICE.txt README.txt
5972f0
%{_datadir}/%{name}
5972f0
%{_bindir}/mvn*
5972f0
%dir %{_javadir}/%{name}
5972f0
%dir %{_sysconfdir}/%{name}
5972f0
%config(noreplace) %{_sysconfdir}/m2.conf
5972f0
%config(noreplace) %{_sysconfdir}/%{name}/settings.xml
5972f0
%config(noreplace) %{_sysconfdir}/bash_completion.d/%{name}
5972f0
%{_mandir}/man1/mvn.1.gz
5972f0
5972f0
%files javadoc -f .mfiles-javadoc
5972f0
%doc LICENSE.txt NOTICE.txt
5972f0
5972f0
5972f0
%changelog
5972f0
* Tue Jul 21 2015 Michal Srb <msrb@redhat.com> - 3.0.5-17
5972f0
- Access Maven Central via HTTPS by default
5972f0
- Resolves: rhbz#1198561
5972f0
5972f0
* Mon Jan  6 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.0.5-16
5972f0
- BuildRequire xmvn >= 1.3.0-5
5972f0
5972f0
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 3.0.5-15
5972f0
- Mass rebuild 2013-12-27
5972f0
5972f0
* Thu Nov  7 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.0.5-14
5972f0
- Add cglib to plexus.core
5972f0
5972f0
* Wed Nov  6 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.0.5-13
5972f0
- Add wagon-http-shared4 to plexus.core
5972f0
- Add explcit requires
5972f0
5972f0
* Mon Oct 21 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.0.5-12
5972f0
- Add missing dependencies to plexus.core
5972f0
- Add patch for MNG-5402
5972f0
5972f0
* Wed Oct 16 2013 Stanislav Ochotnicky <sochotnicky@redhat.com> - 3.0.5-11
5972f0
- Add objectweb-asm back to dependencies
5972f0
- Resolves: rhbz#1019834
5972f0
5972f0
* Tue Oct 08 2013 Stanislav Ochotnicky <sochotnicky@redhat.com> - 3.0.5-10
5972f0
- Rebuild and use no_aop guice
5972f0
- Synchronize dependencies with upstream
5972f0
- Resolves: rhbz#1016447
5972f0
5972f0
* Tue Sep 24 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.0.5-9
5972f0
- Generate build number based on package release number
5972f0
5972f0
* Mon Jul 22 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.0.5-8
5972f0
- Install mvnDebug and mvnyjp scripts
5972f0
- Resolves: rhbz#986976
5972f0
5972f0
* Fri Jun 28 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.0.5-7
5972f0
- Rebuild to regenerate API documentation
5972f0
- Resolves: CVE-2013-1571
5972f0
5972f0
* Fri May 10 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.0.5-6
5972f0
- Remove unneeded BR: async-http-client
5972f0
- Add Requires on java-devel
5972f0
5972f0
* Thu May  2 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.0.5-5
5972f0
- BR proper aether subpackages
5972f0
- Resolves: rhbz#958160
5972f0
5972f0
* Fri Apr 26 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.0.5-4
5972f0
- Add missing BuildRequires
5972f0
5972f0
* Tue Mar 12 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.0.5-3
5972f0
- Make ext/ a subdirectory of lib/
5972f0
5972f0
* Tue Mar 12 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.0.5-2
5972f0
- In maven-script don't override M2_HOME if already set
5972f0
5972f0
* Fri Mar  1 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.0.5-1
5972f0
- Update to upstream version 3.0.5
5972f0
- Move settings.xml to /etc
5972f0
5972f0
* Mon Feb 11 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.0.4-32
5972f0
- Remove xerces-j2 from plexus.core realm
5972f0
- Resolves: rhbz#784816
5972f0
5972f0
* Thu Feb  7 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.0.4-31
5972f0
- Migrate BR from sisu to sisu subpackages
5972f0
5972f0
* Wed Feb  6 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.0.4-30
5972f0
- Remove unneeded R: maven-local
5972f0
5972f0
* Fri Jan 25 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.0.4-29
5972f0
- Drop support for local mode
5972f0
- Build with xmvn, rely on auto-requires
5972f0
5972f0
* Wed Jan 23 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.0.4-28
5972f0
- Move mvn-local and mvn-rpmbuild out of %_bindir
5972f0
5972f0
* Tue Nov 27 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.0.4-27
5972f0
- Move some parts to maven-local package
5972f0
5972f0
* Thu Nov 22 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.0.4-26
5972f0
- Force source >= 1.5 and target >= source
5972f0
5972f0
* Mon Nov 19 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.0.4-25
5972f0
- Fix license tag
5972f0
5972f0
* Thu Nov 15 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.0.4-24
5972f0
- Install NOTICE file with javadoc package
5972f0
5972f0
* Tue Nov 13 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.0.4-23
5972f0
- Temporarly require Plexus POMs as a workaround
5972f0
5972f0
* Mon Nov 12 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.0.4-22
5972f0
- Drop dependency on maven2-common-poms
5972f0
- Drop support for /etc/maven/fragments
5972f0
5972f0
* Thu Nov 08 2012 Stanislav Ochotnicky <sochotnicky@redhat.com> - 3.0.4-21
5972f0
- Add support for custom jar/pom/fragment directories
5972f0
5972f0
* Thu Nov  8 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.0.4-20
5972f0
- Remove all slf4j providers except nop from maven realm
5972f0
5972f0
* Thu Nov  1 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.0.4-19
5972f0
- Add aopalliance and cglib to maven-model-builder test dependencies
5972f0
5972f0
* Thu Nov  1 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.0.4-18
5972f0
- Add objectweb-asm to classpath
5972f0
5972f0
* Thu Nov  1 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.0.4-17
5972f0
- Add aopalliance, cglib, slf4j to classpath
5972f0
5972f0
* Wed Oct 31 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.0.4-16
5972f0
- Don't echo JAVA_HOME in maven-script
5972f0
- Add bash completion for -Dproject.build.sourceEncoding
5972f0
5972f0
* Mon Oct 29 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.0.4-15
5972f0
- Add a few bash completion goals
5972f0
5972f0
* Wed Oct 24 2012 Stanislav Ochotnicky <sochotnicky@redhat.com> - 3.0.4-14
5972f0
- Enable test skipping patch only for local mode (#869399)
5972f0
5972f0
* Fri Oct 19 2012 Stanislav Ochotnicky <sochotnicky@redhat.com> - 3.0.4-13
5972f0
- Make sure we look for requested pom file and not resolved
5972f0
5972f0
* Thu Oct 18 2012 Stanislav Ochotnicky <sochotnicky@redhat.com> - 3.0.4-12
5972f0
- Look into maven.repo.local first to handle corner-case packages (#865599)
5972f0
- Finish handling of compatibility packages
5972f0
- Disable animal-sniffer temporarily in Fedora as well
5972f0
5972f0
* Mon Aug 27 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.0.4-11
5972f0
- Disable animal-sniffer on RHEL
5972f0
5972f0
* Wed Jul 25 2012 Stanislav Ochotnicky <sochotnicky@redhat.com> - 3.0.4-10
5972f0
- Fix exit code of mvn-rpmbuild outside of mock
5972f0
- Fix bug in compatibility jar handling
5972f0
5972f0
* Mon Jul 23 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.0.4-9
5972f0
- Run redundant dependency checks only in mock
5972f0
5972f0
* Tue Jul 17 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.0.4-8
5972f0
- Add manual page
5972f0
5972f0
* Mon Jun 11 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.0.4-7
5972f0
- Implement redundant dependency checks
5972f0
5972f0
* Thu May 24 2012 Krzysztof Daniel <kdaniel@redhat.com> 3.0.4-6
5972f0
- Bug 824789 -Use the version if it is possible.
5972f0
5972f0
* Mon May 14 2012 Stanislav Ochotnicky <sochotnicky@redhat.com> - 3.0.4-5
5972f0
- Use Obsoletes instead of Conflicts
5972f0
5972f0
* Mon May 14 2012 Stanislav Ochotnicky <sochotnicky@redhat.com> - 3.0.4-4
5972f0
- Obsolete and provide maven2
5972f0
5972f0
* Thu Mar 29 2012 Stanislav Ochotnicky <sochotnicky@redhat.com> - 3.0.4-3
5972f0
- Make package noarch again to simplify bootstrapping
5972f0
5972f0
* Thu Feb  9 2012 Stanislav Ochotnicky <sochotnicky@redhat.com> - 3.0.4-2
5972f0
- Make javadoc noarch
5972f0
- Make compilation source level 1.5
5972f0
- Fix borked tarball unpacking (reason unknown)
5972f0
5972f0
* Tue Jan 31 2012 Stanislav Ochotnicky <sochotnicky@redhat.com> - 3.0.4-1
5972f0
- Update to latest upstream version
5972f0
5972f0
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0.3-17
5972f0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
5972f0
5972f0
* Tue Dec 13 2011 Stanislav Ochotnicky <sochotnicky@redhat.com> - 3.0.3-16
5972f0
- Add maven2-common-poms to Requires
5972f0
5972f0
* Tue Oct 11 2011 Stanislav Ochotnicky <sochotnicky@redhat.com> - 3.0.3-15
5972f0
- Provide mvn script now instead of maven2
5972f0
- Conflict with older versions of maven2
5972f0
5972f0
* Tue Aug 30 2011 Stanislav Ochotnicky <sochotnicky@redhat.com> - 3.0.3-14
5972f0
- Fix test scope skipping
5972f0
5972f0
* Mon Aug 22 2011 Stanislav Ochotnicky <sochotnicky@redhat.com> - 3.0.3-13
5972f0
- Remove unnecessary deps causing problems from lib/
5972f0
- Add utf-8 source encoding patch
5972f0
5972f0
* Thu Jul 28 2011 Stanislav Ochotnicky <sochotnicky@redhat.com> - 3.0.3-12
5972f0
- Disable debug package creation
5972f0
5972f0
* Thu Jul 28 2011 Stanislav Ochotnicky <sochotnicky@redhat.com> - 3.0.3-11
5972f0
- Change to arch specific since we are using _libdir for _jnidir
5972f0
5972f0
* Tue Jul 26 2011 Stanislav Ochotnicky <sochotnicky@redhat.com> - 3.0.3-10
5972f0
- Add bash completion (#706856)
5972f0
5972f0
* Mon Jul  4 2011 Stanislav Ochotnicky <sochotnicky@redhat.com> - 3.0.3-9
5972f0
- Add resolving from jnidir and java-jni
5972f0
5972f0
* Thu Jun 23 2011 Stanislav Ochotnicky <sochotnicky@redhat.com> - 3.0.3-8
5972f0
- Add maven-parent to BR/R
5972f0
5972f0
* Wed Jun 22 2011 Stanislav Ochotnicky <sochotnicky@redhat.com> - 3.0.3-7
5972f0
- Process fragments in alphabetical order
5972f0
5972f0
* Tue Jun 21 2011 Stanislav Ochotnicky <sochotnicky@redhat.com> - 3.0.3-6
5972f0
- Fix handling of fallback default_poms
5972f0
- Add empty-dep into maven package to not require maven2 version
5972f0
5972f0
* Fri Jun 10 2011 Stanislav Ochotnicky <sochotnicky@redhat.com> - 3.0.3-5
5972f0
- Process fragments directly instead of maven2-depmap.xml
5972f0
- Expect fragments in /usr/share/maven-fragments
5972f0
- Resolve poms also from /usr/share/maven-poms
5972f0
5972f0
* Mon Jun  6 2011 Stanislav Ochotnicky <sochotnicky@redhat.com> - 3.0.3-4
5972f0
- Add help to mvn-rpmbuild and mvn-local (rhbz#710448)
5972f0
5972f0
* Tue May 10 2011 Stanislav Ochotnicky <sochotnicky@redhat.com> - 3.0.3-3
5972f0
- Improve and clean up depmap handling for m2/m3 repos
5972f0
5972f0
* Mon Apr 18 2011 Stanislav Ochotnicky <sochotnicky@redhat.com> - 3.0.3-2
5972f0
- Enable MAVEN_OPTS override in scripts
5972f0
5972f0
* Fri Mar  4 2011 Stanislav Ochotnicky <sochotnicky@redhat.com> - 3.0.3-1
5972f0
- Update to 3.0.3
5972f0
- Add ext subdirectory to lib
5972f0
5972f0
* Tue Mar  1 2011 Stanislav Ochotnicky <sochotnicky@redhat.com> - 3.0.3-0.1.rc1
5972f0
- Update to 3.0.3rc1
5972f0
- Enable tests again
5972f0
5972f0
* Thu Feb 10 2011 Stanislav Ochotnicky <sochotnicky@redhat.com> - 3.0.2-2
5972f0
- Added mvn-rpmbuild script to be used in spec files
5972f0
- mvn-local is now mixed mode (online with javadir priority)
5972f0
- Changed mvn.jpp to mvn.local
5972f0
5972f0
* Fri Jan 28 2011 Stanislav Ochotnicky <sochotnicky@redhat.com> - 3.0.2-1
5972f0
- Update to latest version (3.0.2)
5972f0
- Ignore test failures temporarily
5972f0
5972f0
* Wed Jan 12 2011 Stanislav Ochotnicky <sochotnicky@redhat.com> - 3.0-6
5972f0
- Fix bug #669034
5972f0
5972f0
* Tue Jan 11 2011 Stanislav Ochotnicky <sochotnicky@redhat.com> - 3.0-5
5972f0
- Fix bugs #667625 #667614 and #667636
5972f0
- Install maven metadata so they are not downloaded when mvn is run
5972f0
- Rename mvn3-local to mvn-local
5972f0
- Add more comments to resolver patch
5972f0
5972f0
* Tue Dec 21 2010 Stanislav Ochotnicky <sochotnicky@redhat.com> - 3.0-4
5972f0
- Add fedora local resolver
5972f0
- Fix quoting of arguments to mvn scripts
5972f0
- Add javadoc subpackage
5972f0
- Make jars versionless and remove unneeded clean section
5972f0
5972f0
* Wed Dec  1 2010 Stanislav Ochotnicky <sochotnicky@redhat.com> - 3.0-3
5972f0
- Remove maven-ant-tasks jar in prep
5972f0
- Make fragment file as %%config
5972f0
5972f0
* Tue Nov 16 2010 Stanislav Ochotnicky <sochotnicky@redhat.com> - 3.0-2
5972f0
- Added apache-commons-parent to BR after commons changes
5972f0
5972f0
* Tue Oct 12 2010 Stanislav Ochotnicky <sochotnicky@redhat.com> - 3.0-1
5972f0
- Initial package with vanilla maven (no jpp mode yet)