forked from pool/jetty-build-support
Compare commits
2 Commits
Author | SHA256 | Date | |
---|---|---|---|
1bca641df0 | |||
7b2bd3e908 |
@@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Mar 27 21:02:25 UTC 2025 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
|
- Remove a relativePath that points to a non-existing directory
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Sep 25 09:38:02 UTC 2023 - Fridrich Strba <fstrba@suse.com>
|
Mon Sep 25 09:38:02 UTC 2023 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package jetty-build-support
|
# spec file for package jetty-build-support
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2025 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
|
||||||
@@ -33,6 +33,7 @@ BuildRequires: xz
|
|||||||
BuildRequires: mvn(org.apache.maven.enforcer:enforcer-api)
|
BuildRequires: mvn(org.apache.maven.enforcer:enforcer-api)
|
||||||
BuildRequires: mvn(org.apache.maven.plugins:maven-shade-plugin)
|
BuildRequires: mvn(org.apache.maven.plugins:maven-shade-plugin)
|
||||||
BuildRequires: mvn(org.apache.maven.plugins:maven-source-plugin)
|
BuildRequires: mvn(org.apache.maven.plugins:maven-source-plugin)
|
||||||
|
BuildRequires: mvn(org.apache.maven.shared:maven-shared-utils)
|
||||||
BuildRequires: mvn(org.apache.maven:maven-artifact)
|
BuildRequires: mvn(org.apache.maven:maven-artifact)
|
||||||
BuildRequires: mvn(org.apache.maven:maven-core)
|
BuildRequires: mvn(org.apache.maven:maven-core)
|
||||||
BuildRequires: mvn(org.apache.maven:maven-plugin-api)
|
BuildRequires: mvn(org.apache.maven:maven-plugin-api)
|
||||||
@@ -62,6 +63,9 @@ cp %{SOURCE2} .
|
|||||||
%pom_xpath_set pom:properties/pom:maven.version 3.8.1
|
%pom_xpath_set pom:properties/pom:maven.version 3.8.1
|
||||||
%pom_remove_dep :maven-project
|
%pom_remove_dep :maven-project
|
||||||
|
|
||||||
|
%pom_xpath_remove pom:project/pom:parent/pom:relativePath
|
||||||
|
%pom_add_dep org.apache.maven.shared:maven-shared-utils
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{mvn_build} -f -- -Dsource=8
|
%{mvn_build} -f -- -Dsource=8
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user