Don't use Maven 2 toolchain
This commit is contained in:
parent
e27d75e551
commit
b12f341811
@ -1,6 +1,6 @@
|
|||||||
Name: maven-surefire
|
Name: maven-surefire
|
||||||
Version: 2.19.1
|
Version: 2.19.1
|
||||||
Release: 4%{?dist}
|
Release: 5%{?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
|
||||||
@ -26,7 +26,6 @@ BuildRequires: mvn(org.apache.maven:maven-core)
|
|||||||
BuildRequires: mvn(org.apache.maven:maven-model)
|
BuildRequires: mvn(org.apache.maven:maven-model)
|
||||||
BuildRequires: mvn(org.apache.maven:maven-parent:pom:)
|
BuildRequires: mvn(org.apache.maven:maven-parent:pom:)
|
||||||
BuildRequires: mvn(org.apache.maven:maven-plugin-api)
|
BuildRequires: mvn(org.apache.maven:maven-plugin-api)
|
||||||
BuildRequires: mvn(org.apache.maven:maven-toolchain)
|
|
||||||
BuildRequires: mvn(org.apache.maven.plugins:maven-dependency-plugin)
|
BuildRequires: mvn(org.apache.maven.plugins:maven-dependency-plugin)
|
||||||
BuildRequires: mvn(org.apache.maven.plugins:maven-enforcer-plugin)
|
BuildRequires: mvn(org.apache.maven.plugins:maven-enforcer-plugin)
|
||||||
BuildRequires: mvn(org.apache.maven.plugins:maven-failsafe-plugin)
|
BuildRequires: mvn(org.apache.maven.plugins:maven-failsafe-plugin)
|
||||||
@ -129,6 +128,8 @@ cp -p %{SOURCE2} .
|
|||||||
%pom_remove_dep :maven-project maven-surefire-report-plugin
|
%pom_remove_dep :maven-project maven-surefire-report-plugin
|
||||||
%pom_remove_dep :maven-project maven-surefire-common
|
%pom_remove_dep :maven-project maven-surefire-common
|
||||||
%pom_remove_dep :maven-plugin-descriptor maven-surefire-common
|
%pom_remove_dep :maven-plugin-descriptor maven-surefire-common
|
||||||
|
%pom_remove_dep :maven-toolchain maven-surefire-common
|
||||||
|
%pom_remove_dep :maven-toolchain maven-surefire-plugin
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%mvn_package ":*{surefire-plugin,report-plugin}*" @1
|
%mvn_package ":*{surefire-plugin,report-plugin}*" @1
|
||||||
@ -157,6 +158,9 @@ cp -p %{SOURCE2} .
|
|||||||
%doc LICENSE NOTICE cpl-v10.html
|
%doc LICENSE NOTICE cpl-v10.html
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jul 15 2016 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:2.19.1-5
|
||||||
|
- Don't use Maven 2 toolchain
|
||||||
|
|
||||||
* Thu Jun 30 2016 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:2.19.1-4
|
* Thu Jun 30 2016 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:2.19.1-4
|
||||||
- Compile against Maven 3 APIs
|
- Compile against Maven 3 APIs
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user