Compare commits
1 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
|
|
70f667349f |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0ac6634c018a97808124d9d1c9f31280b0e94eea184319bf58d75c9a1db85078
|
||||
size 141234
|
||||
BIN
maven-antrun-plugin-3.2.0-source-release.zip
LFS
Normal file
BIN
maven-antrun-plugin-3.2.0-source-release.zip
LFS
Normal file
Binary file not shown.
@@ -1,3 +1,29 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 21 05:08:02 UTC 2025 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
- Upgrade to upstream version 3.2.0
|
||||
* Documentation updates
|
||||
+ MNGSITE-529: Rename "Goals" to "Plugin Documentation"
|
||||
+ MANTRUN-231: Document limitations of exportAntProperties
|
||||
* Maintenance
|
||||
+ Refresh download page, use site descriptor 2.0
|
||||
+ Add tag-template to release-drafter
|
||||
+ Run ci also with Maven 4
|
||||
+ Bump Maven to 3.9.11 and keep prerequisites at 3.6.3
|
||||
+ feat: enable prevent branch protection rules
|
||||
+ Enable Github Issues
|
||||
+ Switch from plexus to Guice
|
||||
+ Correct user visible spelling error
|
||||
+ MANTRUN-241: Bump org.junit:junit-bom from 5.10.1 to 5.10.2
|
||||
+ MANTRUN-239: Upgrade parent pom to 40
|
||||
+ MANTRUN-239: Update parent pom to 39
|
||||
+ MANTRUN-242: Require Maven 3.6.3+
|
||||
+ MANTRUN-241: Bump org.junit:junit-bom from 5.10.1 to 5.10.2
|
||||
+ MANTRUN-244: Upgrade to JUnit 5.12.0
|
||||
+ MANTRUN-241: Bump org.junit.jupiter:junit-jupiter-engine to
|
||||
5.10.1
|
||||
+ MANTRUN-240: Bump org.apache.ant:ant from 1.10.13 to 1.10.14
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 23 23:19:29 UTC 2022 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package maven-antrun-plugin
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: maven-antrun-plugin
|
||||
Version: 3.0.0
|
||||
Version: 3.2.0
|
||||
Release: 0
|
||||
Summary: Maven AntRun Plugin
|
||||
License: Apache-2.0
|
||||
@@ -27,14 +27,19 @@ Source0: https://repo1.maven.org/maven2/org/apache/maven/plugins/%{name}/
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: maven-local
|
||||
BuildRequires: unzip
|
||||
BuildRequires: mvn(javax.inject:javax.inject)
|
||||
BuildRequires: mvn(org.apache.ant:ant)
|
||||
BuildRequires: mvn(org.apache.maven.plugin-tools:maven-plugin-annotations)
|
||||
BuildRequires: mvn(org.apache.maven.plugins:maven-plugin-plugin)
|
||||
BuildRequires: mvn(org.apache.maven.plugins:maven-plugins:pom:)
|
||||
BuildRequires: mvn(org.apache.maven:maven-artifact)
|
||||
BuildRequires: mvn(org.apache.maven:maven-core)
|
||||
BuildRequires: mvn(org.apache.maven:maven-model)
|
||||
BuildRequires: mvn(org.apache.maven:maven-plugin-api)
|
||||
BuildRequires: mvn(org.codehaus.modello:modello-maven-plugin)
|
||||
BuildRequires: mvn(org.codehaus.plexus:plexus-utils)
|
||||
BuildRequires: mvn(org.codehaus.plexus:plexus-xml)
|
||||
BuildRequires: mvn(org.eclipse.sisu:org.eclipse.sisu.plexus)
|
||||
BuildArch: noarch
|
||||
|
||||
%description
|
||||
@@ -52,10 +57,11 @@ This package contains the API documentation for %{name}.
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%{mvn_build} -f \
|
||||
%{mvn_build} -f -- \
|
||||
%if %{?pkg_vcmp:%pkg_vcmp java-devel >= 9}%{!?pkg_vcmp:0}
|
||||
-- -Dmaven.compiler.release=8
|
||||
-Dmaven.compiler.release=8 \
|
||||
%endif
|
||||
-Dsource=8
|
||||
|
||||
%install
|
||||
%mvn_install
|
||||
|
||||
Reference in New Issue
Block a user