631861
%bcond_with bootstrap
631861
631861
%global bundled_slf4j_version 1.7.30
631861
%global homedir %{_datadir}/%{name}%{?maven_version_suffix}
631861
%global confdir %{_sysconfdir}/%{name}%{?maven_version_suffix}
631861
631861
Name:           maven
631861
Epoch:          1
631861
Version:        3.8.5
b77e1c
Release:        4%{?dist}
631861
Summary:        Java project management and project comprehension tool
631861
# maven itself is ASL 2.0
631861
# bundled slf4j is MIT
631861
License:        ASL 2.0 and MIT
631861
URL:            https://maven.apache.org/
631861
BuildArch:      noarch
631861
ExclusiveArch:  %{java_arches} noarch
631861
631861
Source0:        https://archive.apache.org/dist/%{name}/%{name}-3/%{version}/source/apache-%{name}-%{version}-src.tar.gz
631861
Source1:        maven-bash-completion
631861
Source2:        mvn.1
631861
631861
Patch1:         0001-Adapt-mvn-script.patch
631861
# Downstream-specific, avoids dependency on logback
631861
# Used only when %%without logback is in effect
631861
Patch2:         0002-Invoke-logback-via-reflection.patch
631861
Patch3:         0003-Use-non-shaded-HTTP-wagon.patch
631861
Patch4:         0004-Remove-dependency-on-powermock.patch
631861
Patch5:         0005-Port-to-maven-resolver-1.7.2.patch
631861
# XMvn needs to be ported to Maven 3.8.5
631861
# For now restore backwards compatibility with Maven 3.8.4
631861
Patch6:         0006-Restore-DefaultModelValidator-compatibility-with-Mav.patch
631861
631861
%if %{with bootstrap}
631861
BuildRequires:  javapackages-bootstrap-openjdk8
631861
%else
631861
BuildRequires:  maven-local-openjdk8
631861
BuildRequires:  mvn(com.google.inject:guice::no_aop:)
631861
BuildRequires:  mvn(commons-cli:commons-cli)
631861
BuildRequires:  mvn(commons-jxpath:commons-jxpath)
631861
BuildRequires:  mvn(javax.annotation:jsr250-api)
631861
BuildRequires:  mvn(javax.inject:javax.inject)
631861
BuildRequires:  mvn(junit:junit)
631861
BuildRequires:  mvn(org.apache.commons:commons-lang3)
631861
BuildRequires:  mvn(org.apache.maven:maven-parent:pom:)
631861
BuildRequires:  mvn(org.apache.maven.plugins:maven-assembly-plugin)
631861
BuildRequires:  mvn(org.apache.maven.plugins:maven-dependency-plugin)
631861
BuildRequires:  mvn(org.apache.maven.plugins:maven-failsafe-plugin)
631861
BuildRequires:  mvn(org.apache.maven.resolver:maven-resolver-api)
631861
BuildRequires:  mvn(org.apache.maven.resolver:maven-resolver-connector-basic)
631861
BuildRequires:  mvn(org.apache.maven.resolver:maven-resolver-impl)
631861
BuildRequires:  mvn(org.apache.maven.resolver:maven-resolver-spi)
631861
BuildRequires:  mvn(org.apache.maven.resolver:maven-resolver-transport-wagon)
631861
BuildRequires:  mvn(org.apache.maven.resolver:maven-resolver-util)
631861
BuildRequires:  mvn(org.apache.maven.shared:maven-shared-utils)
631861
BuildRequires:  mvn(org.apache.maven.wagon:wagon-file)
631861
BuildRequires:  mvn(org.apache.maven.wagon:wagon-http)
631861
BuildRequires:  mvn(org.apache.maven.wagon:wagon-provider-api)
631861
BuildRequires:  mvn(org.codehaus.modello:modello-maven-plugin)
631861
BuildRequires:  mvn(org.codehaus.mojo:build-helper-maven-plugin)
631861
BuildRequires:  mvn(org.codehaus.mojo:extra-enforcer-rules)
631861
BuildRequires:  mvn(org.codehaus.plexus:plexus-classworlds)
631861
BuildRequires:  mvn(org.codehaus.plexus:plexus-component-annotations)
631861
BuildRequires:  mvn(org.codehaus.plexus:plexus-component-metadata)
631861
BuildRequires:  mvn(org.codehaus.plexus:plexus-interpolation)
631861
BuildRequires:  mvn(org.codehaus.plexus:plexus-utils)
631861
BuildRequires:  mvn(org.eclipse.sisu:org.eclipse.sisu.inject)
631861
BuildRequires:  mvn(org.eclipse.sisu:org.eclipse.sisu.plexus)
631861
BuildRequires:  mvn(org.eclipse.sisu:sisu-maven-plugin)
631861
BuildRequires:  mvn(org.fusesource.jansi:jansi)
631861
BuildRequires:  mvn(org.mockito:mockito-core)
631861
BuildRequires:  mvn(org.slf4j:jcl-over-slf4j)
631861
BuildRequires:  mvn(org.slf4j:slf4j-api)
631861
BuildRequires:  mvn(org.slf4j:slf4j-simple)
631861
BuildRequires:  mvn(org.sonatype.plexus:plexus-cipher)
631861
BuildRequires:  mvn(org.sonatype.plexus:plexus-sec-dispatcher)
631861
BuildRequires:  mvn(org.xmlunit:xmlunit-core)
631861
BuildRequires:  mvn(org.xmlunit:xmlunit-matchers)
631861
%endif
631861
631861
# XXX
631861
#BuildRequires:  mvn(org.slf4j:slf4j-simple::sources:) = %{bundled_slf4j_version}
631861
%if %{without bootstrap}
631861
BuildRequires:  mvn(org.slf4j:slf4j-simple::sources:)
631861
%endif
631861
631861
Requires: %{name}-lib = %{epoch}:%{version}-%{release}
631861
Requires: %{name}-jdk-binding = %{epoch}:%{version}-%{release}
631861
Suggests: %{name}-openjdk17 = %{epoch}:%{version}-%{release}
631861
631861
Requires(post): alternatives
631861
Requires(postun): alternatives
631861
631861
%description
631861
Maven is a software project management and comprehension tool. Based on the
631861
concept of a project object model (POM), Maven can manage a project's build,
631861
reporting and documentation from a central piece of information.
631861
631861
%package lib
631861
Summary:        Core part of Maven
631861
# If XMvn is part of the same RPM transaction then it should be
631861
# installed first to avoid triggering rhbz#1014355.
631861
OrderWithRequires: xmvn-minimal
631861
631861
# Maven upstream uses patched version of SLF4J.  They unpack
631861
# slf4j-simple-sources.jar, apply non-upstreamable, Maven-specific
631861
# patch (using a script written in Groovy), compile and package as
631861
# maven-slf4j-provider.jar, together with Maven-specific additions.
631861
Provides:       bundled(slf4j) = %{bundled_slf4j_version}
631861
631861
%description lib
631861
Core part of Apache Maven that can be used as a library.
631861
631861
%package openjdk8
631861
Summary:        OpenJDK 8 binding for Maven
631861
RemovePathPostfixes: -openjdk8
631861
Provides: maven-jdk-binding = %{epoch}:%{version}-%{release}
631861
Requires: maven = %{epoch}:%{version}-%{release}
b77e1c
Requires: java-1.8.0-openjdk-headless
b77e1c
Recommends: java-1.8.0-openjdk-devel
631861
Conflicts: maven-jdk-binding
631861
631861
%description openjdk8
631861
Configures Maven to run with OpenJDK 8.
631861
631861
%package openjdk11
631861
Summary:        OpenJDK 11 binding for Maven
631861
RemovePathPostfixes: -openjdk11
631861
Provides: maven-jdk-binding = %{epoch}:%{version}-%{release}
631861
Requires: maven = %{epoch}:%{version}-%{release}
b77e1c
Requires: java-11-openjdk-headless
b77e1c
Recommends: java-11-openjdk-devel
631861
Conflicts: maven-jdk-binding
631861
631861
%description openjdk11
631861
Configures Maven to run with OpenJDK 11.
631861
631861
%package openjdk17
631861
Summary:        OpenJDK 17 binding for Maven
631861
RemovePathPostfixes: -openjdk17
631861
Provides: maven-jdk-binding = %{epoch}:%{version}-%{release}
631861
Requires: maven = %{epoch}:%{version}-%{release}
b77e1c
Requires: java-17-openjdk-headless
b77e1c
Recommends: java-17-openjdk-devel
631861
Conflicts: maven-jdk-binding
631861
631861
%description openjdk17
631861
Configures Maven to run with OpenJDK 17.
631861
631861
%{?javadoc_package}
631861
631861
%prep
631861
%setup -q -n apache-%{name}-%{version}
631861
631861
find -name '*.java' -exec sed -i 's/\r//' {} +
631861
find -name 'pom.xml' -exec sed -i 's/\r//' {} +
631861
631861
%patch1 -p1
631861
%patch2 -p1
631861
%patch3 -p1
631861
%patch4 -p1
631861
%patch5 -p1
631861
%patch6 -p1
631861
631861
# not really used during build, but a precaution
631861
find -name '*.jar' -not -path '*/test/*' -delete
631861
find -name '*.class' -delete
631861
find -name '*.bat' -delete
631861
631861
%pom_remove_dep -r :powermock-reflect
631861
631861
sed -i 's:\r::' apache-maven/src/conf/settings.xml
631861
631861
# Downloads dependency licenses from the Internet and aggregates them.
631861
# We already ship the licenses in their respective packages.
631861
rm apache-maven/src/main/appended-resources/META-INF/LICENSE.vm
631861
631861
# Disable plugins which are not useful for us
631861
%pom_remove_plugin -r :animal-sniffer-maven-plugin
631861
%pom_remove_plugin -r :apache-rat-plugin
631861
%pom_remove_plugin -r :maven-site-plugin
631861
%pom_remove_plugin -r :buildnumber-maven-plugin
631861
sed -i "
631861
/buildNumber=/ {
631861
  s/=.*/=Red Hat %{version}-%{release}/
631861
  s/%{dist}$//
631861
}
631861
/timestamp=/ d
631861
" `find -name build.properties`
631861
631861
%mvn_package :apache-maven __noinstall
631861
631861
%pom_change_dep :jansi :::runtime maven-embedder
631861
%pom_remove_dep -r :logback-classic
631861
631861
%mvn_alias :maven-resolver-provider :maven-aether-provider
631861
631861
%pom_xpath_inject 'pom:build/pom:plugins' '
631861
<plugin>
631861
	<groupId>org.eclipse.sisu</groupId>
