Update to upstream version 2.14
This commit is contained in:
parent
3607ca942d
commit
06fdf5506e
1
.gitignore
vendored
1
.gitignore
vendored
@ -12,3 +12,4 @@ surefire-2.10-source-release.zip
|
|||||||
/surefire-2.12.1-source-release.zip
|
/surefire-2.12.1-source-release.zip
|
||||||
/surefire-2.13-source-release.zip
|
/surefire-2.13-source-release.zip
|
||||||
/cpl-v10.html
|
/cpl-v10.html
|
||||||
|
/surefire-2.14-source-release.zip
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Name: maven-surefire
|
Name: maven-surefire
|
||||||
Version: 2.13
|
Version: 2.14
|
||||||
Release: 4%{?dist}
|
Release: 1%{?dist}
|
||||||
Epoch: 0
|
Epoch: 0
|
||||||
Summary: Test framework project
|
Summary: Test framework project
|
||||||
License: ASL 2.0 and CPL
|
License: ASL 2.0 and CPL
|
||||||
@ -77,6 +77,7 @@ Provides: maven-surefire-report-maven-plugin = %{epoch}:%{version}
|
|||||||
%description report-plugin
|
%description report-plugin
|
||||||
Plugin for generating reports from surefire test runs.
|
Plugin for generating reports from surefire test runs.
|
||||||
|
|
||||||
|
|
||||||
%package provider-junit
|
%package provider-junit
|
||||||
Summary: JUnit provider for Maven Surefire
|
Summary: JUnit provider for Maven Surefire
|
||||||
Obsoletes: maven2-plugin-surefire-report <= 0:2.0.4O
|
Obsoletes: maven2-plugin-surefire-report <= 0:2.0.4O
|
||||||
@ -93,6 +94,12 @@ Summary: TestNG provider for Maven Surefire
|
|||||||
%description provider-testng
|
%description provider-testng
|
||||||
TestNG provider for Maven Surefire.
|
TestNG provider for Maven Surefire.
|
||||||
|
|
||||||
|
%package report-parser
|
||||||
|
Summary: Parses report output files from surefire
|
||||||
|
|
||||||
|
%description report-parser
|
||||||
|
Plugin for parsing report output files from surefire.
|
||||||
|
|
||||||
%package -n maven-failsafe-plugin
|
%package -n maven-failsafe-plugin
|
||||||
Summary: Maven plugin for running integration tests
|
Summary: Maven plugin for running integration tests
|
||||||
|
|
||||||
@ -129,13 +136,14 @@ cp -p %{SOURCE2} .
|
|||||||
for module in . maven-failsafe-plugin maven-surefire-common \
|
for module in . maven-failsafe-plugin maven-surefire-common \
|
||||||
maven-surefire-plugin surefire-api surefire-booter \
|
maven-surefire-plugin surefire-api surefire-booter \
|
||||||
surefire-grouper surefire-providers \
|
surefire-grouper surefire-providers \
|
||||||
surefire-setup-integration-tests; do
|
surefire-setup-integration-tests \
|
||||||
|
surefire-report-parser; do
|
||||||
%pom_remove_dep org.apache.maven.surefire:surefire-shadefire $module
|
%pom_remove_dep org.apache.maven.surefire:surefire-shadefire $module
|
||||||
done
|
done
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%mvn_package ":*{surefire-plugin,report-plugin}*" @1
|
%mvn_package ":*{surefire-plugin,report-plugin}*" @1
|
||||||
%mvn_package ":*{junit,testng,failsafe-plugin}*" @1
|
%mvn_package ":*{junit,testng,failsafe-plugin,report-parser}*" @1
|
||||||
%mvn_package ":*tests*" __noinstall
|
%mvn_package ":*tests*" __noinstall
|
||||||
# tests turned off because they need jmock
|
# tests turned off because they need jmock
|
||||||
%mvn_build -f
|
%mvn_build -f
|
||||||
@ -151,6 +159,7 @@ done
|
|||||||
|
|
||||||
%files plugin -f .mfiles-surefire-plugin
|
%files plugin -f .mfiles-surefire-plugin
|
||||||
%files report-plugin -f .mfiles-report-plugin
|
%files report-plugin -f .mfiles-report-plugin
|
||||||
|
%files report-parser -f .mfiles-report-parser
|
||||||
%files provider-junit -f .mfiles-junit
|
%files provider-junit -f .mfiles-junit
|
||||||
%files provider-testng -f .mfiles-testng
|
%files provider-testng -f .mfiles-testng
|
||||||
%files -n maven-failsafe-plugin -f .mfiles-failsafe-plugin
|
%files -n maven-failsafe-plugin -f .mfiles-failsafe-plugin
|
||||||
@ -159,6 +168,9 @@ done
|
|||||||
%doc LICENSE NOTICE cpl-v10.html
|
%doc LICENSE NOTICE cpl-v10.html
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Mar 15 2013 Michal Srb <msrb@redhat.com> - 0:2.14-1
|
||||||
|
- Update to upstream version 2.14
|
||||||
|
|
||||||
* Thu Mar 7 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:2.13-4
|
* Thu Mar 7 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:2.13-4
|
||||||
- Add missing BR: mockito
|
- Add missing BR: mockito
|
||||||
|
|
||||||
|
1
sources
1
sources
@ -1,2 +1,3 @@
|
|||||||
e0a9902ea8fe2b9b37b9385b28fe3901 surefire-2.13-source-release.zip
|
e0a9902ea8fe2b9b37b9385b28fe3901 surefire-2.13-source-release.zip
|
||||||
67a4b75d42edcbd82d2878eba913691b cpl-v10.html
|
67a4b75d42edcbd82d2878eba913691b cpl-v10.html
|
||||||
|
f6634a5d9fa5bd82df1bf673a7faa907 surefire-2.14-source-release.zip
|
||||||
|
Loading…
Reference in New Issue
Block a user