Compare commits

...

9 Commits

Author SHA256 Message Date
dab5e6b03d Accepting request 1283731 from Java:packages
3.5.0

OBS-URL: https://build.opensuse.org/request/show/1283731
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/maven-clean-plugin?expand=0&rev=6
2025-06-10 07:03:23 +00:00
81b9cc6374 OBS-URL: https://build.opensuse.org/package/show/Java:packages/maven-clean-plugin?expand=0&rev=16 2025-06-06 18:03:34 +00:00
a9cb8154e6 OBS-URL: https://build.opensuse.org/package/show/Java:packages/maven-clean-plugin?expand=0&rev=15 2025-06-05 16:39:35 +00:00
ab466e9733 Accepting request 1247548 from Java:packages
3.4.1

OBS-URL: https://build.opensuse.org/request/show/1247548
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/maven-clean-plugin?expand=0&rev=5
2025-02-21 20:36:44 +00:00
d0f06e74a1 OBS-URL: https://build.opensuse.org/package/show/Java:packages/maven-clean-plugin?expand=0&rev=13 2025-02-19 10:29:12 +00:00
c274751cf4 OBS-URL: https://build.opensuse.org/package/show/Java:packages/maven-clean-plugin?expand=0&rev=12 2025-02-19 10:25:41 +00:00
ee897e9aaa Accepting request 963938 from Java:packages
Build with source/target levels 8

OBS-URL: https://build.opensuse.org/request/show/963938
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/maven-clean-plugin?expand=0&rev=4
2022-03-22 18:40:41 +00:00
079e9f9ff7 Accepting request 750599 from Java:packages
fix build with new maven-javadoc-plugin

OBS-URL: https://build.opensuse.org/request/show/750599
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/maven-clean-plugin?expand=0&rev=3
2019-11-26 15:59:33 +00:00
9a5fbd08c2 Accepting request 694045 from Java:packages
- Avoid trivial name repetition in the summary. (forwarded request 694039 from jengelh)

OBS-URL: https://build.opensuse.org/request/show/694045
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/maven-clean-plugin?expand=0&rev=2
2019-04-15 09:52:49 +00:00
4 changed files with 79 additions and 7 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ef62659b9dcd700ec1381849426fee4e460eff264552efeecd457910b4e6095e
size 136477

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d5ea0ea62d29ae3ecfff21ea02a4df51d4610511d78bf01e877945b0a0bd605f
size 149960

View File

@@ -1,3 +1,75 @@
-------------------------------------------------------------------
Thu Jun 5 15:37:22 UTC 2025 - Fridrich Strba <fstrba@suse.com>
- Update to upstream version 3.5.0
* New features and improvements
+ Configuration parameter for deleting read-only files
* Maintenance
+ Bump project to 3.5.0-SNAPSHOT version
+ Update README in 3.x branch
* Dependency updates
+ Bump org.apache.maven.resolver:maven-resolver-api from 1.9.22
to 1.9.23
+ Bump org.codehaus.plexus:plexus-testing from 1.4.0 to 1.5.0
+ Bump org.apache.maven.plugins:maven-plugins from 43 to 44
-------------------------------------------------------------------
Wed Feb 19 10:09:16 UTC 2025 - Fridrich Strba <fstrba@suse.com>
- Update to upstream version 3.4.1
* New features and improvements
+ release-drafter configuration
+ Add PR Automation
+ MCLEAN-126: Replaced old File API with new Path equivalent
where possible
+ Add Release Drafter - 3.x
+ MCLEAN-124: Replaced JUnit Assumptions with @DisabledOnOs
+ MCLEAN-124: Leverage Files.delete(Path) API to provide more
accurate reason in case of failure
+ MCLEAN-110: Replaced Utils.createSymlink with Java 7
Files.createSymbolicLink
* Dependency updates
+ Bump org.apache.maven.resolver:maven-resolver-api from 1.1.1
to 1.9.22
+ Bump mavenVersion from 3.6.3 to 3.9.9
+ Bump org.codehaus.plexus:plexus-testing from 1.3.0 to 1.4.0
+ Bump org.apache.maven.plugins:maven-plugins from 42 to 43
* Maintenance
+ Update scm tag according to branch
+ PR Automation only on close event
+ MNGSITE-529: Rename "Goals" to "Plugin Documentation"
+ Fix license/notice
- Older changes
* Changes of 3.4.0
+ Bump apache/maven-gh-actions-shared from 3 to 4
+ MCLEAN-116: Use default Log interface
+ MCLEAN-118: Require Maven 3.6.3
+ MCLEAN-106: Switch to junit 5
+ MCLEAN-119: Bump org.apache.maven.plugins:maven-plugins from
41 to 42
+ Build with Maven 4
+ MCLEAN-120: Bump org.codehaus.plexus:plexus-testing from
1.1.0 to 1.3.0
+ MCLEAN-121: Bump com.google.inject:guice from 4.2.0 to 4.2.3
+ MCLEAN-122: Cleanup declared dependencies, simplify unit test
* Changes of 3.3.2
+ Type: fill --> file
+ MCLEAN-112: Bump parent to 40
+ MCLEAN-113: Downgrade plexus-xml to 3.0.0
+ Grammar mistake fixed
+ MCLEAN-111: Fix fast delete feature for filesets
+ MCLEAN-114: Refresh download page
* Changes of 3.3.1
+ MCLEAN-104: Prevent NPE in fast mode and quiet build
+ MCLEAN-105: Bump maven-plugins from 38 to 39
+ MCLEAN-93: Support junctions on NTFS
+ MCLEAN-107: Upgrade to plexus-utils 4.0.0 and plexus-xml 4.0.0
* Changes of 3.2.0
+ Bump maven-project-info-reports-plugin from 3.1.1 to 3.1.2
+ Bump maven-site-plugin from 3.9.1 to 3.10.0
+ Bump extra-enforcer-rules from 1.4 to 1.5.1
+ MCLEAN-95: Add a fast clean option
-------------------------------------------------------------------
Tue Mar 22 12:53:37 UTC 2022 - Fridrich Strba <fstrba@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package maven-clean-plugin
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# 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-clean-plugin
Version: 3.1.0
Version: 3.5.0
Release: 0
Summary: Maven plugin to remove generated files
License: Apache-2.0
@@ -31,10 +31,10 @@ BuildRequires: unzip
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.shared:maven-shared-utils)
BuildRequires: mvn(org.apache.maven:maven-compat)
BuildRequires: mvn(org.apache.maven.resolver:maven-resolver-api)
BuildRequires: mvn(org.apache.maven:maven-core)
BuildRequires: mvn(org.apache.maven:maven-plugin-api)
BuildRequires: mvn(org.codehaus.plexus:plexus-utils)
BuildArch: noarch
%description