631861
	<artifactId>sisu-maven-plugin</artifactId>
631861
</plugin>' maven-model-builder/pom.xml
631861
631861
%build
631861
%mvn_build -- -Dproject.build.sourceEncoding=UTF-8
631861
631861
mkdir m2home
631861
(cd m2home
631861
    tar --delay-directory-restore -xvf ../apache-maven/target/*tar.gz
631861
)
631861
631861
631861
%install
631861
%mvn_install
631861
631861
export M2_HOME=$(pwd)/m2home/apache-maven-%{version}%{?ver_add}
631861
631861
install -d -m 755 %{buildroot}%{homedir}/conf
631861
install -d -m 755 %{buildroot}%{confdir}
631861
install -d -m 755 %{buildroot}%{_datadir}/bash-completion/completions/
631861
631861
cp -a $M2_HOME/{bin,lib,boot} %{buildroot}%{homedir}/
631861
%if %{without bootstrap}
631861
xmvn-subst -s -R %{buildroot} -s %{buildroot}%{homedir}
631861
%endif
631861
631861
# maven uses this hardcoded path in its launcher to locate jansi so we symlink it
631861
ln -s %{_prefix}/lib/jansi/libjansi.so %{buildroot}%{homedir}/lib/jansi-native/
631861
631861
install -p -m 644 %{SOURCE2} %{buildroot}%{homedir}/bin/
631861
gzip -9 %{buildroot}%{homedir}/bin/mvn.1
631861
install -p -m 644 %{SOURCE1} %{buildroot}%{_datadir}/bash-completion/completions/mvn%{?maven_version_suffix}
631861
mv $M2_HOME/bin/m2.conf %{buildroot}%{_sysconfdir}/m2%{?maven_version_suffix}.conf
631861
ln -sf %{_sysconfdir}/m2%{?maven_version_suffix}.conf %{buildroot}%{homedir}/bin/m2.conf
631861
mv $M2_HOME/conf/settings.xml %{buildroot}%{confdir}/
631861
ln -sf %{confdir}/settings.xml %{buildroot}%{homedir}/conf/settings.xml
631861
mv $M2_HOME/conf/logging %{buildroot}%{confdir}/
631861
ln -sf %{confdir}/logging %{buildroot}%{homedir}/conf
631861
631861
# Ghosts for alternatives
631861
install -d -m 755 %{buildroot}%{_bindir}/
631861
install -d -m 755 %{buildroot}%{_mandir}/man1/
631861
touch %{buildroot}%{_bindir}/{mvn,mvnDebug}
631861
touch %{buildroot}%{_mandir}/man1/{mvn,mvnDebug}.1
631861
631861
# Versioned commands and manpages
631861
%if 0%{?maven_version_suffix:1}
631861
ln -s %{homedir}/bin/mvn %{buildroot}%{_bindir}/mvn%{maven_version_suffix}
631861
ln -s %{homedir}/bin/mvnDebug %{buildroot}%{_bindir}/mvnDebug%{maven_version_suffix}
631861
ln -s %{homedir}/bin/mvn.1.gz %{buildroot}%{_mandir}/man1/mvn%{maven_version_suffix}.1.gz
631861
ln -s %{homedir}/bin/mvnDebug.1.gz %{buildroot}%{_mandir}/man1/mvnDebug%{maven_version_suffix}.1.gz
631861
%endif
631861
631861
# JDK bindings
631861
install -d -m 755 %{buildroot}%{_javaconfdir}/
b77e1c
echo JAVA_HOME=%{_jvmlibdir}/jre-1.8.0-openjdk >%{buildroot}%{_javaconfdir}/maven.conf-openjdk8
b77e1c
echo JAVA_HOME=%{_jvmlibdir}/jre-11-openjdk >%{buildroot}%{_javaconfdir}/maven.conf-openjdk11
b77e1c
echo JAVA_HOME=%{_jvmlibdir}/jre-17-openjdk >%{buildroot}%{_javaconfdir}/maven.conf-openjdk17
631861
631861
631861
%post
631861
update-alternatives --install %{_bindir}/mvn mvn %{homedir}/bin/mvn %{?maven_alternatives_priority}0 \
631861
--slave %{_bindir}/mvnDebug mvnDebug %{homedir}/bin/mvnDebug \
631861
--slave %{_mandir}/man1/mvn.1.gz mvn1 %{homedir}/bin/mvn.1.gz \
631861
--slave %{_mandir}/man1/mvnDebug.1.gz mvnDebug1 %{homedir}/bin/mvn.1.gz \
631861
631861
%postun
631861
if [[ $1 -eq 0 ]]; then update-alternatives --remove mvn %{homedir}/bin/mvn; fi
631861
631861
%files lib -f .mfiles
631861
%doc README.md
631861
%license LICENSE NOTICE
631861
%{homedir}
631861
%exclude %{homedir}/bin/mvn*
631861
%dir %{confdir}
631861
%dir %{confdir}/logging
631861
%config(noreplace) %{_sysconfdir}/m2%{?maven_version_suffix}.conf
631861
%config(noreplace) %{confdir}/settings.xml
631861
%config(noreplace) %{confdir}/logging/simplelogger.properties
631861
631861
%files
631861
%{homedir}/bin/mvn*
631861
%ghost %{_bindir}/mvn
631861
%ghost %{_bindir}/mvnDebug
631861
%{_datadir}/bash-completion
631861
%ghost %{_mandir}/man1/mvn.1.gz
631861
%ghost %{_mandir}/man1/mvnDebug.1.gz
631861
%if 0%{?maven_version_suffix:1}
631861
%{_bindir}/mvn%{maven_version_suffix}
631861
%{_bindir}/mvnDebug%{maven_version_suffix}
631861
%{_mandir}/man1/mvn%{maven_version_suffix}.1.gz
631861
%{_mandir}/man1/mvnDebug%{maven_version_suffix}.1.gz
631861
%endif
631861
631861
%files openjdk8
631861
%config %{_javaconfdir}/maven.conf-openjdk8
631861
631861
%files openjdk11
631861
%config %{_javaconfdir}/maven.conf-openjdk11
631861
631861
%files openjdk17
631861
%config %{_javaconfdir}/maven.conf-openjdk17
631861
631861
%changelog
b77e1c
* Thu Feb 02 2023 Mikolaj Izdebski <mizdebsk@redhat.com> - 1:3.8.5-4
b77e1c
- Turn hard dependency on java-devel into a weak dependencny
b77e1c
- Resolves: rhbz#2165591
b77e1c
631861
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1:3.8.5-3
631861
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
631861
631861
* Thu May 05 2022 Mikolaj Izdebski <mizdebsk@redhat.com> - 1:3.8.5-2
631861
- Add build-dependency on extra-enforcer-rules
631861
631861
* Thu Apr 21 2022 Mikolaj Izdebski <mizdebsk@redhat.com> - 1:3.8.5-1
631861
- Update to upstream version 3.8.5
631861
631861
* Thu Jan 27 2022 Mikolaj Izdebski <mizdebsk@redhat.com> - 1:3.8.4-3
631861
- Suggest OpenJDK 17 as default Maven binding
631861
631861
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1:3.8.4-2
631861
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
631861
631861
* Fri Dec 17 2021 Marian Koncek <mkoncek@redhat.com> - 1:3.8.4-1
631861
- Update to upstream version 3.8.4
631861
631861
* Fri Nov 05 2021 Mikolaj Izdebski <mizdebsk@redhat.com> - 1:3.6.3-14
631861
- Do not override JAVA_HOME set by user
631861
- Resolves: rhbz#2020478
631861
631861
* Tue Nov 02 2021 Mikolaj Izdebski <mizdebsk@redhat.com> - 1:3.6.3-13
631861
- Suggest OpenJDK 17 as default Maven binding
631861
631861
* Fri Sep 24 2021 Mikolaj Izdebski <mizdebsk@redhat.com> - 1:3.6.3-12
631861
- Add OpenJDK 17 binding
631861
631861
* Fri Sep 24 2021 Marian Koncek <mkoncek@redhat.com> - 1:3.6.3-11
631861
- Create a symlink to jansi shared object
631861
- Related: rhbz#1994935
631861
631861
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1:3.6.3-10
631861
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
631861
631861
* Mon May 17 2021 Mikolaj Izdebski <mizdebsk@redhat.com> - 1:3.6.3-9
631861
- Bootstrap build
631861
- Non-bootstrap build
631861
631861
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1:3.6.3-8
631861
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
631861
631861
* Thu Dec 24 2020 Mikolaj Izdebski <mizdebsk@redhat.com> - 1:3.6.3-2
631861
- Move launcher scripts from maven-lib to maven package
631861
631861
* Mon Dec 14 2020 Jerry James <loganjerry@gmail.com> - 1:3.6.3-7
631861
- Update jansi dep to jansi1
631861
631861
* Wed Sep 30 2020 Christopher Tubbs <ctubbsii@fedoraproject.org> - 1:3.6.3-6
631861
- Remove unneeded commons-logging from runtime class path (rhbz#1883751)
631861
- Also remove redundant commons-codec
631861
631861
* Tue Aug 25 2020 Fabio Valentini <decathorpe@gmail.com> - 1:3.6.3-5
631861
- Adapt to cdi-api switch from jboss-interceptor to jakarta-interceptor.
631861
631861
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1:3.6.3-4
631861
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
631861
631861
* Fri Jul 10 2020 Jiri Vanek <jvanek@redhat.com> - 1:3.6.3-3
631861
- Rebuilt for JDK-11, see https://fedoraproject.org/wiki/Changes/Java11
631861
631861
* Thu Jun 25 2020 Alexander Kurtakov <akurtako@redhat.com> 1:3.6.3-2
631861
- Switch jsr250 to jakarta-anntations.
631861
631861
* Mon May 25 2020 Fabio Valentini <decathorpe@gmail.com> - 1:3.6.3-1
631861
- Update to version 3.6.3.
631861
631861
* Thu May 14 2020 Fabio Valentini <decathorpe@gmail.com> - 1:3.6.2-1
631861
- Update to version 3.6.2.
631861
631861
* Thu May 14 2020 Fabio Valentini <decathorpe@gmail.com> - 1:3.6.1-6
631861
- Port to modello 1.11.
631861
631861
* Thu Feb 27 2020 Marian Koncek <mkoncek@redhat.com> - 1:3.6.3-1
631861
- Update to upstream version 3.6.3
631861
631861
* Wed Feb 05 2020 Dinesh Prasanth M K <dmoluguw@redhat.com> - 1:3.6.1-5
631861
- Require the updated version of slf4j.
631861
631861
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1:3.6.1-4
631861
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
631861
631861
* Sat Jan 25 2020 Mikolaj Izdebski <mizdebsk@redhat.com> - 1:3.6.2-4
631861
- Build with OpenJDK 8
631861
631861
* Thu Jan 23 2020 Mikolaj Izdebski <mizdebsk@redhat.com> - 1:3.6.2-3
631861
- Implement JDK bindings
631861
631861
* Thu Nov 21 2019 Fabio Valentini <decathorpe@gmail.com> - 1:3.6.1-3
631861
- Require the correct version of guava.
631861
631861
* Tue Nov 05 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 1:3.6.2-2
631861
- Mass rebuild for javapackages-tools 201902
631861
631861
* Mon Nov 04 2019 Fabio Valentini <decathorpe@gmail.com> - 1:3.6.1-2
631861
- Fix postun scriptlet.
631861
631861
* Wed Oct 16 2019 Fabio Valentini <decathorpe@gmail.com> - 1:3.6.1-1
631861
- Update to version 3.6.1.
631861
631861
* Thu Oct 03 2019 Marian Koncek <mkoncek@redhat.com> - 1:3.6.2-1
631861
- Update to upstream version 3.6.2
631861
631861
* Thu Aug 29 2019 Fabio Valentini <decathorpe@gmail.com> - 1:3.5.4-12
631861
- Remove dependency on logback-classic.
631861
631861
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1:3.5.4-11
631861
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
631861
631861
* Wed Jul 03 2019 Marian Koncek <mkoncek@redhat.com> - 1:3.6.1-5
631861
- Port to modello version 1.11
631861
631861
* Thu May 30 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 1:3.6.1-4
631861
- Backport upstream fix for Tycho P2 integarion
631861
631861
* Fri May 24 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 1:3.6.1-3
631861
- Mass rebuild for javapackages-tools 201901
631861
631861
* Wed Apr 17 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 1:3.5.4-10
631861
- Update to Mockito 2
631861
631861
* Wed Apr 17 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 1:3.6.1-2
631861
- Update to Mockito 2
631861
631861
* Sat Apr 13 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 1:3.6.1-1
631861
- Update to upstream version 3.6.1
631861
631861
* Fri Apr 12 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 1:3.5.4-6
631861
- Update SLF4J version to 1.7.26
631861
631861
* Wed Mar 20 2019 Peter Robinson <pbrobinson@fedoraproject.org> 1:3.5.4-9
631861
- Fix dependency on alternatives
631861
631861
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1:3.5.4-8
631861
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
631861
631861
* Mon Oct 22 2018 Mikolaj Izdebski <mizdebsk@redhat.com> - 1:3.5.4-7
631861
- Revert unwanted dependency change
631861
631861
* Mon Oct 22 2018 Peter Robinson <pbrobinson@fedoraproject.org> 1:3.5.4-6
631861
- Specify alternatives as dep, not chkconfig
631861
631861
* Mon Jul 30 2018 Severin Gehwolf <sgehwolf@redhat.com> - 1:3.5.4-2
631861
- Require javapackages-tools for maven-lib.
631861
631861
* Thu Jul 26 2018 Michael Simacek <msimacek@redhat.com> - 1:3.5.4-4
631861
- Symlink jansi-linux to lib
631861
631861
* Mon Jul 23 2018 Michael Simacek <msimacek@redhat.com> - 1:3.5.4-3
631861
- Fix license tag to include MIT for bundled slf4j
631861
631861
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1:3.5.4-2
631861
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
631861
631861
* Mon Jun 25 2018 Michael Simacek <msimacek@redhat.com> - 1:3.5.4-1
631861
- Update to upstream version 3.5.4
631861
631861
* Wed Apr 18 2018 Mikolaj Izdebski <mizdebsk@redhat.com> - 1:3.5.3-2
631861
- Introduce alternatives
631861
631861
* Thu Mar 15 2018 Michael Simacek <msimacek@redhat.com> - 1:3.5.3-1
631861
- Update to upstream version 3.5.3
631861
631861
* Thu Mar 15 2018 Mikolaj Izdebski <mizdebsk@redhat.com> - 1:3.5.2-5
631861
- Don't install mvnyjp in bindir
631861
631861
* Fri Feb 09 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1:3.5.2-4
631861
- Escape macros in %%changelog
631861
631861
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1:3.5.2-3
631861
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
631861
631861
* Mon Feb 05 2018 Michael Simacek <msimacek@redhat.com> - 1:3.5.2-2
631861
- Use guava20
631861
631861
* Wed Oct 25 2017 Michael Simacek <msimacek@redhat.com> - 1:3.5.2-1
631861
- Update to upstream version 3.5.2
631861
631861
* Fri Sep 15 2017 Michael Simacek <msimacek@redhat.com> - 1:3.5.0-7
631861
- Fix FTBFS after maven-remote-reources-plugin update
631861
631861
* Tue Aug 08 2017 Michael Simacek <msimacek@redhat.com> - 1:3.5.0-6
631861
- Generate build number based on package release number
631861
631861
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:3.5.0-5
631861
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
631861
631861
* Thu Jun 08 2017 Michael Simacek <msimacek@redhat.com> - 1:3.5.0-4
631861
- Update logback conditional to replace logback usage with reflection
631861
631861
* Wed Apr 26 2017 Mikolaj Izdebski <mizdebsk@redhat.com> - 1:3.5.0-3
631861
- Add apache-commons-codec to plexus.core
631861
- Resolves: rhbz#1445738
631861
631861
* Wed Apr 19 2017 Mikolaj Izdebski <mizdebsk@redhat.com> - 1:3.5.0-2
631861
- Add alias for maven-aether-provider
631861
631861
* Tue Apr 11 2017 Michael Simacek <msimacek@redhat.com> - 1:3.5.0-1
631861
- Update to upstream version 3.5.0
631861
631861
* Fri Mar  3 2017 Mikolaj Izdebski <mizdebsk@redhat.com> - 1:3.3.9-9
631861
- Fix bash-completion directory ownership
631861
631861
* Wed Mar 01 2017 Michael Simacek <msimacek@redhat.com> - 1:3.3.9-8
631861
- Avoid subshell for build-jar-repository
631861
631861
* Thu Feb 16 2017 Mikolaj Izdebski <mizdebsk@redhat.com> - 1:3.3.9-7
631861
- Conditionalize weak dependencies
631861
631861
* Tue Feb 14 2017 Mikolaj Izdebski <mizdebsk@redhat.com> - 1:3.3.9-6
631861
- Remove BR on maven-javadoc-plugin
631861
631861
* Mon Feb 06 2017 Michael Simacek <msimacek@redhat.com> - 1:3.3.9-5
631861
- Remove BR on buildnumber-plugin
631861
631861
* Mon Feb 06 2017 Michael Simacek <msimacek@redhat.com> - 1:3.3.9-4
631861
- Remove buildnumber-plugin from build
631861
631861
* Thu Feb 02 2017 Michael Simacek <msimacek@redhat.com> - 1:3.3.9-3
631861
- Add conditional for logback
631861
631861
* Thu Feb 02 2017 Michael Simacek <msimacek@redhat.com> - 1:3.3.9-2
631861
- Remove site-plugin and enforce-plugin from build
631861
631861
* Wed Feb 01 2017 Michael Simacek <msimacek@redhat.com> - 1:3.3.9-1
631861
- Downgrade to 3.3.9
631861
631861
* Wed Dec 14 2016 Michael Simacek <msimacek@redhat.com> - 3.4.0-0.6.20161118git8ae1a3e
631861
- Bump slf4j version
631861
631861
* Fri Nov 18 2016 Michael Simacek <msimacek@redhat.com> - 3.4.0-0.5.20161118git8ae1a3e
631861
- Restore compatibility with maven-polyglot
631861
631861
* Fri Nov 18 2016 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.4.0-0.4.20161118git8ae1a3e
631861
- Versioned bundled(slf4j) provides
631861
631861
* Fri Nov 18 2016 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.4.0-0.3.20161118git8ae1a3e
631861
- Update to latest upstream snapshot
631861
- Source-bundle slf4j-simple
631861
631861
* Mon Aug 15 2016 Michael Simacek <msimacek@redhat.com> - 3.4.0-0.2.20160807git9f2452a
631861
- Use patched upstream launcher instead of custom script
631861
631861
* Mon Aug  8 2016 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.4.0-0.1.20160807git9f2452a
631861
- Update to 3.4.0 snapshot
631861
631861
* Fri Jul  1 2016 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.3.9-6
631861
- Add missing BR on maven-enforcer-plugin
631861
631861
* Tue Jun 28 2016 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.3.9-5
631861
- Add maven-lib subpackage
631861
631861
* Thu Apr  7 2016 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.3.9-4
631861
- Force SLF4J SimpleLogger re-initialization
631861
- Resolves: rhbz#1324832
631861
631861
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 3.3.9-3
631861
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
631861
631861
* Mon Nov 23 2015 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.3.9-2
631861
- Fix symlinks: add commons-lang3 and remove geronimo-annotation
631861
631861
* Fri Nov 13 2015 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.3.9-1
631861
- Update to upstream version 3.3.9
631861
631861
* Mon Nov  2 2015 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.3.8-1
631861
- Update to upstream version 3.3.8
631861
631861
* Fri Jul 10 2015 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.3.3-3
631861
- Recommend java-devel instead of requiring it
631861
631861
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.3.3-2
631861
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
631861
631861
* Thu Apr 23 2015 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.3.3-1
631861
- Update to upstream version 3.3.3
631861
631861
* Wed Apr  1 2015 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.3.1-2
631861
- Install mvnDebug and mvnyjp in bindir
631861
- Update manpage
631861
- Resolves: rhbz#1207850
631861
631861
* Mon Mar 16 2015 Michal Srb <msrb@redhat.com> - 3.3.1-1
631861
- Add commons-io, commons-lang and jsoup to plexus.core (Resolves: rhbz#1202286)
631861
631861
* Fri Mar 13 2015 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.3.1-1
631861
- Update to upstream version 3.3.1
631861
631861
* Thu Mar 12 2015 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.3.0-1
631861
- Update to upstream version 3.3.0
631861
631861
* Wed Feb 18 2015 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.2.5-2
631861
- Add objectweb-asm to plexus.core
631861
631861
* Mon Jan 19 2015 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.2.5-1
631861
- Update to upstream version 3.2.5
631861
631861
* Sat Dec  6 2014 Ville Skyttä <ville.skytta@iki.fi> - 3.2.3-4
631861
- Fix bash completion filename
631861
631861
* Tue Oct 14 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.2.3-3
631861
- Remove legacy Obsoletes/Provides for maven2
631861
631861
* Mon Sep 29 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.2.3-2
631861
- Update patches
631861
631861
* Fri Aug 22 2014 Michal Srb <msrb@redhat.com> - 3.2.3-1
631861
- Update to upstream version 3.2.3
631861
631861
* Wed Jun 18 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.2.2-1
631861
- Update to upstream version 3.2.2
631861
631861
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.2.1-11
631861
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
631861
631861
* Thu Jun  5 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.2.1-10
631861
- Fix artifact pattern in %%mvn_file invocation
631861
631861
* Wed Jun  4 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.2.1-9
631861
- Install additional lib symlinks only for JAR files
631861
631861
* Wed Jun  4 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.2.1-8
631861
- Fix dangling symlinks in Maven lib dir
631861
- Resolves: rhbz#1104396
631861
631861
* Mon Jun  2 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.2.1-7
631861
- Clean up patches
631861
- Add patch for MNG-5613
631861
631861
* Mon May 26 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.2.1-6
631861
- Remove BuildRequires on maven-surefire-provider-junit4
631861
631861
* Mon Mar 17 2014 Michal Srb <msrb@redhat.com> - 3.2.1-5
631861
- Add missing BR: modello-maven-plugin
631861
631861
* Fri Mar  7 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.2.1-4
631861
- Set logback dependency scope to provided
631861
631861
* Mon Feb 24 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.2.1-3
631861
- Add patch for MNG-5591
631861
631861
* Thu Feb 20 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.2.1-2
631861
- Migrate to Wagon subpackages
631861
631861
* Thu Feb 20 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.2.1-1
631861
- Remove BR on plexus-containers-container-default
631861
631861
* Mon Feb 17 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.2.1-1
631861
- Update to upstream version 3.2.1
631861
631861
* Tue Feb 11 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.2.0-1
631861
- Update to upstream version 3.2.0
631861
631861
* Mon Dec 23 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.1.1-15
631861
- Read user and system config files in maven-script
631861
631861
* Wed Nov 13 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.1.1-14
631861
- Update to Sisu 0.1.0 and Guice 3.1.6
631861
631861
* Fri Nov  8 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.1.1-13
631861
- Add wagon-http-shared4 to plexus.core
631861
631861
* Tue Nov  5 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.1.1-6
631861
- Update F20 to upstream bugfix release 3.1.1
631861
631861
* Tue Nov  5 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.1.1-5
631861
- Add OrderWithRequires: xmvn
631861
- Related: rhbz#1014355
631861
631861
* Tue Oct 29 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.1.1-4
631861
- Add explicit requires
631861
631861
* Wed Oct 23 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.1.1-3
631861
- Rebuild to regenerate broken POM files
631861
- Related: rhbz#1021484
631861
631861
* Mon Oct 21 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.1.0-10
631861
- Add dependencies of wagon-http-shaded to plexus.core
631861
- Remove objectweb-asm from plexus.core
631861
- Add explicit requires
631861
- Resolves: rhbz#1023872
631861
631861
* Mon Oct  7 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.1.1-1
631861
- Update to upstream version 3.1.1
631861
- Remove patch for MNG-5503 (included upstream)
631861
631861
* Mon Sep 23 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.1.0-9
631861
- Synchronize JAR list in lib/ with upstream release
631861
- Remove test dependencies on aopalliance and cglib
631861
631861
* Thu Aug 29 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.1.0-8
631861
- Migrate from easymock 1 to easymock 3
631861
- Resolves: rhbz#1002432
631861
631861
* Fri Aug 23 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.1.0-7
631861
- Add patch for MNG-5503
631861
- Resolves: rhbz#991454
631861
631861
* Mon Aug 12 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.1.0-6
631861
- Update Aether to 0.9.0.M3
631861
631861
* Mon Aug 12 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.1.0-5
631861
- Prepare for update to Aether 0.9.0.M3
631861
631861
* Fri Aug  9 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.1.0-4
631861
- Remove workaround for incompatible plexus-utils
631861
631861
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.1.0-3
631861
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
631861
631861
* Tue Jul 23 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.1.0-2
631861
- Install simplelogger.properties into %%{_sysconfdir}
631861
631861
* Tue Jul 23 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.1.0-1
631861
- Update to upstream version 3.1.0
631861
631861
* Fri Jul 19 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.0.5-8
631861
- Use sonatype-aether symlinks
631861
631861
* Mon May 20 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.0.5-7
631861
- Move bash-completion files to primary location
631861
- Resolves: rhbz#918000
631861
631861
* Fri May 10 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.0.5-6
631861
- Remove unneeded BR: async-http-client
631861
- Add Requires on java-devel
631861
631861
* Thu May  2 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.0.5-5
631861
- BR proper aether subpackages
631861
- Resolves: rhbz#958160
631861
631861
* Fri Apr 26 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.0.5-4
631861
- Add missing BuildRequires
631861
631861
* Tue Mar 12 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.0.5-3
631861
- Make ext/ a subdirectory of lib/
631861
631861
* Tue Mar 12 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.0.5-2
631861
- In maven-script don't override M2_HOME if already set
631861
631861
* Fri Mar  1 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.0.5-1
631861
- Update to upstream version 3.0.5
631861
- Move settings.xml to /etc
631861
631861
* Mon Feb 11 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.0.4-32
631861
- Remove xerces-j2 from plexus.core realm
631861
- Resolves: rhbz#784816
631861
631861
* Thu Feb  7 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.0.4-31
631861
- Migrate BR from sisu to sisu subpackages
631861
631861
* Wed Feb  6 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.0.4-30
631861
- Remove unneeded R: maven-local
631861
631861
* Fri Jan 25 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.0.4-29
631861
- Drop support for local mode
631861
- Build with xmvn, rely on auto-requires
631861
631861
* Wed Jan 23 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.0.4-28
631861
- Move mvn-local and mvn-rpmbuild out of %%_bindir
631861
631861
* Tue Nov 27 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.0.4-27
631861
- Move some parts to maven-local package
631861
631861
* Thu Nov 22 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.0.4-26
631861
- Force source >= 1.5 and target >= source
631861
631861
* Mon Nov 19 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.0.4-25
631861
- Fix license tag
631861
631861
* Thu Nov 15 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.0.4-24
631861
- Install NOTICE file with javadoc package
631861
631861
* Tue Nov 13 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.0.4-23
631861
- Temporarly require Plexus POMs as a workaround
631861
631861
* Mon Nov 12 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.0.4-22
631861
- Drop dependency on maven2-common-poms
631861
- Drop support for /etc/maven/fragments
631861
631861
* Thu Nov 08 2012 Stanislav Ochotnicky <sochotnicky@redhat.com> - 3.0.4-21
631861
- Add support for custom jar/pom/fragment directories
631861
631861
* Thu Nov  8 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.0.4-20
631861
- Remove all slf4j providers except nop from maven realm
631861
631861
* Thu Nov  1 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.0.4-19
631861
- Add aopalliance and cglib to maven-model-builder test dependencies
631861
631861
* Thu Nov  1 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.0.4-18
631861
- Add objectweb-asm to classpath
631861
631861
* Thu Nov  1 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.0.4-17
631861
- Add aopalliance, cglib, slf4j to classpath
631861
631861
* Wed Oct 31 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.0.4-16
631861
- Don't echo JAVA_HOME in maven-script
631861
- Add bash completion for -Dproject.build.sourceEncoding
631861
631861
* Mon Oct 29 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.0.4-15
631861
- Add a few bash completion goals
631861
631861
* Wed Oct 24 2012 Stanislav Ochotnicky <sochotnicky@redhat.com> - 3.0.4-14
631861
- Enable test skipping patch only for local mode (#869399)
631861
631861
* Fri Oct 19 2012 Stanislav Ochotnicky <sochotnicky@redhat.com> - 3.0.4-13
631861
- Make sure we look for requested pom file and not resolved
631861
631861
* Thu Oct 18 2012 Stanislav Ochotnicky <sochotnicky@redhat.com> - 3.0.4-12
631861
- Look into maven.repo.local first to handle corner-case packages (#865599)
631861
- Finish handling of compatibility packages
631861
- Disable animal-sniffer temporarily in Fedora as well
631861
631861
* Mon Aug 27 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.0.4-11
631861
- Disable animal-sniffer on RHEL
631861
631861
* Wed Jul 25 2012 Stanislav Ochotnicky <sochotnicky@redhat.com> - 3.0.4-10
631861
- Fix exit code of mvn-rpmbuild outside of mock
631861
- Fix bug in compatibility jar handling
631861
631861
* Mon Jul 23 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.0.4-9
631861
- Run redundant dependency checks only in mock
631861
631861
* Tue Jul 17 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.0.4-8
631861
- Add manual page
631861
631861
* Mon Jun 11 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.0.4-7
631861
- Implement redundant dependency checks
631861
631861
* Thu May 24 2012 Krzysztof Daniel <kdaniel@redhat.com> 3.0.4-6
631861
- Bug 824789 -Use the version if it is possible.
631861
631861
* Mon May 14 2012 Stanislav Ochotnicky <sochotnicky@redhat.com> - 3.0.4-5
631861
- Use Obsoletes instead of Conflicts
631861
631861
* Mon May 14 2012 Stanislav Ochotnicky <sochotnicky@redhat.com> - 3.0.4-4
631861
- Obsolete and provide maven2
631861
631861
* Thu Mar 29 2012 Stanislav Ochotnicky <sochotnicky@redhat.com> - 3.0.4-3
631861
- Make package noarch again to simplify bootstrapping
631861
631861
* Thu Feb  9 2012 Stanislav Ochotnicky <sochotnicky@redhat.com> - 3.0.4-2
631861
- Make javadoc noarch
631861
- Make compilation source level 1.5
631861
- Fix borked tarball unpacking (reason unknown)
631861
631861
* Tue Jan 31 2012 Stanislav Ochotnicky <sochotnicky@redhat.com> - 3.0.4-1
631861
- Update to latest upstream version
631861
631861
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0.3-17
631861
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
631861
631861
* Tue Dec 13 2011 Stanislav Ochotnicky <sochotnicky@redhat.com> - 3.0.3-16
631861
- Add maven2-common-poms to Requires
631861
631861
* Tue Oct 11 2011 Stanislav Ochotnicky <sochotnicky@redhat.com> - 3.0.3-15
631861
- Provide mvn script now instead of maven2
631861
- Conflict with older versions of maven2
631861
631861
* Tue Aug 30 2011 Stanislav Ochotnicky <sochotnicky@redhat.com> - 3.0.3-14
631861
- Fix test scope skipping
631861
631861
* Mon Aug 22 2011 Stanislav Ochotnicky <sochotnicky@redhat.com> - 3.0.3-13
631861
- Remove unnecessary deps causing problems from lib/
631861
- Add utf-8 source encoding patch
631861
631861
* Thu Jul 28 2011 Stanislav Ochotnicky <sochotnicky@redhat.com> - 3.0.3-12
631861
- Disable debug package creation
631861
631861
* Thu Jul 28 2011 Stanislav Ochotnicky <sochotnicky@redhat.com> - 3.0.3-11
631861
- Change to arch specific since we are using _libdir for _jnidir
631861
631861
* Tue Jul 26 2011 Stanislav Ochotnicky <sochotnicky@redhat.com> - 3.0.3-10
631861
- Add bash completion (#706856)
631861
631861
* Mon Jul  4 2011 Stanislav Ochotnicky <sochotnicky@redhat.com> - 3.0.3-9
631861
- Add resolving from jnidir and java-jni
631861
631861
* Thu Jun 23 2011 Stanislav Ochotnicky <sochotnicky@redhat.com> - 3.0.3-8
631861
- Add maven-parent to BR/R
631861
631861
* Wed Jun 22 2011 Stanislav Ochotnicky <sochotnicky@redhat.com> - 3.0.3-7
631861
- Process fragments in alphabetical order
631861
631861
* Tue Jun 21 2011 Stanislav Ochotnicky <sochotnicky@redhat.com> - 3.0.3-6
631861
- Fix handling of fallback default_poms
631861
- Add empty-dep into maven package to not require maven2 version
631861
631861
* Fri Jun 10 2011 Stanislav Ochotnicky <sochotnicky@redhat.com> - 3.0.3-5
631861
- Process fragments directly instead of maven2-depmap.xml
631861
- Expect fragments in /usr/share/maven-fragments
631861
- Resolve poms also from /usr/share/maven-poms
631861
631861
* Mon Jun  6 2011 Stanislav Ochotnicky <sochotnicky@redhat.com> - 3.0.3-4
631861
- Add help to mvn-rpmbuild and mvn-local (rhbz#710448)
631861
631861
* Tue May 10 2011 Stanislav Ochotnicky <sochotnicky@redhat.com> - 3.0.3-3
631861
- Improve and clean up depmap handling for m2/m3 repos
631861
631861
* Mon Apr 18 2011 Stanislav Ochotnicky <sochotnicky@redhat.com> - 3.0.3-2
631861
- Enable MAVEN_OPTS override in scripts
631861
631861
* Fri Mar  4 2011 Stanislav Ochotnicky <sochotnicky@redhat.com> - 3.0.3-1
631861
- Update to 3.0.3
631861
- Add ext subdirectory to lib
631861
631861
* Tue Mar  1 2011 Stanislav Ochotnicky <sochotnicky@redhat.com> - 3.0.3-0.1.rc1
631861
- Update to 3.0.3rc1
631861
- Enable tests again
631861
631861
* Thu Feb 10 2011 Stanislav Ochotnicky <sochotnicky@redhat.com> - 3.0.2-2
631861
- Added mvn-rpmbuild script to be used in spec files
631861
- mvn-local is now mixed mode (online with javadir priority)
631861
- Changed mvn.jpp to mvn.local
631861
631861
* Fri Jan 28 2011 Stanislav Ochotnicky <sochotnicky@redhat.com> - 3.0.2-1
631861
- Update to latest version (3.0.2)
631861
- Ignore test failures temporarily
631861
631861
* Wed Jan 12 2011 Stanislav Ochotnicky <sochotnicky@redhat.com> - 3.0-6
631861
- Fix bug #669034
631861
631861
* Tue Jan 11 2011 Stanislav Ochotnicky <sochotnicky@redhat.com> - 3.0-5
631861
- Fix bugs #667625 #667614 and #667636
631861
- Install maven metadata so they are not downloaded when mvn is run
631861
- Rename mvn3-local to mvn-local
631861
- Add more comments to resolver patch
631861
631861
* Tue Dec 21 2010 Stanislav Ochotnicky <sochotnicky@redhat.com> - 3.0-4
631861
- Add fedora local resolver
631861
- Fix quoting of arguments to mvn scripts
631861
- Add javadoc subpackage
631861
- Make jars versionless and remove unneeded clean section
631861
631861
* Wed Dec  1 2010 Stanislav Ochotnicky <sochotnicky@redhat.com> - 3.0-3
631861
- Remove maven-ant-tasks jar in prep
631861
- Make fragment file as %%config
631861
631861
* Tue Nov 16 2010 Stanislav Ochotnicky <sochotnicky@redhat.com> - 3.0-2
631861
- Added apache-commons-parent to BR after commons changes
631861
631861
* Tue Oct 12 2010 Stanislav Ochotnicky <sochotnicky@redhat.com> - 3.0-1
631861
- Initial package with vanilla maven (no jpp mode yet)