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