Accepting request 750585 from Java:packages
3.2.1 OBS-URL: https://build.opensuse.org/request/show/750585 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/maven-invoker-plugin?expand=0&rev=2
This commit is contained in:
commit
5d920152bc
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1ee840c0fb46866884328919fa7a8716321779a10301e62da7030e78ca74eb2d
|
||||
size 494277
|
3
maven-invoker-plugin-3.2.1-source-release.zip
Normal file
3
maven-invoker-plugin-3.2.1-source-release.zip
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4cb033f73fc20a51e1b74afb1e709898f6cc5b518e712c9d6109db7e154784d4
|
||||
size 640677
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 22 00:49:35 UTC 2019 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
- Upgrade to upstream version 3.2.1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Apr 6 12:07:07 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package maven-invoker-plugin
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -18,7 +18,7 @@
|
||||
|
||||
%bcond_with groovy
|
||||
Name: maven-invoker-plugin
|
||||
Version: 1.10
|
||||
Version: 3.2.1
|
||||
Release: 0
|
||||
Summary: Maven Invoker Plugin
|
||||
License: Apache-2.0
|
||||
@ -27,6 +27,7 @@ URL: http://maven.apache.org/plugins/maven-invoker-plugin/
|
||||
Source0: http://repo2.maven.org/maven2/org/apache/maven/plugins/%{name}/%{version}/%{name}-%{version}-source-release.zip
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: maven-local
|
||||
BuildRequires: unzip
|
||||
BuildRequires: mvn(commons-io:commons-io)
|
||||
BuildRequires: mvn(org.apache.ant:ant)
|
||||
BuildRequires: mvn(org.apache.maven.doxia:doxia-sink-api)
|
||||
@ -36,6 +37,7 @@ BuildRequires: mvn(org.apache.maven.plugins:maven-plugin-plugin)
|
||||
BuildRequires: mvn(org.apache.maven.plugins:maven-plugins:pom:)
|
||||
BuildRequires: mvn(org.apache.maven.reporting:maven-reporting-api)
|
||||
BuildRequires: mvn(org.apache.maven.reporting:maven-reporting-impl)
|
||||
BuildRequires: mvn(org.apache.maven.shared:maven-artifact-transfer)
|
||||
BuildRequires: mvn(org.apache.maven.shared:maven-invoker)
|
||||
BuildRequires: mvn(org.apache.maven.shared:maven-script-interpreter)
|
||||
BuildRequires: mvn(org.apache.maven:maven-artifact)
|
||||
@ -49,7 +51,6 @@ BuildRequires: mvn(org.codehaus.modello:modello-maven-plugin)
|
||||
BuildRequires: mvn(org.codehaus.plexus:plexus-i18n)
|
||||
BuildRequires: mvn(org.codehaus.plexus:plexus-interpolation)
|
||||
BuildRequires: mvn(org.codehaus.plexus:plexus-utils)
|
||||
BuildRequires: unzip
|
||||
BuildArch: noarch
|
||||
%if %{with groovy}
|
||||
BuildRequires: mvn(org.codehaus.groovy:groovy)
|
||||
@ -75,7 +76,10 @@ API documentation for %{name}.
|
||||
%endif
|
||||
|
||||
%build
|
||||
%{mvn_build} -f
|
||||
%{mvn_build} -f \
|
||||
%if %{?pkg_vcmp:%pkg_vcmp java-devel >= 9}%{!?pkg_vcmp:0}
|
||||
-- -Dmaven.compiler.release=7
|
||||
%endif
|
||||
|
||||
%install
|
||||
%mvn_install
|
||||
|
Loading…
x
Reference in New Issue
Block a user