2007-03-13 23:19:51 +00:00
|
|
|
Name: maven-surefire
|
2019-05-13 16:58:30 +00:00
|
|
|
Version: 3.0.0~M3
|
2019-11-05 16:29:28 +00:00
|
|
|
Release: 4%{?dist}
|
2007-03-13 23:19:51 +00:00
|
|
|
Summary: Test framework project
|
2012-11-15 14:03:29 +00:00
|
|
|
License: ASL 2.0 and CPL
|
2007-03-13 23:19:51 +00:00
|
|
|
URL: http://maven.apache.org/surefire/
|
2015-10-19 12:52:31 +00:00
|
|
|
BuildArch: noarch
|
|
|
|
|
2019-04-13 17:17:15 +00:00
|
|
|
# ./generate-tarball.sh 3.0.0-M3
|
2019-05-13 17:08:08 +00:00
|
|
|
Source0: %{name}-3.0.0-M3.tar.gz
|
2018-07-31 12:27:32 +00:00
|
|
|
# Remove bundled binaries which cannot be easily verified for licensing
|
|
|
|
Source1: generate-tarball.sh
|
2012-11-15 14:03:29 +00:00
|
|
|
Source2: http://junit.sourceforge.net/cpl-v10.html
|
2015-10-19 12:52:31 +00:00
|
|
|
|
2019-04-13 17:17:15 +00:00
|
|
|
Patch1: 0001-Port-to-TestNG-6.11.patch
|
|
|
|
Patch2: 0002-Port-to-current-maven-shared-utils.patch
|
2020-04-27 08:48:18 +00:00
|
|
|
Patch3: 0003-Disable-JUnit-4.8-test-grouping.patch
|
2010-08-30 13:00:52 +00:00
|
|
|
|
2013-02-06 19:27:51 +00:00
|
|
|
BuildRequires: maven-local
|
2013-08-19 09:18:06 +00:00
|
|
|
BuildRequires: mvn(com.google.code.findbugs:jsr305)
|
|
|
|
BuildRequires: mvn(commons-io:commons-io)
|
2015-06-25 10:03:12 +00:00
|
|
|
BuildRequires: mvn(junit:junit)
|
2013-08-19 09:18:06 +00:00
|
|
|
BuildRequires: mvn(org.apache.commons:commons-lang3)
|
2019-10-28 09:30:21 +00:00
|
|
|
BuildRequires: mvn(org.apache.maven.plugin-tools:maven-plugin-annotations)
|
|
|
|
BuildRequires: mvn(org.apache.maven.plugins:maven-assembly-plugin)
|
2015-10-19 12:52:31 +00:00
|
|
|
BuildRequires: mvn(org.apache.maven.plugins:maven-dependency-plugin)
|
2015-06-25 10:03:12 +00:00
|
|
|
BuildRequires: mvn(org.apache.maven.plugins:maven-failsafe-plugin)
|
|
|
|
BuildRequires: mvn(org.apache.maven.plugins:maven-plugin-plugin)
|
2016-06-30 06:34:16 +00:00
|
|
|
BuildRequires: mvn(org.apache.maven.shared:maven-common-artifact-filters)
|
2015-06-25 10:03:12 +00:00
|
|
|
BuildRequires: mvn(org.apache.maven.shared:maven-shared-utils)
|
2019-10-28 09:30:21 +00:00
|
|
|
BuildRequires: mvn(org.apache.maven:maven-artifact)
|
|
|
|
BuildRequires: mvn(org.apache.maven:maven-core)
|
|
|
|
BuildRequires: mvn(org.apache.maven:maven-model)
|
|
|
|
BuildRequires: mvn(org.apache.maven:maven-parent:pom:)
|
|
|
|
BuildRequires: mvn(org.apache.maven:maven-plugin-api)
|
2018-03-16 12:49:00 +00:00
|
|
|
BuildRequires: mvn(org.codehaus.plexus:plexus-java)
|
2017-09-12 08:44:48 +00:00
|
|
|
BuildRequires: mvn(org.fusesource.jansi:jansi)
|
2019-10-28 09:30:21 +00:00
|
|
|
BuildRequires: mvn(org.junit.platform:junit-platform-launcher)
|
2017-09-12 08:44:48 +00:00
|
|
|
BuildRequires: mvn(org.testng:testng)
|
2015-06-25 10:03:12 +00:00
|
|
|
BuildRequires: mvn(org.testng:testng::jdk15:)
|
2007-03-13 23:19:51 +00:00
|
|
|
|
2019-07-15 08:00:25 +00:00
|
|
|
|
2017-09-18 13:10:41 +00:00
|
|
|
# PpidChecker relies on /usr/bin/ps to check process uptime
|
|
|
|
Requires: procps-ng
|
|
|
|
|
2007-03-13 23:19:51 +00:00
|
|
|
%description
|
|
|
|
Surefire is a test framework project.
|
|
|
|
|
2010-08-30 13:00:52 +00:00
|
|
|
%package plugin
|
2009-08-18 18:43:59 +00:00
|
|
|
Summary: Surefire plugin for maven
|
2019-10-28 10:37:59 +00:00
|
|
|
Requires: (%{name}-provider-junit = %{version}-%{release} if junit)
|
|
|
|
Requires: (%{name}-provider-junit5 = %{version}-%{release} if junit5)
|
|
|
|
Requires: (%{name}-provider-testng = %{version}-%{release} if testng)
|
2007-03-13 23:19:51 +00:00
|
|
|
|
2010-08-30 13:00:52 +00:00
|
|
|
%description plugin
|
2009-08-18 18:43:59 +00:00
|
|
|
Maven surefire plugin for running tests via the surefire framework.
|
|
|
|
|
|
|
|
%package provider-junit
|
2012-12-14 17:52:36 +00:00
|
|
|
Summary: JUnit provider for Maven Surefire
|
2009-08-18 18:43:59 +00:00
|
|
|
|
|
|
|
%description provider-junit
|
2012-12-14 17:52:36 +00:00
|
|
|
JUnit provider for Maven Surefire.
|
2009-08-18 18:43:59 +00:00
|
|
|
|
2019-10-28 09:30:21 +00:00
|
|
|
%package provider-junit5
|
|
|
|
Summary: JUnit 5 provider for Maven Surefire
|
|
|
|
|
|
|
|
%description provider-junit5
|
|
|
|
JUnit 5 provider for Maven Surefire.
|
2019-07-15 08:00:25 +00:00
|
|
|
|
2010-08-30 13:00:52 +00:00
|
|
|
%package provider-testng
|
|
|
|
Summary: TestNG provider for Maven Surefire
|
|
|
|
|
|
|
|
%description provider-testng
|
|
|
|
TestNG provider for Maven Surefire.
|
|
|
|
|
|
|
|
%package -n maven-failsafe-plugin
|
|
|
|
Summary: Maven plugin for running integration tests
|
|
|
|
|
|
|
|
%description -n maven-failsafe-plugin
|
|
|
|
The Failsafe Plugin is designed to run integration tests while the
|
|
|
|
Surefire Plugins is designed to run unit. The name (failsafe) was
|
|
|
|
chosen both because it is a synonym of surefire and because it implies
|
|
|
|
that when it fails, it does so in a safe way.
|
|
|
|
|
|
|
|
If you use the Surefire Plugin for running tests, then when you have a
|
|
|
|
test failure, the build will stop at the integration-test phase and
|
|
|
|
your integration test environment will not have been torn down
|
|
|
|
correctly.
|
|
|
|
|
|
|
|
The Failsafe Plugin is used during the integration-test and verify
|
|
|
|
phases of the build lifecycle to execute the integration tests of an
|
|
|
|
application. The Failsafe Plugin will not fail the build during the
|
|
|
|
integration-test phase thus enabling the post-integration-test phase
|
|
|
|
to execute.
|
2007-03-13 23:19:51 +00:00
|
|
|
|
|
|
|
%package javadoc
|
|
|
|
Summary: Javadoc for %{name}
|
|
|
|
|
|
|
|
%description javadoc
|
|
|
|
Javadoc for %{name}.
|
|
|
|
|
2009-08-18 18:43:59 +00:00
|
|
|
%prep
|
2019-05-13 17:08:08 +00:00
|
|
|
%setup -q -n surefire-3.0.0-M3
|
2012-11-15 14:03:29 +00:00
|
|
|
cp -p %{SOURCE2} .
|
2016-05-05 09:24:13 +00:00
|
|
|
|
|
|
|
%patch1 -p1
|
2017-07-10 08:40:09 +00:00
|
|
|
%patch2 -p1
|
2020-04-27 08:48:18 +00:00
|
|
|
%patch3 -p1
|
2015-10-19 12:52:31 +00:00
|
|
|
|
2017-09-18 06:12:18 +00:00
|
|
|
# Disable strict doclint
|
|
|
|
sed -i /-Xdoclint:all/d pom.xml
|
|
|
|
|
2019-10-28 09:52:30 +00:00
|
|
|
%pom_disable_module maven-surefire-report-plugin
|
|
|
|
%pom_disable_module surefire-report-parser
|
2012-12-10 14:02:00 +00:00
|
|
|
%pom_disable_module surefire-shadefire
|
2020-04-27 08:48:18 +00:00
|
|
|
|
2020-05-17 07:46:32 +00:00
|
|
|
%pom_remove_dep :maven-toolchain maven-surefire-common
|
|
|
|
|
2020-04-27 08:12:24 +00:00
|
|
|
%pom_disable_module surefire-grouper
|
2020-04-27 08:48:18 +00:00
|
|
|
%pom_remove_dep :surefire-grouper surefire-providers/common-junit48
|
|
|
|
%pom_remove_dep :surefire-grouper surefire-providers/surefire-testng-utils
|
|
|
|
rm surefire-providers/common-junit48/src/main/java/org/apache/maven/surefire/common/junit48/{FilterFactory,GroupMatcherCategoryFilter}.java
|
|
|
|
rm surefire-providers/surefire-testng-utils/src/main/java/org/apache/maven/surefire/testng/utils/GroupMatcherMethodSelector.java
|
2012-07-27 08:17:30 +00:00
|
|
|
|
2015-06-25 10:03:12 +00:00
|
|
|
%pom_remove_dep -r org.apache.maven.surefire:surefire-shadefire
|
2012-07-27 08:17:30 +00:00
|
|
|
|
2013-05-09 19:11:34 +00:00
|
|
|
# Help plugin is needed only to evaluate effective Maven settings.
|
|
|
|
# For building RPM package default settings will suffice.
|
2019-04-13 17:17:15 +00:00
|
|
|
%pom_remove_plugin :maven-help-plugin surefire-its
|
2013-05-09 19:11:34 +00:00
|
|
|
|
2018-03-16 12:49:00 +00:00
|
|
|
# QA plugin useful only for upstream
|
|
|
|
%pom_remove_plugin -r :jacoco-maven-plugin
|
2020-05-17 07:51:19 +00:00
|
|
|
# Not wanted
|
|
|
|
%pom_remove_plugin -r :maven-shade-plugin
|
2015-06-25 10:03:12 +00:00
|
|
|
# Not in Fedora
|
2018-07-02 12:28:31 +00:00
|
|
|
%pom_remove_plugin -r :animal-sniffer-maven-plugin
|
2015-06-25 10:03:12 +00:00
|
|
|
# Complains
|
2018-03-16 12:49:00 +00:00
|
|
|
%pom_remove_plugin -r :apache-rat-plugin
|
|
|
|
%pom_remove_plugin -r :maven-enforcer-plugin
|
2015-06-25 10:03:12 +00:00
|
|
|
# We don't need site-source
|
|
|
|
%pom_remove_plugin :maven-assembly-plugin maven-surefire-plugin
|
2015-07-13 10:52:48 +00:00
|
|
|
%pom_remove_dep -r ::::site-source
|
2015-06-25 10:03:12 +00:00
|
|
|
|
2017-09-12 08:44:48 +00:00
|
|
|
|
2007-03-13 23:19:51 +00:00
|
|
|
%build
|
2019-10-28 09:52:30 +00:00
|
|
|
%mvn_package ":*{surefire-plugin}*" @1
|
2018-07-02 12:28:31 +00:00
|
|
|
%mvn_package ":*junit-platform*" junit5
|
2019-10-28 09:52:30 +00:00
|
|
|
%mvn_package ":*{junit,testng,failsafe-plugin}*" @1
|
2013-01-23 14:04:54 +00:00
|
|
|
%mvn_package ":*tests*" __noinstall
|
2013-01-29 14:44:51 +00:00
|
|
|
# tests turned off because they need jmock
|
2020-08-04 13:42:41 +00:00
|
|
|
%mvn_build -f -- -DcommonsIoVersion=2.7 -DcommonsLang3Version=3.11
|
2010-08-30 13:00:52 +00:00
|
|
|
|
2007-03-13 23:19:51 +00:00
|
|
|
%install
|
2012-11-29 10:18:12 +00:00
|
|
|
%mvn_install
|
2010-12-29 21:55:55 +00:00
|
|
|
|
2019-07-15 08:00:25 +00:00
|
|
|
|
2012-11-29 10:18:12 +00:00
|
|
|
%files -f .mfiles
|
2017-09-12 08:44:48 +00:00
|
|
|
%doc README.md
|
2018-07-31 12:27:32 +00:00
|
|
|
%license LICENSE NOTICE cpl-v10.html
|
2012-11-29 10:18:12 +00:00
|
|
|
|
|
|
|
%files plugin -f .mfiles-surefire-plugin
|
2012-12-14 17:52:36 +00:00
|
|
|
%files provider-junit -f .mfiles-junit
|
2019-10-28 09:30:21 +00:00
|
|
|
%files provider-junit5 -f .mfiles-junit5
|
2012-11-29 10:18:12 +00:00
|
|
|
%files provider-testng -f .mfiles-testng
|
|
|
|
%files -n maven-failsafe-plugin -f .mfiles-failsafe-plugin
|
|
|
|
|
|
|
|
%files javadoc -f .mfiles-javadoc
|
2018-07-31 12:27:32 +00:00
|
|
|
%license LICENSE NOTICE cpl-v10.html
|
2007-03-13 23:19:51 +00:00
|
|
|
|
|
|
|
%changelog
|
2019-11-05 16:29:28 +00:00
|
|
|
* Tue Nov 05 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.0.0~M3-4
|
|
|
|
- Mass rebuild for javapackages-tools 201902
|
|
|
|
|
2019-10-28 09:30:21 +00:00
|
|
|
* Mon Oct 28 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.0.0~M3-3
|
|
|
|
- Enable JUnit 5 provider
|
|
|
|
|
2019-05-24 15:01:17 +00:00
|
|
|
* Fri May 24 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.0.0~M3-2
|
|
|
|
- Mass rebuild for javapackages-tools 201901
|
|
|
|
|
2019-05-13 16:58:30 +00:00
|
|
|
* Mon May 13 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.0.0~M3-1
|
|
|
|
- Switch to tilde versioning
|
|
|
|
|
2019-04-13 17:17:15 +00:00
|
|
|
* Sat Apr 13 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.0.0-0.1.M3
|
|
|
|
- Update to upstream 3.0.0-M3 milestone snapshot
|
|
|
|
|
2018-07-31 12:27:32 +00:00
|
|
|
* Tue Jul 31 2018 Michael Simacek <msimacek@redhat.com> - 0:2.22.0-3
|
|
|
|
- Repack the tarball without binaries
|
|
|
|
|
2018-07-13 10:00:56 +00:00
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0:2.22.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
2018-07-02 12:28:31 +00:00
|
|
|
* Fri Jun 29 2018 Michael Simacek <msimacek@redhat.com> - 0:2.22.0-1
|
|
|
|
- Update to upstream version 2.22.0
|
|
|
|
|
2018-03-16 12:49:00 +00:00
|
|
|
* Fri Mar 16 2018 Michael Simacek <msimacek@redhat.com> - 0:2.21.0-1
|
|
|
|
- Update to upstream version 2.21.0
|
|
|
|
|
2018-02-08 01:24:56 +00:00
|
|
|
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0:2.20.1-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
2017-09-18 13:53:13 +00:00
|
|
|
* Mon Sep 18 2017 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:2.20.1-3
|
|
|
|
- Remove temporary build-requires
|
|
|
|
|
2017-09-18 13:10:41 +00:00
|
|
|
* Mon Sep 18 2017 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:2.20.1-2
|
|
|
|
- Add missing requires on procps-ng
|
|
|
|
|
2017-09-18 06:12:18 +00:00
|
|
|
* Mon Sep 18 2017 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:2.20.1-1
|
|
|
|
- Update to upstream version 2.20.1
|
|
|
|
|
2017-09-12 08:44:48 +00:00
|
|
|
* Tue Sep 12 2017 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:2.20-1
|
|
|
|
- Update to upstream version 2.20
|
|
|
|
|
2017-07-26 21:08:33 +00:00
|
|
|
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0:2.19.1-8
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
2017-07-10 08:40:09 +00:00
|
|
|
* Mon Jul 10 2017 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:2.19.1-7
|
|
|
|
- Port to TestNG 6.11
|
|
|
|
- Resolves: rhbz#1469005
|
|
|
|
|
2017-02-10 20:43:10 +00:00
|
|
|
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0:2.19.1-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
2016-07-15 12:17:41 +00:00
|
|
|
* Fri Jul 15 2016 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:2.19.1-5
|
|
|
|
- Don't use Maven 2 toolchain
|
|
|
|
|
2016-06-30 06:31:38 +00:00
|
|
|
* Thu Jun 30 2016 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:2.19.1-4
|
|
|
|
- Compile against Maven 3 APIs
|
|
|
|
|
2016-05-05 09:24:13 +00:00
|
|
|
* Thu May 05 2016 Michael Simacek <msimacek@redhat.com> - 0:2.19.1-3
|
|
|
|
- Fix FTBFS after doxia 1.7 update
|
|
|
|
|
2016-02-04 05:08:42 +00:00
|
|
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0:2.19.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
2016-01-04 08:01:57 +00:00
|
|
|
* Mon Jan 4 2016 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:2.19.1-1
|
|
|
|
- Update to upstream version 2.19.1
|
|
|
|
|
2015-10-19 12:52:31 +00:00
|
|
|
* Mon Oct 19 2015 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:2.19-1
|
|
|
|
- Update to upstream version 2.19
|
|
|
|
|
2015-07-13 10:52:48 +00:00
|
|
|
* Mon Jul 13 2015 Michael Simacek <msimacek@redhat.com> - 0:2.18.1-2
|
|
|
|
- Fix FTBFS
|
|
|
|
|
2015-06-25 10:03:12 +00:00
|
|
|
* Thu Jun 25 2015 Michael Simacek <msimacek@redhat.com> - 0:2.18.1-1
|
|
|
|
- Update to upstream version 2.18.1
|
|
|
|
|
2015-06-17 19:49:45 +00:00
|
|
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:2.17-7
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
2014-10-14 07:36:23 +00:00
|
|
|
* Tue Oct 14 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:2.17-6
|
|
|
|
- Remove legacy Obsoletes/Provides for maven2 plugin
|
|
|
|
|
2014-06-19 06:04:25 +00:00
|
|
|
* Thu Jun 19 2014 Michal Srb <msrb@redhat.com> - 0:2.17-5
|
|
|
|
- Fix maven-parent BR
|
|
|
|
|
2014-06-07 08:40:24 +00:00
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:2.17-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2014-05-26 05:21:03 +00:00
|
|
|
* Mon May 26 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:2.17-3
|
|
|
|
- Rebuild to regenerate file lists
|
|
|
|
|
2014-05-22 05:05:40 +00:00
|
|
|
* Thu May 22 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:2.17-2
|
|
|
|
- Drop junit4 virtual provide
|
|
|
|
|
2014-03-17 14:47:41 +00:00
|
|
|
* Mon Mar 17 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:2.17-1
|
|
|
|
- Update to upstream version 2.17
|
|
|
|
|
2014-03-04 08:05:17 +00:00
|
|
|
* Tue Mar 04 2014 Stanislav Ochotnicky <sochotnicky@redhat.com> - 0:2.16-3
|
|
|
|
- Use Requires: java-headless rebuild (#1067528)
|
|
|
|
|
2014-02-21 09:23:19 +00:00
|
|
|
* Fri Feb 21 2014 Michal Srb <msrb@redhat.com> - 0:2.16-2
|
|
|
|
- Remove dep on maven-compat
|
|
|
|
|
2013-08-19 09:18:06 +00:00
|
|
|
* Mon Aug 19 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:2.16-1
|
|
|
|
- Update to upstream version 2.16
|
|
|
|
|
2013-08-03 09:44:31 +00:00
|
|
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:2.15-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
2013-06-18 11:25:27 +00:00
|
|
|
* Tue Jun 18 2013 Michal Srb <msrb@redhat.com> - 0:2.15-1
|
|
|
|
- Update to upstream version 2.15
|
|
|
|
|
2013-05-09 19:11:34 +00:00
|
|
|
* Thu May 9 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:2.14.1-2
|
|
|
|
- Remove unneeded BR
|
|
|
|
- Resolves: rhbz#961467
|
|
|
|
|
2013-04-15 07:58:02 +00:00
|
|
|
* Mon Apr 15 2013 Michal Srb <msrb@redhat.com> - 0:2.14.1-1
|
|
|
|
- Update to upstream version 2.14.1
|
|
|
|
|
2013-04-05 13:57:28 +00:00
|
|
|
* Fri Apr 05 2013 Michal Srb <msrb@redhat.com> - 0:2.14-3
|
|
|
|
- Remove unnecessary dependency on mockito
|
|
|
|
|
2013-03-15 12:41:37 +00:00
|
|
|
* Fri Mar 15 2013 Michal Srb <msrb@redhat.com> - 0:2.14-2
|
|
|
|
- Remove unneeded dependencies
|
|
|
|
|
2013-03-15 10:12:41 +00:00
|
|
|
* Fri Mar 15 2013 Michal Srb <msrb@redhat.com> - 0:2.14-1
|
|
|
|
- Update to upstream version 2.14
|
|
|
|
|
2013-03-07 07:01:52 +00:00
|
|
|
* Thu Mar 7 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:2.13-4
|
|
|
|
- Add missing BR: mockito
|
|
|
|
|
2013-02-06 19:27:51 +00:00
|
|
|
* Wed Feb 06 2013 Java SIG <java-devel@lists.fedoraproject.org> - 0:2.13-3
|
|
|
|
- Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild
|
|
|
|
- Replace maven BuildRequires with maven-local
|
|
|
|
|
2013-01-29 14:44:51 +00:00
|
|
|
* Tue Jan 29 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:2.13-2
|
|
|
|
- Get rid of custom depmap
|
|
|
|
|
2013-01-23 14:04:54 +00:00
|
|
|
* Wed Jan 23 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:2.13-1
|
|
|
|
- Update to upstream version 2.13
|
|
|
|
|
2013-01-02 14:00:54 +00:00
|
|
|
* Fri Dec 21 2012 Michal Srb <msrb@redhat.com> - 0:2.12.4-8
|
|
|
|
- Migrated from maven-doxia to doxia subpackages (Resolves: #889149)
|
|
|
|
|
2012-12-14 18:21:50 +00:00
|
|
|
* Fri Dec 14 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:2.12.4-7
|
|
|
|
- Fix Provides: maven-surefire-provider-junit4
|
|
|
|
|
2012-12-14 17:52:36 +00:00
|
|
|
* Fri Dec 14 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:2.12.4-6
|
|
|
|
- Merge junit3 and junit4 providers
|
|
|
|
- Disable dependency on shadefire
|
|
|
|
|
2012-12-10 14:02:00 +00:00
|
|
|
* Mon Dec 10 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:2.12.4-5
|
|
|
|
- Enable xmvn auto-requires
|
|
|
|
|
2012-11-29 10:18:12 +00:00
|
|
|
* Thu Nov 29 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:2.12.4-4
|
|
|
|
- Build with xmvn
|
|
|
|
|
2012-11-15 14:03:29 +00:00
|
|
|
* Thu Nov 15 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:2.12.4-3
|
|
|
|
- Add CPL license
|
|
|
|
|
2012-10-22 12:29:10 +00:00
|
|
|
* Mon Oct 22 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:2.12.4-2
|
|
|
|
- Add maven depmap for org.beanshell:bsh
|
|
|
|
|
2012-10-05 00:21:49 +00:00
|
|
|
* Fri Oct 5 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:2.12.4-1
|
|
|
|
- Update to upstream version 2.12.4
|
|
|
|
|
2012-09-25 15:09:25 +00:00
|
|
|
* Tue Sep 25 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:2.12.3-1
|
|
|
|
- Update to upstream version 2.12.3
|
|
|
|
|
2012-08-13 08:56:37 +00:00
|
|
|
* Mon Aug 13 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:2.12.2-1
|
|
|
|
- Update to upstream version 2.12.2
|
|
|
|
|
2012-08-03 10:02:15 +00:00
|
|
|
* Fri Aug 3 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:2.12.1-1
|
|
|
|
- Update to upstream version 2.12.1
|
|
|
|
- Install LICENSE and NOTICE files
|
|
|
|
- Remove RPM bug workaround
|
|
|
|
|
2012-07-27 08:17:30 +00:00
|
|
|
* Fri Jul 27 2012 Stanislav Ochotnicky <sochotnicky@redhat.com> - 0:2.12-5
|
|
|
|
- Fix build problem and rebuild with target 1.5
|
|
|
|
|
2012-07-19 23:43:44 +00:00
|
|
|
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:2.12-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2012-03-06 18:39:32 +00:00
|
|
|
* Tue Mar 06 2012 Jaromir Capik <jcapik@redhat.com> - 0:2.12-3
|
|
|
|
- Removing bootstrap condition for Patch1 inclusion (always needed in SRPM)
|
|
|
|
|
2012-03-01 15:24:57 +00:00
|
|
|
* Thu Mar 01 2012 Jaromir Capik <jcapik@redhat.com> - 0:2.12-2
|
|
|
|
- Update to 2.12
|
|
|
|
|
2012-03-01 14:28:44 +00:00
|
|
|
* Thu Mar 01 2012 Jaromir Capik <jcapik@redhat.com> - 0:2.12-1
|
|
|
|
- Bootstrap for 2.12
|
|
|
|
|
2012-01-13 09:32:06 +00:00
|
|
|
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:2.10-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
|
2011-11-24 08:59:42 +00:00
|
|
|
* Thu Nov 24 2011 Stanislav Ochotnicky <sochotnicky@redhat.com> - 0:2.10-4
|
|
|
|
- Move poms and depmaps to respective sub-packages
|
|
|
|
- Add requires on junit provider to maven-plugin
|
|
|
|
|
2011-10-05 12:51:55 +00:00
|
|
|
* Wed Oct 5 2011 Stanislav Ochotnicky <sochotnicky@redhat.com> - 0:2.10-3
|
|
|
|
- Fix junit4 depmap provider macro
|
|
|
|
- Remove unused patches
|
|
|
|
|
2011-10-02 13:05:19 +00:00
|
|
|
* Sun Oct 2 2011 Alexander Kurtakov <akurtako@redhat.com> 0:2.10-2
|
|
|
|
- BR maven-enforcer-plugin.
|
|
|
|
|
2011-10-02 09:28:43 +00:00
|
|
|
* Sun Oct 2 2011 Alexander Kurtakov <akurtako@redhat.com> 0:2.10-1
|
|
|
|
- Update to latest upstream - 2.10.
|
|
|
|
- Use new maven macro.
|
|
|
|
|
2011-06-27 14:23:38 +00:00
|
|
|
* Mon Jun 27 2011 Stanislav Ochotnicky <sochotnicky@redhat.com> - 0:2.9-1
|
|
|
|
- Update to latest upstream (2.9)
|
|
|
|
- Fix up Requires for juni4 provider
|
|
|
|
|
2011-05-24 12:41:11 +00:00
|
|
|
* Tue May 24 2011 Stanislav Ochotnicky <sochotnicky@redhat.com> - 0:2.8.1-4
|
|
|
|
- Fix up providers artifact and report plugin groupid
|
|
|
|
|
2011-05-24 09:40:51 +00:00
|
|
|
* Tue May 24 2011 Alexander Kurtakov <akurtako@redhat.com> 0:2.8.1-3
|
|
|
|
- Fix maven-surefire-plugin group in the depmap.
|
|
|
|
|
2011-05-13 11:06:18 +00:00
|
|
|
* Fri May 13 2011 Stanislav Ochotnicky <sochotnicky@redhat.com> - 0:2.8.1-2
|
|
|
|
- Install testng-utils jar and pom
|
|
|
|
|
2011-04-18 13:17:44 +00:00
|
|
|
* Mon Apr 18 2011 Stanislav Ochotnicky <sochotnicky@redhat.com> - 0:2.8.1-1
|
|
|
|
- Update to latest upstream version (2.8.1)
|
|
|
|
|
2011-03-29 13:49:19 +00:00
|
|
|
* Tue Mar 29 2011 Stanislav Ochotnicky <sochotnicky@redhat.com> - 0:2.8-1
|
|
|
|
- Update to latest upstream version (2.8)
|
|
|
|
|
2011-03-07 14:25:55 +00:00
|
|
|
* Mon Mar 7 2011 Stanislav Ochotnicky <sochotnicky@redhat.com> - 0:2.7.2-1
|
|
|
|
- Update to latest version (2.7.2)
|
|
|
|
- Add common-junit* jars to distribution
|
|
|
|
- Versionless javadocs
|
|
|
|
- Use maven 3 to build
|
|
|
|
|
2011-02-08 16:07:09 +00:00
|
|
|
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:2.7.1-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
2011-01-03 15:17:43 +00:00
|
|
|
* Mon Jan 3 2011 Alexander Kurtakov <akurtako@redhat.com> 0:2.7.1-2
|
|
|
|
- Fix junit3 depmap.
|
|
|
|
|
2010-12-29 21:55:55 +00:00
|
|
|
* Wed Dec 29 2010 Alexander Kurtakov <akurtako@redhat.com> 0:2.7.1-1
|
|
|
|
- Update to 2.7.1.
|
|
|
|
|
2010-12-08 11:10:24 +00:00
|
|
|
* Wed Dec 8 2010 Stanislav Ochotnicky <sochotnicky@redhat.com> - 0:2.6-3
|
|
|
|
- Add proper Requires on junit/junit4/testng to providers
|
|
|
|
|
2010-11-01 16:25:30 +00:00
|
|
|
* Fri Oct 29 2010 Stanislav Ochotnicky <sochotnicky@redhat.com> - 0:2.6-2
|
|
|
|
- Add main pom.xml
|
|
|
|
|
2010-08-30 13:00:52 +00:00
|
|
|
* Mon Aug 30 2010 Stanislav Ochotnicky <sochotnicky@redhat.com> - 0:2.6-1
|
|
|
|
- Rename subpackages to not repeat "maven" twice
|
|
|
|
- Update to latest upstream version
|
|
|
|
- Add common jar to files
|
|
|
|
- Introduce maven-failsafe-plugin sub-package
|
|
|
|
- Cleanups
|
|
|
|
|
2009-08-31 23:40:10 +00:00
|
|
|
* Mon Aug 31 2009 Andrew Overholt <overholt@redhat.com> 0:2.3-7.7
|
|
|
|
- Bump release to rebuild
|
|
|
|
|
2009-08-31 18:40:30 +00:00
|
|
|
* Mon Aug 31 2009 Alexander Kurtakov <akurtako@redhat.com> 0:2.3-7.6
|
|
|
|
- Really remove maven2-plugin-surefire BR.
|
|
|
|
|
2009-08-31 18:26:24 +00:00
|
|
|
* Mon Aug 31 2009 Alexander Kurtakov <akurtako@redhat.com> 0:2.3-7.5
|
|
|
|
- Revert previous change.
|
|
|
|
|
2009-08-31 16:28:33 +00:00
|
|
|
* Mon Aug 31 2009 Alexander Kurtakov <akurtako@redhat.com> 0:2.3-7.4
|
|
|
|
- Disable not needed BRs.
|
|
|
|
|
2009-08-31 13:15:07 +00:00
|
|
|
* Mon Aug 31 2009 Alexander Kurtakov <akurtako@redhat.com> 0:2.3-7.3
|
|
|
|
- Install JPP.maven2.plugins-surefire-plugin.pom now that we have maven 2.0.8.
|
|
|
|
|
2009-08-19 04:58:55 +00:00
|
|
|
* Wed Aug 19 2009 Alexander Kurtakov <akurtako@redhat.com> 0:2.3-7.2
|
|
|
|
- Don't install JPP.maven2.plugins-surefire-plugin.pom to fix conflict with maven2 2.0.4.
|
|
|
|
|
2009-08-18 18:43:59 +00:00
|
|
|
* Tue Aug 18 2009 Alexander Kurtakov <akurtako@redhat.com> 0:2.3-7.1
|
|
|
|
- Update to 2.3 - sync with jpackage.
|
|
|
|
|
2009-07-25 11:51:38 +00:00
|
|
|
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:1.5.3-4.8
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
2009-02-25 23:50:49 +00:00
|
|
|
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:1.5.3-3.8
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
|
2008-08-13 15:07:32 +00:00
|
|
|
* Wed Aug 13 2008 Deepak Bhole <dbhole@redhat.com> 1.5.3-2.8
|
|
|
|
- Build for ppc64
|
|
|
|
|
2008-07-09 20:54:21 +00:00
|
|
|
* Wed Jul 9 2008 Tom "spot" Callaway <tcallawa@redhat.com> 1.5.3-2.7
|
|
|
|
- drop repotag
|
|
|
|
|
2008-05-29 14:36:09 +00:00
|
|
|
* Thu May 29 2008 Tom "spot" Callaway <tcallawa@redhat.com> 1.5.3-2jpp.6
|
|
|
|
- fix license tag
|
|
|
|
|
2008-02-28 18:55:27 +00:00
|
|
|
* Thu Feb 28 2008 Deepak Bhole <dbhole@redhat.com> 1.5.3-2jpp.5
|
|
|
|
- Rebuild
|
2008-02-19 00:49:01 +00:00
|
|
|
|
2007-09-21 20:36:01 +00:00
|
|
|
* Fri Sep 21 2007 Deepak Bhole <dbhole@redhat.com> 1.5.3-2jpp.4
|
|
|
|
- Build with maven
|
|
|
|
- ExcludeArch ppc64
|
|
|
|
|
2007-08-31 21:46:55 +00:00
|
|
|
* Fri Aug 31 2007 Deepak Bhole <dbhole@redhat.com> 0:1.5.3-2jpp.3
|
|
|
|
- Build without maven (for initial ppc build)
|
|
|
|
|
2007-03-20 06:07:04 +00:00
|
|
|
* Tue Mar 20 2007 Deepak Bhole <dbhole@redhat.com> 0:1.5.3-2jpp.2
|
|
|
|
- Build with maven
|
|
|
|
|
2007-03-13 23:19:51 +00:00
|
|
|
* Mon Feb 26 2007 Tania Bento <tbento@redhat.com> 0:1.5.3-2jpp.1
|
|
|
|
- Fixed %%Release.
|
|
|
|
- Fixed %%BuildRoot.
|
|
|
|
- Removed %%Vendor.
|
|
|
|
- Removed %%Distribution.
|
|
|
|
- Removed period at the end of %%Summary.
|
|
|
|
- Removed %%post and %%postun sections for javadoc.
|
|
|
|
- Removed %%post and %%postun sections for booter-javadoc.
|
|
|
|
- Added gcj support option.
|
|
|
|
- Fixed instructions on how to generate source drop.
|
|
|
|
|
|
|
|
* Tue Oct 17 2006 Deepak Bhole <dbhole@redhat.com> 1.5.3-2jpp
|
|
|
|
- Update for maven2 9jpp
|
|
|
|
|
|
|
|
* Mon Jun 19 2006 Deepak Bhole <dbhole@redhat.com> - 0:1.5.3-1jpp
|
|
|
|
- Initial build
|