From 839b012555a5d387e271f9fefbe3426d7f09aaf4a1cfddd30f308c9eca7198a2 Mon Sep 17 00:00:00 2001 From: Fridrich Strba Date: Thu, 13 Jun 2024 10:24:39 +0000 Subject: [PATCH 1/2] OBS-URL: https://build.opensuse.org/package/show/Java:packages/maven-shared-incremental?expand=0&rev=7 --- maven-shared-incremental-build.xml | 103 +---------------------------- maven-shared-incremental.spec | 9 +-- 2 files changed, 8 insertions(+), 104 deletions(-) diff --git a/maven-shared-incremental-build.xml b/maven-shared-incremental-build.xml index 1f89bc5..e7d16c8 100644 --- a/maven-shared-incremental-build.xml +++ b/maven-shared-incremental-build.xml @@ -14,7 +14,8 @@ - + + @@ -28,10 +29,6 @@ - - - - @@ -80,100 +77,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - =================================== WARNING =================================== - JUnit is not present in the test classpath or your $ANT_HOME/lib directory. Tests not executed. - =============================================================================== - - @@ -207,7 +110,7 @@ - + = 6 BuildRequires: maven-lib BuildRequires: maven-shared-utils -BuildRequires: plexus-component-api BuildRequires: plexus-containers-component-annotations +BuildRequires: sisu-plexus BuildRequires: unzip BuildArch: noarch @@ -50,6 +50,8 @@ This package provides %{summary}. %setup -q cp %{SOURCE1} build.xml +%pom_change_dep :plexus-component-api org.eclipse.sisu:org.eclipse.sisu.plexus:0.9.0.M2 + %build mkdir -p lib build-jar-repository -s lib \ @@ -57,11 +59,10 @@ build-jar-repository -s lib \ maven/maven-model \ maven/maven-plugin-api \ maven-shared-utils/maven-shared-utils \ - plexus-component-api/plexus-component-api \ + org.eclipse.sisu.plexus \ plexus-containers/plexus-component-annotations %{ant} \ - -Dtest.skip=true \ jar javadoc %install From f271d69b0998a7868fe4a4469369f0327b1723edecc1120e38a2c68f96efe3ad Mon Sep 17 00:00:00 2001 From: Fridrich Strba Date: Thu, 13 Jun 2024 10:36:55 +0000 Subject: [PATCH 2/2] OBS-URL: https://build.opensuse.org/package/show/Java:packages/maven-shared-incremental?expand=0&rev=8 --- maven-shared-incremental-build.xml | 1 + maven-shared-incremental.changes | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/maven-shared-incremental-build.xml b/maven-shared-incremental-build.xml index e7d16c8..df6c8da 100644 --- a/maven-shared-incremental-build.xml +++ b/maven-shared-incremental-build.xml @@ -63,6 +63,7 @@ debug="true" optimize="false" deprecation="true" + release="${compiler.release}" target="${compiler.target}" verbose="false" fork="false" diff --git a/maven-shared-incremental.changes b/maven-shared-incremental.changes index 49c0cfb..2808b1f 100644 --- a/maven-shared-incremental.changes +++ b/maven-shared-incremental.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Jun 13 10:36:43 UTC 2024 - Fridrich Strba + +- Use sisu-plexus instead of the old plexus-component-api + ------------------------------------------------------------------- Wed Sep 6 22:33:43 UTC 2023 - Fridrich Strba