forked from pool/maven-resolver
This commit is contained in:
parent
db41f8f60f
commit
08dd0086bd
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:79a42b05fd326845435f007cfd7cd2bd82c4a7cb1723f7f7cdfbdbd29c91da2d
|
|
||||||
size 1463642
|
|
3
maven-resolver-1.9.8-source-release.zip
Normal file
3
maven-resolver-1.9.8-source-release.zip
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e2aa1c209f0f35ed18996bdfee060226b57ee605848bfba965d84dfe6f6226e1
|
||||||
|
size 1648760
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:fae67c97853fef2ad08a92e9f8fa496e5b0eee8c4ac636476610c99ecc8afad3
|
oid sha256:7bf5379e211a76801cd2f3b19c1fee2257da2e275663a3e4cf248b3c86f950b6
|
||||||
size 5736
|
size 5852
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package maven-resolver
|
# spec file for package maven-resolver
|
||||||
#
|
#
|
||||||
# Copyright (c) 2022 SUSE LLC
|
# Copyright (c) 2023 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -19,13 +19,13 @@
|
|||||||
%define _buildshell /bin/bash
|
%define _buildshell /bin/bash
|
||||||
%bcond_with tests
|
%bcond_with tests
|
||||||
Name: maven-resolver
|
Name: maven-resolver
|
||||||
Version: 1.7.3
|
Version: 1.9.8
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Apache Maven Artifact Resolver library
|
Summary: Apache Maven Artifact Resolver library
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
Group: Development/Libraries/Java
|
Group: Development/Libraries/Java
|
||||||
URL: https://maven.apache.org/resolver/
|
URL: https://maven.apache.org/resolver/
|
||||||
Source0: http://archive.apache.org/dist/maven/resolver/%{name}-%{version}-source-release.zip
|
Source0: https://archive.apache.org/dist/maven/resolver/%{name}-%{version}-source-release.zip
|
||||||
Source1: %{name}-build.tar.xz
|
Source1: %{name}-build.tar.xz
|
||||||
BuildRequires: ant
|
BuildRequires: ant
|
||||||
BuildRequires: apache-commons-lang3
|
BuildRequires: apache-commons-lang3
|
||||||
@ -152,11 +152,12 @@ This package provides %{summary}.
|
|||||||
%setup -q -a1
|
%setup -q -a1
|
||||||
|
|
||||||
# requires internet connection
|
# requires internet connection
|
||||||
rm maven-resolver-transport-http/src/test/java/org/eclipse/aether/transport/http/HttpTransporterTest.java
|
rm maven-resolver-transport-http/src/test/java/org/eclipse/aether/transport/http/{HttpServer,HttpTransporterTest}.java
|
||||||
|
%pom_remove_dep org.eclipse.jetty: maven-resolver-transport-http
|
||||||
|
|
||||||
%pom_remove_plugin -r :bnd-maven-plugin
|
%pom_remove_plugin -r :bnd-maven-plugin
|
||||||
%pom_remove_plugin -r org.codehaus.mojo:animal-sniffer-maven-plugin
|
%pom_remove_plugin -r org.codehaus.mojo:animal-sniffer-maven-plugin
|
||||||
%pom_remove_plugin -r org.apache.maven.plugins:maven-enforcer-plugin
|
%pom_remove_plugin -r :japicmp-maven-plugin
|
||||||
|
|
||||||
%pom_disable_module maven-resolver-demos
|
%pom_disable_module maven-resolver-demos
|
||||||
%pom_disable_module maven-resolver-named-locks-hazelcast
|
%pom_disable_module maven-resolver-named-locks-hazelcast
|
||||||
|
Loading…
x
Reference in New Issue
Block a user